Skip navigation links
A B C D E F G H I J L N P R S T U W 

A

ADAPTERS - Static variable in class javax.json.bind.JsonbConfig
 
adaptFrom(A) - Method in interface javax.json.bind.adapter.JsonbAdapter
 
adaptTo(B) - Method in interface javax.json.bind.adapter.JsonbAdapter
 
ANY - Static variable in class javax.json.bind.config.PropertyOrderStrategy
 

B

BASE_64 - Static variable in class javax.json.bind.config.BinaryDataStrategy
 
BASE_64_URL - Static variable in class javax.json.bind.config.BinaryDataStrategy
 
BINARY_DATA_STRATEGY - Static variable in class javax.json.bind.JsonbConfig
 
BinaryDataStrategy - Class in javax.json.bind.config
 
BinaryDataStrategy() - Constructor for class javax.json.bind.config.BinaryDataStrategy
 
build() - Method in interface javax.json.bind.JsonbBuilder
 
BYTE - Static variable in class javax.json.bind.config.BinaryDataStrategy
 

C

CASE_INSENSITIVE - Static variable in interface javax.json.bind.config.PropertyNamingStrategy
 
configuration - Variable in class javax.json.bind.JsonbConfig
 
create() - Static method in interface javax.json.bind.JsonbBuilder
 
create(JsonbConfig) - Static method in interface javax.json.bind.JsonbBuilder
 
create() - Method in class javax.json.bind.spi.JsonbProvider
 

D

DEFAULT_FORMAT - Static variable in annotation type javax.json.bind.annotation.JsonbDateFormat
 
DEFAULT_LOCALE - Static variable in annotation type javax.json.bind.annotation.JsonbDateFormat
 
DEFAULT_LOCALE - Static variable in annotation type javax.json.bind.annotation.JsonbNumberFormat
 
DEFAULT_PROVIDER - Static variable in class javax.json.bind.spi.JsonbProvider
 

E

ENCODING - Static variable in class javax.json.bind.JsonbConfig
 

F

FORMATTING - Static variable in class javax.json.bind.JsonbConfig
 
fromJson(String, Class<T>) - Method in interface javax.json.bind.Jsonb
 
fromJson(String, Type) - Method in interface javax.json.bind.Jsonb
 
fromJson(Reader, Class<T>) - Method in interface javax.json.bind.Jsonb
 
fromJson(Reader, Type) - Method in interface javax.json.bind.Jsonb
 
fromJson(InputStream, Class<T>) - Method in interface javax.json.bind.Jsonb
 
fromJson(InputStream, Type) - Method in interface javax.json.bind.Jsonb
 

G

getAsMap() - Method in class javax.json.bind.JsonbConfig
 
getProperty(String) - Method in class javax.json.bind.JsonbConfig
 

H

handlesNullValue() - Method in interface javax.json.bind.adapter.JsonbAdapter
 

I

IDENTITY - Static variable in interface javax.json.bind.config.PropertyNamingStrategy
 
isVisible(Field) - Method in interface javax.json.bind.config.PropertyVisibilityStrategy
 
isVisible(Method) - Method in interface javax.json.bind.config.PropertyVisibilityStrategy
 

J

javax.json.bind - package javax.json.bind
 
javax.json.bind.adapter - package javax.json.bind.adapter
 
javax.json.bind.annotation - package javax.json.bind.annotation
 
javax.json.bind.config - package javax.json.bind.config
 
javax.json.bind.spi - package javax.json.bind.spi
 
Jsonb - Interface in javax.json.bind
 
JsonbAdapter<A,B> - Interface in javax.json.bind.adapter
 
JsonbAnnotation - Annotation Type in javax.json.bind.annotation
 
JsonbBuilder - Interface in javax.json.bind
 
JsonbConfig - Class in javax.json.bind
 
JsonbConfig() - Constructor for class javax.json.bind.JsonbConfig
 
JsonbCreator - Annotation Type in javax.json.bind.annotation
 
JsonbDateFormat - Annotation Type in javax.json.bind.annotation
 
JsonbException - Exception in javax.json.bind
 
JsonbException(String) - Constructor for exception javax.json.bind.JsonbException
 
JsonbException(String, Throwable) - Constructor for exception javax.json.bind.JsonbException
 
JsonbNillable - Annotation Type in javax.json.bind.annotation
 
JsonbNumberFormat - Annotation Type in javax.json.bind.annotation
 
JsonbProperty - Annotation Type in javax.json.bind.annotation
 
JsonbPropertyOrder - Annotation Type in javax.json.bind.annotation
 
JsonbProvider - Class in javax.json.bind.spi
 
JsonbProvider() - Constructor for class javax.json.bind.spi.JsonbProvider
 
JsonbTransient - Annotation Type in javax.json.bind.annotation
 
JsonbTypeAdapter - Annotation Type in javax.json.bind.annotation
 
JsonbVisibility - Annotation Type in javax.json.bind.annotation
 

L

LEXICOGRAPHICAL - Static variable in class javax.json.bind.config.PropertyOrderStrategy
 
LOWER_CASE_WITH_DASHES - Static variable in interface javax.json.bind.config.PropertyNamingStrategy
 
LOWER_CASE_WITH_UNDERSCORES - Static variable in interface javax.json.bind.config.PropertyNamingStrategy
 

N

newBuilder() - Static method in interface javax.json.bind.JsonbBuilder
 
newBuilder(String) - Static method in interface javax.json.bind.JsonbBuilder
 
newBuilder(JsonbProvider) - Static method in interface javax.json.bind.JsonbBuilder
 
NULL_VALUES - Static variable in class javax.json.bind.JsonbConfig
 

P

PROPERTY_NAMING_STRATEGY - Static variable in class javax.json.bind.JsonbConfig
 
PROPERTY_ORDER_STRATEGY - Static variable in class javax.json.bind.JsonbConfig
 
PROPERTY_VISIBILITY_STRATEGY - Static variable in class javax.json.bind.JsonbConfig
 
PropertyNamingStrategy - Interface in javax.json.bind.config
 
PropertyOrderStrategy - Class in javax.json.bind.config
 
PropertyOrderStrategy() - Constructor for class javax.json.bind.config.PropertyOrderStrategy
 
PropertyVisibilityStrategy - Interface in javax.json.bind.config
 
provider() - Static method in class javax.json.bind.spi.JsonbProvider
 
provider(String) - Static method in class javax.json.bind.spi.JsonbProvider
 

R

REVERSE - Static variable in class javax.json.bind.config.PropertyOrderStrategy
 

S

serialVersionUID - Static variable in exception javax.json.bind.JsonbException
 
setProperty(String, Object) - Method in class javax.json.bind.JsonbConfig
 
STRICT_IJSON - Static variable in class javax.json.bind.JsonbConfig
 

T

TIME_IN_MILLIS - Static variable in annotation type javax.json.bind.annotation.JsonbDateFormat
 
toJson(Object) - Method in interface javax.json.bind.Jsonb
 
toJson(Object, Type) - Method in interface javax.json.bind.Jsonb
 
toJson(Object, Writer) - Method in interface javax.json.bind.Jsonb
 
toJson(Object, Type, Writer) - Method in interface javax.json.bind.Jsonb
 
toJson(Object, OutputStream) - Method in interface javax.json.bind.Jsonb
 
toJson(Object, Type, OutputStream) - Method in interface javax.json.bind.Jsonb
 
translateName(String) - Method in interface javax.json.bind.config.PropertyNamingStrategy
 

U

UPPER_CAMEL_CASE - Static variable in interface javax.json.bind.config.PropertyNamingStrategy
 
UPPER_CAMEL_CASE_WITH_SPACES - Static variable in interface javax.json.bind.config.PropertyNamingStrategy
 

W

withAdapters(JsonbAdapter...) - Method in class javax.json.bind.JsonbConfig
 
withBinaryDataStrategy(String) - Method in class javax.json.bind.JsonbConfig
 
withConfig(JsonbConfig) - Method in interface javax.json.bind.JsonbBuilder
 
withEncoding(String) - Method in class javax.json.bind.JsonbConfig
 
withFormatting(Boolean) - Method in class javax.json.bind.JsonbConfig
 
withNullValues(Boolean) - Method in class javax.json.bind.JsonbConfig
 
withPropertyNamingStrategy(PropertyNamingStrategy) - Method in class javax.json.bind.JsonbConfig
 
withPropertyNamingStrategy(String) - Method in class javax.json.bind.JsonbConfig
 
withPropertyOrderStrategy(String) - Method in class javax.json.bind.JsonbConfig
 
withPropertyVisibilityStrategy(PropertyVisibilityStrategy) - Method in class javax.json.bind.JsonbConfig
 
withProvider(JsonProvider) - Method in interface javax.json.bind.JsonbBuilder
 
withStrictIJSON(Boolean) - Method in class javax.json.bind.JsonbConfig
 
A B C D E F G H I J L N P R S T U W 
Skip navigation links

Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.