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

A

AbstractArray2dJsonDeserializer<T> - Class in com.github.nmorel.gwtjackson.client.deser.array.dd
Base implementation of JsonDeserializer for array.
AbstractArray2dJsonDeserializer() - Constructor for class com.github.nmorel.gwtjackson.client.deser.array.dd.AbstractArray2dJsonDeserializer
 
AbstractArrayJsonDeserializer<T> - Class in com.github.nmorel.gwtjackson.client.deser.array
Base implementation of JsonDeserializer for array.
AbstractArrayJsonDeserializer() - Constructor for class com.github.nmorel.gwtjackson.client.deser.array.AbstractArrayJsonDeserializer
 
AbstractBeanJsonCreator - Class in com.github.nmorel.gwtjackson.rebind
Abstract AbstractBeanJsonCreator class.
AbstractBeanJsonCreator(TreeLogger, GeneratorContext, RebindConfiguration, JacksonTypeOracle, JClassType) - Constructor for class com.github.nmorel.gwtjackson.rebind.AbstractBeanJsonCreator
Constructor for AbstractBeanJsonCreator.
AbstractBeanJsonDeserializer<T> - Class in com.github.nmorel.gwtjackson.client.deser.bean
Base implementation of JsonDeserializer for beans.
AbstractBeanJsonDeserializer() - Constructor for class com.github.nmorel.gwtjackson.client.deser.bean.AbstractBeanJsonDeserializer
Constructor for AbstractBeanJsonDeserializer.
AbstractBeanJsonSerializer<T> - Class in com.github.nmorel.gwtjackson.client.ser.bean
Base implementation of JsonSerializer for beans.
AbstractBeanJsonSerializer() - Constructor for class com.github.nmorel.gwtjackson.client.ser.bean.AbstractBeanJsonSerializer
Constructor for AbstractBeanJsonSerializer.
AbstractCollectionJsonDeserializer<T> - Class in com.github.nmorel.gwtjackson.client.deser.collection
Default JsonDeserializer implementation for AbstractCollection.
AbstractConfiguration - Class in com.github.nmorel.gwtjackson.client
Abstract AbstractConfiguration class.
AbstractConfiguration() - Constructor for class com.github.nmorel.gwtjackson.client.AbstractConfiguration
Constructor for AbstractConfiguration.
AbstractConfiguration.KeyTypeConfiguration<T> - Class in com.github.nmorel.gwtjackson.client
 
AbstractConfiguration.PrimitiveTypeConfiguration - Class in com.github.nmorel.gwtjackson.client
 
AbstractConfiguration.TypeConfiguration<T> - Class in com.github.nmorel.gwtjackson.client
 
AbstractCreator - Class in com.github.nmorel.gwtjackson.rebind
Abstract AbstractCreator class.
AbstractCreator(TreeLogger, GeneratorContext, RebindConfiguration, JacksonTypeOracle) - Constructor for class com.github.nmorel.gwtjackson.rebind.AbstractCreator
Constructor for AbstractCreator.
AbstractDelegationBeanJsonDeserializer<T> - Class in com.github.nmorel.gwtjackson.client.deser.bean
Abstract AbstractDelegationBeanJsonDeserializer class.
AbstractDelegationBeanJsonDeserializer() - Constructor for class com.github.nmorel.gwtjackson.client.deser.bean.AbstractDelegationBeanJsonDeserializer
 
AbstractIdentityDeserializationInfo<T,V> - Class in com.github.nmorel.gwtjackson.client.deser.bean
Abstract AbstractIdentityDeserializationInfo class.
AbstractIdentityDeserializationInfo(String, Class<?>, Class<?>) - Constructor for class com.github.nmorel.gwtjackson.client.deser.bean.AbstractIdentityDeserializationInfo
Constructor for AbstractIdentityDeserializationInfo.
AbstractIdentitySerializationInfo<T,I> - Class in com.github.nmorel.gwtjackson.client.ser.bean
Contains identity informations for serialization process.
AbstractIdentitySerializationInfo(boolean, String) - Constructor for class com.github.nmorel.gwtjackson.client.ser.bean.AbstractIdentitySerializationInfo
Constructor for AbstractIdentitySerializationInfo.
AbstractListJsonDeserializer<T> - Class in com.github.nmorel.gwtjackson.client.deser.collection
Default JsonDeserializer implementation for AbstractList.
AbstractMapJsonDeserializer<K,V> - Class in com.github.nmorel.gwtjackson.client.deser.map
Default JsonDeserializer implementation for AbstractMap.
AbstractObjectBeanJsonDeserializer - Class in com.github.nmorel.gwtjackson.client.deser.bean
Abstract AbstractObjectBeanJsonDeserializer class.
AbstractObjectBeanJsonDeserializer() - Constructor for class com.github.nmorel.gwtjackson.client.deser.bean.AbstractObjectBeanJsonDeserializer
 
AbstractObjectMapper<T> - Class in com.github.nmorel.gwtjackson.client
Base implementation of ObjectMapper.
AbstractObjectMapper(String) - Constructor for class com.github.nmorel.gwtjackson.client.AbstractObjectMapper
Constructor for AbstractObjectMapper.
AbstractObjectReader<T> - Class in com.github.nmorel.gwtjackson.client
Base implementation of ObjectReader.
AbstractObjectReader(String) - Constructor for class com.github.nmorel.gwtjackson.client.AbstractObjectReader
Constructor for AbstractObjectReader.
AbstractObjectWriter<T> - Class in com.github.nmorel.gwtjackson.client
Base implementation of ObjectWriter.
AbstractObjectWriter(String) - Constructor for class com.github.nmorel.gwtjackson.client.AbstractObjectWriter
Constructor for AbstractObjectWriter.
AbstractQueueJsonDeserializer<T> - Class in com.github.nmorel.gwtjackson.client.deser.collection
Default JsonDeserializer implementation for AbstractQueue.
AbstractSequentialListJsonDeserializer<T> - Class in com.github.nmorel.gwtjackson.client.deser.collection
Default JsonDeserializer implementation for AbstractSequentialList.
AbstractSerializableBeanJsonDeserializer - Class in com.github.nmorel.gwtjackson.client.deser.bean
Abstract AbstractSerializableBeanJsonDeserializer class.
AbstractSerializableBeanJsonDeserializer() - Constructor for class com.github.nmorel.gwtjackson.client.deser.bean.AbstractSerializableBeanJsonDeserializer
 
AbstractSetJsonDeserializer<T> - Class in com.github.nmorel.gwtjackson.client.deser.collection
Default JsonDeserializer implementation for Set.
AbstractValueBeanJsonSerializer<T> - Class in com.github.nmorel.gwtjackson.client.ser.bean
Abstract AbstractValueBeanJsonSerializer class.
AbstractValueBeanJsonSerializer() - Constructor for class com.github.nmorel.gwtjackson.client.ser.bean.AbstractValueBeanJsonSerializer
Constructor for AbstractValueBeanJsonSerializer.
acceptSingleValueAsArray - Variable in class com.github.nmorel.gwtjackson.client.JsonDeserializationContext.Builder
 
acceptSingleValueAsArray(boolean) - Method in class com.github.nmorel.gwtjackson.client.JsonDeserializationContext.Builder
Feature that determines whether it is acceptable to coerce non-array (in JSON) values to work with Java collection (arrays, java.util.Collection) types.
Accessor(CodeBlock) - Constructor for class com.github.nmorel.gwtjackson.rebind.property.FieldAccessor.Accessor
 
Accessor(CodeBlock, MethodSpec) - Constructor for class com.github.nmorel.gwtjackson.rebind.property.FieldAccessor.Accessor
 
add(String, Object...) - Method in class com.github.nmorel.gwtjackson.rebind.writer.JsniCodeBlockBuilder
add
addBeanJsonMapperInfo(JClassType, BeanJsonMapperInfo) - Method in class com.github.nmorel.gwtjackson.rebind.JacksonTypeOracle
addBeanJsonMapperInfo
addGenerator(ObjectIdGenerator<?>) - Method in class com.github.nmorel.gwtjackson.client.JsonSerializationContext
Used by generated AbstractBeanJsonSerializer
addIgnoredProperty(String) - Method in class com.github.nmorel.gwtjackson.client.JsonDeserializerParameters
addIgnoredProperty
addIgnoredProperty(String) - Method in class com.github.nmorel.gwtjackson.client.JsonSerializerParameters
addIgnoredProperty
addMixInAnnotations(Class<?>, Class<?>) - Method in class com.github.nmorel.gwtjackson.client.AbstractConfiguration
Method to use for adding mix-in annotations to use for augmenting specified class or interface.
addObjectId(ObjectIdGenerator.IdKey, Object) - Method in class com.github.nmorel.gwtjackson.client.JsonDeserializationContext
addObjectId
addObjectId(Object, ObjectIdSerializer<?>) - Method in class com.github.nmorel.gwtjackson.client.JsonSerializationContext
addObjectId
addStatement(String, Object...) - Method in class com.github.nmorel.gwtjackson.rebind.writer.JsniCodeBlockBuilder
addStatement
addTypeInfo(Class<S>, String) - Method in class com.github.nmorel.gwtjackson.client.deser.bean.TypeDeserializationInfo
addTypeInfo
addTypeInfo(Class<S>, String) - Method in class com.github.nmorel.gwtjackson.client.ser.bean.TypeSerializationInfo
addTypeInfo
AnyGetterPropertySerializer<T> - Class in com.github.nmorel.gwtjackson.client.ser.bean
Serializes a bean's property
AnyGetterPropertySerializer() - Constructor for class com.github.nmorel.gwtjackson.client.ser.bean.AnyGetterPropertySerializer
Constructor for AnyGetterPropertySerializer.
AnySetterDeserializer<T,V> - Class in com.github.nmorel.gwtjackson.client.deser.bean
Deserializes a bean's property
AnySetterDeserializer() - Constructor for class com.github.nmorel.gwtjackson.client.deser.bean.AnySetterDeserializer
 
Array2dJsonDeserializer<T> - Class in com.github.nmorel.gwtjackson.client.deser.array.dd
Default JsonDeserializer implementation for 2D array.
Array2dJsonDeserializer(JsonDeserializer<T>, Array2dJsonDeserializer.Array2dCreator<T>) - Constructor for class com.github.nmorel.gwtjackson.client.deser.array.dd.Array2dJsonDeserializer
Constructor for Array2dJsonDeserializer.
Array2dJsonDeserializer.Array2dCreator<T> - Interface in com.github.nmorel.gwtjackson.client.deser.array.dd
 
Array2dJsonSerializer<T> - Class in com.github.nmorel.gwtjackson.client.ser.array.dd
Default JsonSerializer implementation for 2D array.
Array2dJsonSerializer(JsonSerializer<T>) - Constructor for class com.github.nmorel.gwtjackson.client.ser.array.dd.Array2dJsonSerializer
Constructor for Array2dJsonSerializer.
ArrayJsonDeserializer<T> - Class in com.github.nmorel.gwtjackson.client.deser.array
Default JsonDeserializer implementation for array.
ArrayJsonDeserializer(JsonDeserializer<T>, ArrayJsonDeserializer.ArrayCreator<T>) - Constructor for class com.github.nmorel.gwtjackson.client.deser.array.ArrayJsonDeserializer
Constructor for ArrayJsonDeserializer.
ArrayJsonDeserializer.ArrayCreator<T> - Interface in com.github.nmorel.gwtjackson.client.deser.array
 
ArrayJsonSerializer<T> - Class in com.github.nmorel.gwtjackson.client.ser.array
Default JsonSerializer implementation for array.
ArrayJsonSerializer(JsonSerializer<T>) - Constructor for class com.github.nmorel.gwtjackson.client.ser.array.ArrayJsonSerializer
Constructor for ArrayJsonSerializer.
ArrayListJsonDeserializer<T> - Class in com.github.nmorel.gwtjackson.client.deser.collection
Default JsonDeserializer implementation for ArrayList.

B

BackReferenceProperty<T,R> - Interface in com.github.nmorel.gwtjackson.client.deser.bean
BackReferenceProperty interface.
Base64Utils - Class in com.github.nmorel.gwtjackson.client.utils
A utility to decode and encode byte arrays as Strings, using only "safe" characters.
Base64Utils() - Constructor for class com.github.nmorel.gwtjackson.client.utils.Base64Utils
 
BaseCollectionJsonDeserializer<C extends Collection<T>,T> - Class in com.github.nmorel.gwtjackson.client.deser.collection
Base JsonDeserializer implementation for Collection.
BaseCollectionJsonDeserializer(JsonDeserializer<T>) - Constructor for class com.github.nmorel.gwtjackson.client.deser.collection.BaseCollectionJsonDeserializer
Constructor for BaseCollectionJsonDeserializer.
BaseDateJsonDeserializer<D extends Date> - Class in com.github.nmorel.gwtjackson.client.deser
Base implementation of JsonDeserializer for dates.
BaseDateJsonDeserializer() - Constructor for class com.github.nmorel.gwtjackson.client.deser.BaseDateJsonDeserializer
 
BaseDateJsonDeserializer.DateJsonDeserializer - Class in com.github.nmorel.gwtjackson.client.deser
Default implementation of BaseDateJsonDeserializer for Date
BaseDateJsonDeserializer.SqlDateJsonDeserializer - Class in com.github.nmorel.gwtjackson.client.deser
Default implementation of BaseDateJsonDeserializer for Date
BaseDateJsonDeserializer.SqlTimeJsonDeserializer - Class in com.github.nmorel.gwtjackson.client.deser
Default implementation of BaseDateJsonDeserializer for Time
BaseDateJsonDeserializer.SqlTimestampJsonDeserializer - Class in com.github.nmorel.gwtjackson.client.deser
Default implementation of BaseDateJsonDeserializer for Timestamp
BaseDateJsonSerializer<D extends Date> - Class in com.github.nmorel.gwtjackson.client.ser
Base implementation of JsonSerializer for dates.
BaseDateJsonSerializer() - Constructor for class com.github.nmorel.gwtjackson.client.ser.BaseDateJsonSerializer
 
BaseDateJsonSerializer.DateJsonSerializer - Class in com.github.nmorel.gwtjackson.client.ser
Default implementation of BaseDateJsonSerializer for Date
BaseDateJsonSerializer.SqlDateJsonSerializer - Class in com.github.nmorel.gwtjackson.client.ser
Default implementation of BaseDateJsonSerializer for Date
BaseDateJsonSerializer.SqlTimeJsonSerializer - Class in com.github.nmorel.gwtjackson.client.ser
Default implementation of BaseDateJsonSerializer for Date
BaseDateJsonSerializer.SqlTimestampJsonSerializer - Class in com.github.nmorel.gwtjackson.client.ser
Default implementation of BaseDateJsonSerializer for Timestamp
BaseDateKeyDeserializer<D extends Date> - Class in com.github.nmorel.gwtjackson.client.deser.map.key
Base implementation of KeyDeserializer for dates.
BaseDateKeyDeserializer() - Constructor for class com.github.nmorel.gwtjackson.client.deser.map.key.BaseDateKeyDeserializer
 
BaseDateKeyDeserializer.DateKeyDeserializer - Class in com.github.nmorel.gwtjackson.client.deser.map.key
Default implementation of BaseDateKeyDeserializer for Date
BaseDateKeyDeserializer.SqlDateKeyDeserializer - Class in com.github.nmorel.gwtjackson.client.deser.map.key
Default implementation of BaseDateKeyDeserializer for Date
BaseDateKeyDeserializer.SqlTimeKeyDeserializer - Class in com.github.nmorel.gwtjackson.client.deser.map.key
Default implementation of BaseDateKeyDeserializer for Time
BaseDateKeyDeserializer.SqlTimestampKeyDeserializer - Class in com.github.nmorel.gwtjackson.client.deser.map.key
Default implementation of BaseDateKeyDeserializer for Timestamp
BaseIterableJsonDeserializer<I extends Iterable<T>,T> - Class in com.github.nmorel.gwtjackson.client.deser.collection
Base JsonDeserializer implementation for Iterable.
BaseIterableJsonDeserializer(JsonDeserializer<T>) - Constructor for class com.github.nmorel.gwtjackson.client.deser.collection.BaseIterableJsonDeserializer
Constructor for BaseIterableJsonDeserializer.
BaseListJsonDeserializer<L extends List<T>,T> - Class in com.github.nmorel.gwtjackson.client.deser.collection
Base JsonDeserializer implementation for List.
BaseListJsonDeserializer(JsonDeserializer<T>) - Constructor for class com.github.nmorel.gwtjackson.client.deser.collection.BaseListJsonDeserializer
Constructor for BaseListJsonDeserializer.
BaseMapJsonDeserializer<M extends Map<K,V>,K,V> - Class in com.github.nmorel.gwtjackson.client.deser.map
Base JsonDeserializer implementation for Map.
BaseMapJsonDeserializer(KeyDeserializer<K>, JsonDeserializer<V>) - Constructor for class com.github.nmorel.gwtjackson.client.deser.map.BaseMapJsonDeserializer
Constructor for BaseMapJsonDeserializer.
BaseNumberJsonDeserializer<N extends Number> - Class in com.github.nmorel.gwtjackson.client.deser
Base implementation of JsonDeserializer for Number.
BaseNumberJsonDeserializer() - Constructor for class com.github.nmorel.gwtjackson.client.deser.BaseNumberJsonDeserializer
 
BaseNumberJsonDeserializer.BigDecimalJsonDeserializer - Class in com.github.nmorel.gwtjackson.client.deser
Default implementation of BaseNumberJsonDeserializer for BigDecimal
BaseNumberJsonDeserializer.BigIntegerJsonDeserializer - Class in com.github.nmorel.gwtjackson.client.deser
Default implementation of BaseNumberJsonDeserializer for BigInteger
BaseNumberJsonDeserializer.ByteJsonDeserializer - Class in com.github.nmorel.gwtjackson.client.deser
Default implementation of BaseNumberJsonDeserializer for Byte
BaseNumberJsonDeserializer.DoubleJsonDeserializer - Class in com.github.nmorel.gwtjackson.client.deser
Default implementation of BaseNumberJsonDeserializer for Double
BaseNumberJsonDeserializer.FloatJsonDeserializer - Class in com.github.nmorel.gwtjackson.client.deser
Default implementation of BaseNumberJsonDeserializer for Float
BaseNumberJsonDeserializer.IntegerJsonDeserializer - Class in com.github.nmorel.gwtjackson.client.deser
Default implementation of BaseNumberJsonDeserializer for Integer
BaseNumberJsonDeserializer.LongJsonDeserializer - Class in com.github.nmorel.gwtjackson.client.deser
Default implementation of BaseNumberJsonDeserializer for Long
BaseNumberJsonDeserializer.NumberJsonDeserializer - Class in com.github.nmorel.gwtjackson.client.deser
Default implementation of BaseNumberJsonDeserializer for Number
BaseNumberJsonDeserializer.ShortJsonDeserializer - Class in com.github.nmorel.gwtjackson.client.deser
Default implementation of BaseNumberJsonDeserializer for Short
BaseNumberJsonSerializer<N extends Number> - Class in com.github.nmorel.gwtjackson.client.ser
Base implementation of JsonSerializer for Number.
BaseNumberJsonSerializer() - Constructor for class com.github.nmorel.gwtjackson.client.ser.BaseNumberJsonSerializer
 
BaseNumberJsonSerializer.BigDecimalJsonSerializer - Class in com.github.nmorel.gwtjackson.client.ser
Default implementation of BaseNumberJsonSerializer for BigDecimal
BaseNumberJsonSerializer.BigIntegerJsonSerializer - Class in com.github.nmorel.gwtjackson.client.ser
Default implementation of BaseNumberJsonSerializer for BigInteger
BaseNumberJsonSerializer.ByteJsonSerializer - Class in com.github.nmorel.gwtjackson.client.ser
Default implementation of BaseNumberJsonSerializer for Byte
BaseNumberJsonSerializer.DoubleJsonSerializer - Class in com.github.nmorel.gwtjackson.client.ser
Default implementation of BaseNumberJsonSerializer for Double
BaseNumberJsonSerializer.FloatJsonSerializer - Class in com.github.nmorel.gwtjackson.client.ser
Default implementation of BaseNumberJsonSerializer for Float
BaseNumberJsonSerializer.IntegerJsonSerializer - Class in com.github.nmorel.gwtjackson.client.ser
Default implementation of BaseNumberJsonSerializer for Integer
BaseNumberJsonSerializer.LongJsonSerializer - Class in com.github.nmorel.gwtjackson.client.ser
Default implementation of BaseNumberJsonSerializer for Long
BaseNumberJsonSerializer.NumberJsonSerializer - Class in com.github.nmorel.gwtjackson.client.ser
Default implementation of BaseNumberJsonSerializer for Number
BaseNumberJsonSerializer.ShortJsonSerializer - Class in com.github.nmorel.gwtjackson.client.ser
Default implementation of BaseNumberJsonSerializer for Short
BaseNumberKeyDeserializer<N extends Number> - Class in com.github.nmorel.gwtjackson.client.deser.map.key
Base implementation of KeyDeserializer for Numbers.
BaseNumberKeyDeserializer() - Constructor for class com.github.nmorel.gwtjackson.client.deser.map.key.BaseNumberKeyDeserializer
 
BaseNumberKeyDeserializer.BigDecimalKeyDeserializer - Class in com.github.nmorel.gwtjackson.client.deser.map.key
Default implementation of BaseNumberKeyDeserializer for BigDecimal
BaseNumberKeyDeserializer.BigIntegerKeyDeserializer - Class in com.github.nmorel.gwtjackson.client.deser.map.key
Default implementation of BaseNumberKeyDeserializer for BigInteger
BaseNumberKeyDeserializer.ByteKeyDeserializer - Class in com.github.nmorel.gwtjackson.client.deser.map.key
Default implementation of BaseNumberKeyDeserializer for Byte
BaseNumberKeyDeserializer.DoubleKeyDeserializer - Class in com.github.nmorel.gwtjackson.client.deser.map.key
Default implementation of BaseNumberKeyDeserializer for Double
BaseNumberKeyDeserializer.FloatKeyDeserializer - Class in com.github.nmorel.gwtjackson.client.deser.map.key
Default implementation of BaseNumberKeyDeserializer for Float
BaseNumberKeyDeserializer.IntegerKeyDeserializer - Class in com.github.nmorel.gwtjackson.client.deser.map.key
Default implementation of BaseNumberKeyDeserializer for Integer
BaseNumberKeyDeserializer.LongKeyDeserializer - Class in com.github.nmorel.gwtjackson.client.deser.map.key
Default implementation of BaseNumberKeyDeserializer for Long
BaseNumberKeyDeserializer.ShortKeyDeserializer - Class in com.github.nmorel.gwtjackson.client.deser.map.key
Default implementation of BaseNumberKeyDeserializer for Short
BaseQueueJsonDeserializer<Q extends Queue<T>,T> - Class in com.github.nmorel.gwtjackson.client.deser.collection
Base JsonDeserializer implementation for Queue.
BaseQueueJsonDeserializer(JsonDeserializer<T>) - Constructor for class com.github.nmorel.gwtjackson.client.deser.collection.BaseQueueJsonDeserializer
Constructor for BaseQueueJsonDeserializer.
BaseSetJsonDeserializer<S extends Set<T>,T> - Class in com.github.nmorel.gwtjackson.client.deser.collection
Base JsonDeserializer implementation for Set.
BaseSetJsonDeserializer(JsonDeserializer<T>) - Constructor for class com.github.nmorel.gwtjackson.client.deser.collection.BaseSetJsonDeserializer
Constructor for BaseSetJsonDeserializer.
BaseSortedSetJsonDeserializer<S extends SortedSet<T>,T> - Class in com.github.nmorel.gwtjackson.client.deser.collection
Base JsonDeserializer implementation for SortedSet.
BaseSortedSetJsonDeserializer(JsonDeserializer<T>) - Constructor for class com.github.nmorel.gwtjackson.client.deser.collection.BaseSortedSetJsonDeserializer
Constructor for BaseSortedSetJsonDeserializer.
BeanIdentityInfo - Class in com.github.nmorel.gwtjackson.rebind.bean
BeanIdentityInfo class.
beanInfo - Variable in class com.github.nmorel.gwtjackson.rebind.AbstractBeanJsonCreator
 
BeanInfo - Class in com.github.nmorel.gwtjackson.rebind.bean
BeanInfo class.
BeanJsonDeserializerCreator - Class in com.github.nmorel.gwtjackson.rebind
BeanJsonDeserializerCreator class.
BeanJsonDeserializerCreator(TreeLogger, GeneratorContext, RebindConfiguration, JacksonTypeOracle, JClassType) - Constructor for class com.github.nmorel.gwtjackson.rebind.BeanJsonDeserializerCreator
Constructor for BeanJsonDeserializerCreator.
BeanJsonMapperInfo - Class in com.github.nmorel.gwtjackson.rebind
BeanJsonMapperInfo class.
BeanJsonMapperInfo(JClassType, String, boolean, String, String, BeanInfo, ImmutableMap<String, PropertyInfo>) - Constructor for class com.github.nmorel.gwtjackson.rebind.BeanJsonMapperInfo
Constructor for BeanJsonMapperInfo.
BeanJsonSerializerCreator - Class in com.github.nmorel.gwtjackson.rebind
BeanJsonSerializerCreator class.
BeanJsonSerializerCreator(TreeLogger, GeneratorContext, RebindConfiguration, JacksonTypeOracle, JClassType) - Constructor for class com.github.nmorel.gwtjackson.rebind.BeanJsonSerializerCreator
Constructor for BeanJsonSerializerCreator.
beanMapper - Variable in class com.github.nmorel.gwtjackson.rebind.type.JMapperType
 
beanMapper - Variable in class com.github.nmorel.gwtjackson.rebind.type.JMapperType.Builder
 
beanMapper(boolean) - Method in class com.github.nmorel.gwtjackson.rebind.type.JMapperType.Builder
 
BeanProcessor - Class in com.github.nmorel.gwtjackson.rebind.bean
BeanProcessor class.
BeanProcessor() - Constructor for class com.github.nmorel.gwtjackson.rebind.bean.BeanProcessor
 
BeanPropertyDeserializer<T,V> - Class in com.github.nmorel.gwtjackson.client.deser.bean
Deserializes a bean's property
BeanPropertyDeserializer() - Constructor for class com.github.nmorel.gwtjackson.client.deser.bean.BeanPropertyDeserializer
 
BeanPropertySerializer<T,V> - Class in com.github.nmorel.gwtjackson.client.ser.bean
Serializes a bean's property
BeanPropertySerializer(String) - Constructor for class com.github.nmorel.gwtjackson.client.ser.bean.BeanPropertySerializer
Constructor for BeanPropertySerializer.
BeanSubtypeDeserializer() - Constructor for class com.github.nmorel.gwtjackson.client.deser.bean.SubtypeDeserializer.BeanSubtypeDeserializer
 
BeanSubtypeSerializer() - Constructor for class com.github.nmorel.gwtjackson.client.ser.bean.SubtypeSerializer.BeanSubtypeSerializer
 
BeanTypeInfo - Class in com.github.nmorel.gwtjackson.rebind.bean
BeanTypeInfo class.
beginArray() - Method in class com.github.nmorel.gwtjackson.client.stream.impl.DefaultJsonReader
Consumes the next token from the JSON stream and asserts that it is the beginning of a new array.
beginArray() - Method in class com.github.nmorel.gwtjackson.client.stream.impl.DefaultJsonWriter
Begins encoding a new array.
beginArray() - Method in class com.github.nmorel.gwtjackson.client.stream.impl.FastJsonWriter
Begins encoding a new array.
beginArray() - Method in class com.github.nmorel.gwtjackson.client.stream.impl.NonBufferedJsonReader
Consumes the next token from the JSON stream and asserts that it is the beginning of a new array.
beginArray() - Method in interface com.github.nmorel.gwtjackson.client.stream.JsonReader
Consumes the next token from the JSON stream and asserts that it is the beginning of a new array.
beginArray() - Method in interface com.github.nmorel.gwtjackson.client.stream.JsonWriter
Begins encoding a new array.
beginObject() - Method in class com.github.nmorel.gwtjackson.client.stream.impl.DefaultJsonReader
Consumes the next token from the JSON stream and asserts that it is the beginning of a new object.
beginObject() - Method in class com.github.nmorel.gwtjackson.client.stream.impl.DefaultJsonWriter
Begins encoding a new object.
beginObject() - Method in class com.github.nmorel.gwtjackson.client.stream.impl.FastJsonWriter
Begins encoding a new object.
beginObject() - Method in class com.github.nmorel.gwtjackson.client.stream.impl.NonBufferedJsonReader
Consumes the next token from the JSON stream and asserts that it is the beginning of a new object.
beginObject() - Method in interface com.github.nmorel.gwtjackson.client.stream.JsonReader
Consumes the next token from the JSON stream and asserts that it is the beginning of a new object.
beginObject() - Method in interface com.github.nmorel.gwtjackson.client.stream.JsonWriter
Begins encoding a new object.
BooleanJsonDeserializer - Class in com.github.nmorel.gwtjackson.client.deser
Default JsonDeserializer implementation for Boolean.
BooleanJsonSerializer - Class in com.github.nmorel.gwtjackson.client.ser
Default JsonSerializer implementation for Boolean.
BooleanKeyDeserializer - Class in com.github.nmorel.gwtjackson.client.deser.map.key
Default KeyDeserializer implementation for Boolean.
BooleanKeySerializer - Class in com.github.nmorel.gwtjackson.client.ser.map.key
Default KeySerializer implementation for Boolean.
build() - Method in class com.github.nmorel.gwtjackson.client.JsonDeserializationContext.Builder
 
build() - Method in class com.github.nmorel.gwtjackson.client.JsonSerializationContext.Builder
 
build() - Method in class com.github.nmorel.gwtjackson.rebind.type.JDeserializerType.Builder
 
build() - Method in class com.github.nmorel.gwtjackson.rebind.type.JSerializerType.Builder
 
build() - Method in class com.github.nmorel.gwtjackson.rebind.writer.JsniCodeBlockBuilder
build
buildCommonPropertyParameters(CodeBlock.Builder, PropertyInfo) - Method in class com.github.nmorel.gwtjackson.rebind.AbstractBeanJsonCreator
Add the common property parameters to the code builder.
builder() - Static method in class com.github.nmorel.gwtjackson.client.JsonDeserializationContext
builder
Builder() - Constructor for class com.github.nmorel.gwtjackson.client.JsonDeserializationContext.Builder
Deprecated.
Use JsonDeserializationContext.builder() instead. This constructor will be made protected in v1.0.
builder() - Static method in class com.github.nmorel.gwtjackson.client.JsonSerializationContext
builder
Builder() - Constructor for class com.github.nmorel.gwtjackson.client.JsonSerializationContext.Builder
Deprecated.
Use JsonSerializationContext.builder() instead. This constructor will be made protected in v1.0.
Builder() - Constructor for class com.github.nmorel.gwtjackson.rebind.type.JDeserializerType.Builder
 
Builder() - Constructor for class com.github.nmorel.gwtjackson.rebind.type.JMapperType.Builder
 
Builder() - Constructor for class com.github.nmorel.gwtjackson.rebind.type.JSerializerType.Builder
 
builder() - Static method in class com.github.nmorel.gwtjackson.rebind.writer.JsniCodeBlockBuilder
builder
buildSpecific(TypeSpec.Builder) - Method in class com.github.nmorel.gwtjackson.rebind.AbstractBeanJsonCreator
Method implemented by childs to add specific methods to the builder.
buildSpecific(TypeSpec.Builder) - Method in class com.github.nmorel.gwtjackson.rebind.BeanJsonDeserializerCreator
Method implemented by childs to add specific methods to the builder.
buildSpecific(TypeSpec.Builder) - Method in class com.github.nmorel.gwtjackson.rebind.BeanJsonSerializerCreator
Method implemented by childs to add specific methods to the builder.

C

cancelName() - Method in class com.github.nmorel.gwtjackson.client.stream.impl.DefaultJsonWriter
cancelName
cancelName() - Method in class com.github.nmorel.gwtjackson.client.stream.impl.FastJsonWriter
cancelName
cancelName() - Method in interface com.github.nmorel.gwtjackson.client.stream.JsonWriter
cancelName
canDeserialize() - Method in class com.github.nmorel.gwtjackson.client.deser.bean.AbstractBeanJsonDeserializer
canDeserialize
canDeserialize() - Method in class com.github.nmorel.gwtjackson.client.deser.bean.AbstractObjectBeanJsonDeserializer
canDeserialize
canDeserialize() - Method in class com.github.nmorel.gwtjackson.client.deser.bean.AbstractSerializableBeanJsonDeserializer
canDeserialize
CharacterJsonDeserializer - Class in com.github.nmorel.gwtjackson.client.deser
Default JsonDeserializer implementation for Character.
CharacterJsonSerializer - Class in com.github.nmorel.gwtjackson.client.ser
Default JsonSerializer implementation for Character.
CharacterKeyDeserializer - Class in com.github.nmorel.gwtjackson.client.deser.map.key
Default KeyDeserializer implementation for Character.
close() - Method in class com.github.nmorel.gwtjackson.client.stream.impl.DefaultJsonReader
Closes this JSON reader and the underlying Reader.
close() - Method in class com.github.nmorel.gwtjackson.client.stream.impl.DefaultJsonWriter
Flushes and closes this writer and the underlying StringBuilder.
close() - Method in class com.github.nmorel.gwtjackson.client.stream.impl.FastJsonWriter
Flushes and closes this writer and the underlying StringBuilder.
close() - Method in class com.github.nmorel.gwtjackson.client.stream.impl.NonBufferedJsonReader
Closes this JSON reader and the underlying Reader.
close() - Method in interface com.github.nmorel.gwtjackson.client.stream.JsonReader
Closes this JSON reader and the underlying Reader.
close() - Method in interface com.github.nmorel.gwtjackson.client.stream.JsonWriter
Flushes and closes this writer and the underlying StringBuilder.
CollectionJsonDeserializer<T> - Class in com.github.nmorel.gwtjackson.client.deser.collection
Default JsonDeserializer implementation for Collection.
CollectionJsonSerializer<C extends Collection<T>,T> - Class in com.github.nmorel.gwtjackson.client.ser
Default JsonSerializer implementation for Collection.
CollectionJsonSerializer(JsonSerializer<T>) - Constructor for class com.github.nmorel.gwtjackson.client.ser.CollectionJsonSerializer
Constructor for CollectionJsonSerializer.
com.github.nmorel.gwtjackson.client - package com.github.nmorel.gwtjackson.client
 
com.github.nmorel.gwtjackson.client.annotation - package com.github.nmorel.gwtjackson.client.annotation
 
com.github.nmorel.gwtjackson.client.deser - package com.github.nmorel.gwtjackson.client.deser
 
com.github.nmorel.gwtjackson.client.deser.array - package com.github.nmorel.gwtjackson.client.deser.array
 
com.github.nmorel.gwtjackson.client.deser.array.cast - package com.github.nmorel.gwtjackson.client.deser.array.cast
 
com.github.nmorel.gwtjackson.client.deser.array.dd - package com.github.nmorel.gwtjackson.client.deser.array.dd
 
com.github.nmorel.gwtjackson.client.deser.bean - package com.github.nmorel.gwtjackson.client.deser.bean
 
com.github.nmorel.gwtjackson.client.deser.collection - package com.github.nmorel.gwtjackson.client.deser.collection
 
com.github.nmorel.gwtjackson.client.deser.map - package com.github.nmorel.gwtjackson.client.deser.map
 
com.github.nmorel.gwtjackson.client.deser.map.key - package com.github.nmorel.gwtjackson.client.deser.map.key
 
com.github.nmorel.gwtjackson.client.exception - package com.github.nmorel.gwtjackson.client.exception
 
com.github.nmorel.gwtjackson.client.ser - package com.github.nmorel.gwtjackson.client.ser
 
com.github.nmorel.gwtjackson.client.ser.array - package com.github.nmorel.gwtjackson.client.ser.array
 
com.github.nmorel.gwtjackson.client.ser.array.dd - package com.github.nmorel.gwtjackson.client.ser.array.dd
 
com.github.nmorel.gwtjackson.client.ser.bean - package com.github.nmorel.gwtjackson.client.ser.bean
 
com.github.nmorel.gwtjackson.client.ser.map - package com.github.nmorel.gwtjackson.client.ser.map
 
com.github.nmorel.gwtjackson.client.ser.map.key - package com.github.nmorel.gwtjackson.client.ser.map.key
 
com.github.nmorel.gwtjackson.client.stream - package com.github.nmorel.gwtjackson.client.stream
 
com.github.nmorel.gwtjackson.client.stream.impl - package com.github.nmorel.gwtjackson.client.stream.impl
 
com.github.nmorel.gwtjackson.client.utils - package com.github.nmorel.gwtjackson.client.utils
 
com.github.nmorel.gwtjackson.rebind - package com.github.nmorel.gwtjackson.rebind
 
com.github.nmorel.gwtjackson.rebind.bean - package com.github.nmorel.gwtjackson.rebind.bean
 
com.github.nmorel.gwtjackson.rebind.exception - package com.github.nmorel.gwtjackson.rebind.exception
 
com.github.nmorel.gwtjackson.rebind.property - package com.github.nmorel.gwtjackson.rebind.property
 
com.github.nmorel.gwtjackson.rebind.type - package com.github.nmorel.gwtjackson.rebind.type
 
com.github.nmorel.gwtjackson.rebind.writer - package com.github.nmorel.gwtjackson.rebind.writer
 
configuration - Variable in class com.github.nmorel.gwtjackson.rebind.AbstractCreator
 
configure() - Method in class com.github.nmorel.gwtjackson.client.AbstractConfiguration
configure
configure() - Method in class com.github.nmorel.gwtjackson.rebind.DefaultConfiguration
configure
context - Variable in class com.github.nmorel.gwtjackson.rebind.AbstractCreator
 
create(int) - Method in interface com.github.nmorel.gwtjackson.client.deser.array.ArrayJsonDeserializer.ArrayCreator
 
create(int, int) - Method in interface com.github.nmorel.gwtjackson.client.deser.array.dd.Array2dJsonDeserializer.Array2dCreator
 
create() - Method in class com.github.nmorel.gwtjackson.rebind.AbstractBeanJsonCreator
Creates an implementation of AbstractBeanJsonSerializer for the type given in parameter
create(JClassType) - Method in class com.github.nmorel.gwtjackson.rebind.ObjectMapperCreator
Creates the implementation of the interface denoted by interfaceClass and extending ObjectMapper
createJsonDeserializer() - Method in class com.github.nmorel.gwtjackson.client.Deserializer
createJsonDeserializer
createJsonSerializer() - Method in class com.github.nmorel.gwtjackson.client.Serializer
createJsonSerializer
createKeyDeserializer() - Method in class com.github.nmorel.gwtjackson.client.Deserializer
createKeyDeserializer
createKeySerializer() - Method in class com.github.nmorel.gwtjackson.client.Serializer
createKeySerializer
CreatorUtils - Class in com.github.nmorel.gwtjackson.rebind
CreatorUtils class.
creatorVisibility(JsonAutoDetect.Visibility) - Method in class com.github.nmorel.gwtjackson.client.AbstractConfiguration
Override the default behaviour of JsonAutoDetect.Visibility#DEFAULT for creators.

D

DATE_FORMAT_STR_ISO8601 - Static variable in class com.github.nmorel.gwtjackson.client.utils.DateFormat
Defines a commonly used date format that conforms to ISO-8601 date formatting standard, when it includes basic undecorated timezone definition
DATE_FORMAT_STR_ISO8601_Z - Static variable in class com.github.nmorel.gwtjackson.client.utils.DateFormat
Same as 'regular' 8601, but handles 'Z' as an alias for "+0000" (or "GMT")
DATE_FORMAT_STR_PLAIN - Static variable in class com.github.nmorel.gwtjackson.client.utils.DateFormat
ISO-8601 with just the Date part, no time
DATE_FORMAT_STR_RFC1123 - Static variable in class com.github.nmorel.gwtjackson.client.utils.DateFormat
This constant defines the date format specified by RFC 1123 / RFC 822.
DateFormat - Class in com.github.nmorel.gwtjackson.client.utils
DateFormat class.
DateKeySerializer<D extends Date> - Class in com.github.nmorel.gwtjackson.client.ser.map.key
Default implementation of KeySerializer for dates.
DEFAULT - Static variable in class com.github.nmorel.gwtjackson.client.JsonDeserializerParameters
Constant DEFAULT
DEFAULT - Static variable in class com.github.nmorel.gwtjackson.client.JsonSerializerParameters
Constant DEFAULT
DEFAULT_WILDCARD - Static variable in class com.github.nmorel.gwtjackson.rebind.writer.JTypeName
Default wildcard : ?
DefaultConfiguration - Class in com.github.nmorel.gwtjackson.rebind
AbstractConfiguration implementation containing all the default serializers and deserializers.
DefaultConfiguration() - Constructor for class com.github.nmorel.gwtjackson.rebind.DefaultConfiguration
 
DefaultJsonReader - Class in com.github.nmorel.gwtjackson.client.stream.impl
Reads a JSON (RFC 4627) encoded value as a stream of tokens.
DefaultJsonReader(StringReader) - Constructor for class com.github.nmorel.gwtjackson.client.stream.impl.DefaultJsonReader
Creates a new instance that reads a JSON-encoded stream from in.
DefaultJsonWriter - Class in com.github.nmorel.gwtjackson.client.stream.impl
Writes a JSON (RFC 4627) encoded value to a stream, one token at a time.
DefaultJsonWriter(StringBuilder) - Constructor for class com.github.nmorel.gwtjackson.client.stream.impl.DefaultJsonWriter
Creates a new instance that writes a JSON-encoded stream to out.
DefaultSubtypeDeserializer() - Constructor for class com.github.nmorel.gwtjackson.client.deser.bean.SubtypeDeserializer.DefaultSubtypeDeserializer
 
DefaultSubtypeSerializer() - Constructor for class com.github.nmorel.gwtjackson.client.ser.bean.SubtypeSerializer.DefaultSubtypeSerializer
 
DELEGATION_PARAM_NAME - Static variable in class com.github.nmorel.gwtjackson.rebind.BeanJsonDeserializerCreator
Constant DELEGATION_PARAM_NAME="delegation"
deserialize(JsonReader, T, String, JsonDeserializationContext) - Method in class com.github.nmorel.gwtjackson.client.deser.bean.AnySetterDeserializer
Deserializes the property defined for this instance.
deserialize(JsonReader, T, JsonDeserializationContext) - Method in class com.github.nmorel.gwtjackson.client.deser.bean.BeanPropertyDeserializer
Deserializes the property defined for this instance.
deserialize(JsonReader, JsonDeserializationContext) - Method in class com.github.nmorel.gwtjackson.client.deser.bean.HasDeserializerAndParameters
Deserializes the property defined for this instance.
deserialize(String, JsonDeserializationContext) - Method in class com.github.nmorel.gwtjackson.client.deser.map.key.KeyDeserializer
Deserializes a key into an object.
deserialize(JsonReader, JsonDeserializationContext) - Method in class com.github.nmorel.gwtjackson.client.JsonDeserializer
Deserializes a JSON input into an object.
deserialize(JsonReader, JsonDeserializationContext, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.JsonDeserializer
Deserializes a JSON input into an object.
deserializeDate(Date) - Method in class com.github.nmorel.gwtjackson.client.deser.map.key.BaseDateKeyDeserializer.DateKeyDeserializer
 
deserializeDate(Date) - Method in class com.github.nmorel.gwtjackson.client.deser.map.key.BaseDateKeyDeserializer
deserializeDate
deserializeDate(Date) - Method in class com.github.nmorel.gwtjackson.client.deser.map.key.BaseDateKeyDeserializer.SqlDateKeyDeserializer
 
deserializeDate(Date) - Method in class com.github.nmorel.gwtjackson.client.deser.map.key.BaseDateKeyDeserializer.SqlTimeKeyDeserializer
 
deserializeDate(Date) - Method in class com.github.nmorel.gwtjackson.client.deser.map.key.BaseDateKeyDeserializer.SqlTimestampKeyDeserializer
 
deserializeInline(JsonReader, JsonDeserializationContext, JsonDeserializerParameters, IdentityDeserializationInfo, TypeDeserializationInfo, String, Map<String, String>) - Method in class com.github.nmorel.gwtjackson.client.deser.bean.AbstractBeanJsonDeserializer
deserializeInline
deserializeInline(JsonReader, JsonDeserializationContext, JsonDeserializerParameters, IdentityDeserializationInfo, TypeDeserializationInfo, String, Map<String, String>) - Method in class com.github.nmorel.gwtjackson.client.deser.bean.SubtypeDeserializer.BeanSubtypeDeserializer
 
deserializeInline(JsonReader, JsonDeserializationContext, JsonDeserializerParameters, IdentityDeserializationInfo, TypeDeserializationInfo, String, Map<String, String>) - Method in class com.github.nmorel.gwtjackson.client.deser.bean.SubtypeDeserializer.DefaultSubtypeDeserializer
 
deserializeIntoList(JsonReader, JsonDeserializationContext, JsonDeserializer<C>, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.array.AbstractArrayJsonDeserializer
Deserializes the array into a List.
deserializeIntoList(JsonReader, JsonDeserializationContext, JsonDeserializer<C>, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.array.dd.AbstractArray2dJsonDeserializer
Deserializes the array into a List.
deserializeMillis(long) - Method in class com.github.nmorel.gwtjackson.client.deser.map.key.BaseDateKeyDeserializer.DateKeyDeserializer
 
deserializeMillis(long) - Method in class com.github.nmorel.gwtjackson.client.deser.map.key.BaseDateKeyDeserializer
deserializeMillis
deserializeMillis(long) - Method in class com.github.nmorel.gwtjackson.client.deser.map.key.BaseDateKeyDeserializer.SqlDateKeyDeserializer
 
deserializeMillis(long) - Method in class com.github.nmorel.gwtjackson.client.deser.map.key.BaseDateKeyDeserializer.SqlTimeKeyDeserializer
 
deserializeMillis(long) - Method in class com.github.nmorel.gwtjackson.client.deser.map.key.BaseDateKeyDeserializer.SqlTimestampKeyDeserializer
 
deserializeNullValue(JsonReader, JsonDeserializationContext, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.JsonDeserializer
Deserialize the null value.
deserializeNumber(long, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.BaseDateJsonDeserializer.DateJsonDeserializer
 
deserializeNumber(long, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.BaseDateJsonDeserializer
deserializeNumber
deserializeNumber(long, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.BaseDateJsonDeserializer.SqlDateJsonDeserializer
 
deserializeNumber(long, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.BaseDateJsonDeserializer.SqlTimeJsonDeserializer
 
deserializeNumber(long, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.BaseDateJsonDeserializer.SqlTimestampJsonDeserializer
 
deserializer(Class<? extends KeyDeserializer>) - Method in class com.github.nmorel.gwtjackson.client.AbstractConfiguration.KeyTypeConfiguration
 
deserializer(Class) - Method in class com.github.nmorel.gwtjackson.client.AbstractConfiguration.PrimitiveTypeConfiguration
 
deserializer(Class<? extends JsonDeserializer>) - Method in class com.github.nmorel.gwtjackson.client.AbstractConfiguration.TypeConfiguration
 
deserializer - Variable in class com.github.nmorel.gwtjackson.client.deser.collection.BaseIterableJsonDeserializer
 
Deserializer<T> - Class in com.github.nmorel.gwtjackson.client
Wrapper to access both key and json deserializer for a type.
Deserializer() - Constructor for class com.github.nmorel.gwtjackson.client.Deserializer
 
deserializeString(String, JsonDeserializationContext, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.BaseDateJsonDeserializer.DateJsonDeserializer
 
deserializeString(String, JsonDeserializationContext, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.BaseDateJsonDeserializer
deserializeString
deserializeString(String, JsonDeserializationContext, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.BaseDateJsonDeserializer.SqlDateJsonDeserializer
 
deserializeString(String, JsonDeserializationContext, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.BaseDateJsonDeserializer.SqlTimeJsonDeserializer
 
deserializeString(String, JsonDeserializationContext, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.BaseDateJsonDeserializer.SqlTimestampJsonDeserializer
 
deserializeWrapped(JsonReader, JsonDeserializationContext, JsonDeserializerParameters, IdentityDeserializationInfo, TypeDeserializationInfo, String) - Method in class com.github.nmorel.gwtjackson.client.deser.bean.AbstractBeanJsonDeserializer
deserializeWrapped
deserializeWrapped(JsonReader, JsonDeserializationContext, JsonDeserializerParameters, IdentityDeserializationInfo, TypeDeserializationInfo, String) - Method in class com.github.nmorel.gwtjackson.client.deser.bean.AbstractDelegationBeanJsonDeserializer
deserializeWrapped
deserializeWrapped(JsonReader, JsonDeserializationContext, JsonDeserializerParameters, IdentityDeserializationInfo, TypeDeserializationInfo, String) - Method in class com.github.nmorel.gwtjackson.client.deser.bean.AbstractObjectBeanJsonDeserializer
deserializeWrapped
deserializeWrapped(JsonReader, JsonDeserializationContext, JsonDeserializerParameters, IdentityDeserializationInfo, TypeDeserializationInfo, String) - Method in class com.github.nmorel.gwtjackson.client.deser.bean.AbstractSerializableBeanJsonDeserializer
deserializeWrapped
deserializeWrapped(JsonReader, JsonDeserializationContext, JsonDeserializerParameters, IdentityDeserializationInfo, TypeDeserializationInfo, String) - Method in class com.github.nmorel.gwtjackson.client.deser.bean.SubtypeDeserializer.BeanSubtypeDeserializer
 
deserializeWrapped(JsonReader, JsonDeserializationContext, JsonDeserializerParameters, IdentityDeserializationInfo, TypeDeserializationInfo, String) - Method in class com.github.nmorel.gwtjackson.client.deser.bean.SubtypeDeserializer.DefaultSubtypeDeserializer
 
doDeserialize(JsonReader, JsonDeserializationContext, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.array.AbstractArrayJsonDeserializer
Deserializes a non-null JSON input into an object.
doDeserialize(JsonReader, JsonDeserializationContext, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.array.dd.Array2dJsonDeserializer
Deserializes a non-null JSON input into an object.
doDeserialize(JsonReader, JsonDeserializationContext, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.array.dd.PrimitiveBooleanArray2dJsonDeserializer
Deserializes a non-null JSON input into an object.
doDeserialize(JsonReader, JsonDeserializationContext, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.array.dd.PrimitiveByteArray2dJsonDeserializer
Deserializes a non-null JSON input into an object.
doDeserialize(JsonReader, JsonDeserializationContext, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.array.dd.PrimitiveCharacterArray2dJsonDeserializer
Deserializes a non-null JSON input into an object.
doDeserialize(JsonReader, JsonDeserializationContext, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.array.dd.PrimitiveDoubleArray2dJsonDeserializer
Deserializes a non-null JSON input into an object.
doDeserialize(JsonReader, JsonDeserializationContext, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.array.dd.PrimitiveFloatArray2dJsonDeserializer
Deserializes a non-null JSON input into an object.
doDeserialize(JsonReader, JsonDeserializationContext, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.array.dd.PrimitiveIntegerArray2dJsonDeserializer
Deserializes a non-null JSON input into an object.
doDeserialize(JsonReader, JsonDeserializationContext, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.array.dd.PrimitiveLongArray2dJsonDeserializer
Deserializes a non-null JSON input into an object.
doDeserialize(JsonReader, JsonDeserializationContext, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.array.dd.PrimitiveShortArray2dJsonDeserializer
Deserializes a non-null JSON input into an object.
doDeserialize(JsonReader, JsonDeserializationContext, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.BaseDateJsonDeserializer
Deserializes a non-null JSON input into an object.
doDeserialize(JsonReader, JsonDeserializationContext, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.BaseNumberJsonDeserializer.BigDecimalJsonDeserializer
 
doDeserialize(JsonReader, JsonDeserializationContext, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.BaseNumberJsonDeserializer.BigIntegerJsonDeserializer
 
doDeserialize(JsonReader, JsonDeserializationContext, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.BaseNumberJsonDeserializer.ByteJsonDeserializer
 
doDeserialize(JsonReader, JsonDeserializationContext, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.BaseNumberJsonDeserializer.DoubleJsonDeserializer
 
doDeserialize(JsonReader, JsonDeserializationContext, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.BaseNumberJsonDeserializer.FloatJsonDeserializer
 
doDeserialize(JsonReader, JsonDeserializationContext, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.BaseNumberJsonDeserializer.IntegerJsonDeserializer
 
doDeserialize(JsonReader, JsonDeserializationContext, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.BaseNumberJsonDeserializer.LongJsonDeserializer
 
doDeserialize(JsonReader, JsonDeserializationContext, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.BaseNumberJsonDeserializer.NumberJsonDeserializer
 
doDeserialize(JsonReader, JsonDeserializationContext, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.BaseNumberJsonDeserializer.ShortJsonDeserializer
 
doDeserialize(JsonReader, JsonDeserializationContext, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.bean.AbstractBeanJsonDeserializer
Deserializes a non-null JSON input into an object.
doDeserialize(JsonReader, JsonDeserializationContext, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.BooleanJsonDeserializer
Deserializes a non-null JSON input into an object.
doDeserialize(JsonReader, JsonDeserializationContext, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.CharacterJsonDeserializer
Deserializes a non-null JSON input into an object.
doDeserialize(JsonReader, JsonDeserializationContext, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.collection.BaseCollectionJsonDeserializer
Deserializes a non-null JSON input into an object.
doDeserialize(JsonReader, JsonDeserializationContext, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.collection.IterableJsonDeserializer
Deserializes a non-null JSON input into an object.
doDeserialize(JsonReader, JsonDeserializationContext, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.EnumJsonDeserializer
Deserializes a non-null JSON input into an object.
doDeserialize(JsonReader, JsonDeserializationContext, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.JavaScriptObjectJsonDeserializer
Deserializes a non-null JSON input into an object.
doDeserialize(JsonReader, JsonDeserializationContext, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.map.BaseMapJsonDeserializer
Deserializes a non-null JSON input into an object.
doDeserialize(String, JsonDeserializationContext) - Method in class com.github.nmorel.gwtjackson.client.deser.map.key.BaseDateKeyDeserializer
Deserializes a non-null key into an object.
doDeserialize(String, JsonDeserializationContext) - Method in class com.github.nmorel.gwtjackson.client.deser.map.key.BaseNumberKeyDeserializer.BigDecimalKeyDeserializer
 
doDeserialize(String, JsonDeserializationContext) - Method in class com.github.nmorel.gwtjackson.client.deser.map.key.BaseNumberKeyDeserializer.BigIntegerKeyDeserializer
 
doDeserialize(String, JsonDeserializationContext) - Method in class com.github.nmorel.gwtjackson.client.deser.map.key.BaseNumberKeyDeserializer.ByteKeyDeserializer
 
doDeserialize(String, JsonDeserializationContext) - Method in class com.github.nmorel.gwtjackson.client.deser.map.key.BaseNumberKeyDeserializer.DoubleKeyDeserializer
 
doDeserialize(String, JsonDeserializationContext) - Method in class com.github.nmorel.gwtjackson.client.deser.map.key.BaseNumberKeyDeserializer.FloatKeyDeserializer
 
doDeserialize(String, JsonDeserializationContext) - Method in class com.github.nmorel.gwtjackson.client.deser.map.key.BaseNumberKeyDeserializer.IntegerKeyDeserializer
 
doDeserialize(String, JsonDeserializationContext) - Method in class com.github.nmorel.gwtjackson.client.deser.map.key.BaseNumberKeyDeserializer.LongKeyDeserializer
 
doDeserialize(String, JsonDeserializationContext) - Method in class com.github.nmorel.gwtjackson.client.deser.map.key.BaseNumberKeyDeserializer.ShortKeyDeserializer
 
doDeserialize(String, JsonDeserializationContext) - Method in class com.github.nmorel.gwtjackson.client.deser.map.key.BooleanKeyDeserializer
Deserializes a non-null key into an object.
doDeserialize(String, JsonDeserializationContext) - Method in class com.github.nmorel.gwtjackson.client.deser.map.key.CharacterKeyDeserializer
Deserializes a non-null key into an object.
doDeserialize(String, JsonDeserializationContext) - Method in class com.github.nmorel.gwtjackson.client.deser.map.key.EnumKeyDeserializer
Deserializes a non-null key into an object.
doDeserialize(String, JsonDeserializationContext) - Method in class com.github.nmorel.gwtjackson.client.deser.map.key.KeyDeserializer
Deserializes a non-null key into an object.
doDeserialize(String, JsonDeserializationContext) - Method in class com.github.nmorel.gwtjackson.client.deser.map.key.StringKeyDeserializer
Deserializes a non-null key into an object.
doDeserialize(String, JsonDeserializationContext) - Method in class com.github.nmorel.gwtjackson.client.deser.map.key.UUIDKeyDeserializer
Deserializes a non-null key into an object.
doDeserialize(JsonReader, JsonDeserializationContext, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.StringJsonDeserializer
Deserializes a non-null JSON input into an object.
doDeserialize(JsonReader, JsonDeserializationContext, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.UUIDJsonDeserializer
 
doDeserialize(JsonReader, JsonDeserializationContext, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.VoidJsonDeserializer
Deserializes a non-null JSON input into an object.
doDeserialize(JsonReader, JsonDeserializationContext, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.JsonDeserializer
Deserializes a non-null JSON input into an object.
doDeserializeArray(JsonReader, JsonDeserializationContext, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.array.AbstractArrayJsonDeserializer
doDeserializeArray
doDeserializeArray(JsonReader, JsonDeserializationContext, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.array.ArrayJsonDeserializer
doDeserializeArray
doDeserializeArray(JsonReader, JsonDeserializationContext, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.array.cast.PrimitiveDoubleArrayJsonDeserializer
doDeserializeArray
doDeserializeArray(JsonReader, JsonDeserializationContext, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.array.cast.PrimitiveIntegerArrayJsonDeserializer
doDeserializeArray
doDeserializeArray(JsonReader, JsonDeserializationContext, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.array.cast.PrimitiveShortArrayJsonDeserializer
doDeserializeArray
doDeserializeArray(JsonReader, JsonDeserializationContext, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.array.cast.StringArrayJsonDeserializer
doDeserializeArray
doDeserializeArray(JsonReader, JsonDeserializationContext, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.array.PrimitiveBooleanArrayJsonDeserializer
doDeserializeArray
doDeserializeArray(JsonReader, JsonDeserializationContext, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.array.PrimitiveByteArrayJsonDeserializer
doDeserializeArray
doDeserializeArray(JsonReader, JsonDeserializationContext, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.array.PrimitiveCharacterArrayJsonDeserializer
doDeserializeArray
doDeserializeArray(JsonReader, JsonDeserializationContext, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.array.PrimitiveDoubleArrayJsonDeserializer
doDeserializeArray
doDeserializeArray(JsonReader, JsonDeserializationContext, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.array.PrimitiveFloatArrayJsonDeserializer
doDeserializeArray
doDeserializeArray(JsonReader, JsonDeserializationContext, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.array.PrimitiveIntegerArrayJsonDeserializer
doDeserializeArray
doDeserializeArray(JsonReader, JsonDeserializationContext, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.array.PrimitiveLongArrayJsonDeserializer
doDeserializeArray
doDeserializeArray(JsonReader, JsonDeserializationContext, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.array.PrimitiveShortArrayJsonDeserializer
doDeserializeArray
doDeserializeIntoList(JsonReader, JsonDeserializationContext, JsonDeserializer<C>, JsonDeserializerParameters, JsonToken) - Method in class com.github.nmorel.gwtjackson.client.deser.array.dd.AbstractArray2dJsonDeserializer
doDeserializeIntoList
doDeserializeNonArray(JsonReader, JsonDeserializationContext, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.array.AbstractArrayJsonDeserializer
doDeserializeNonArray
doDeserializeNonArray(JsonReader, JsonDeserializationContext, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.array.PrimitiveByteArrayJsonDeserializer
doDeserializeNonArray
doDeserializeNonArray(JsonReader, JsonDeserializationContext, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.array.PrimitiveCharacterArrayJsonDeserializer
doDeserializeNonArray
doDeserializeSingleArray(JsonReader, JsonDeserializationContext, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.array.AbstractArrayJsonDeserializer
doDeserializeSingleArray
doDeserializeSingleArray(JsonReader, JsonDeserializationContext, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.array.ArrayJsonDeserializer
doDeserializeSingleArray
doDeserializeSingleArray(JsonReader, JsonDeserializationContext, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.array.cast.PrimitiveDoubleArrayJsonDeserializer
doDeserializeSingleArray
doDeserializeSingleArray(JsonReader, JsonDeserializationContext, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.array.cast.PrimitiveIntegerArrayJsonDeserializer
doDeserializeSingleArray
doDeserializeSingleArray(JsonReader, JsonDeserializationContext, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.array.cast.PrimitiveShortArrayJsonDeserializer
doDeserializeSingleArray
doDeserializeSingleArray(JsonReader, JsonDeserializationContext, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.array.cast.StringArrayJsonDeserializer
doDeserializeSingleArray
doDeserializeSingleArray(JsonReader, JsonDeserializationContext, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.array.PrimitiveBooleanArrayJsonDeserializer
doDeserializeSingleArray
doDeserializeSingleArray(JsonReader, JsonDeserializationContext, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.array.PrimitiveByteArrayJsonDeserializer
doDeserializeSingleArray
doDeserializeSingleArray(JsonReader, JsonDeserializationContext, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.array.PrimitiveCharacterArrayJsonDeserializer
doDeserializeSingleArray
doDeserializeSingleArray(JsonReader, JsonDeserializationContext, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.array.PrimitiveDoubleArrayJsonDeserializer
doDeserializeSingleArray
doDeserializeSingleArray(JsonReader, JsonDeserializationContext, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.array.PrimitiveFloatArrayJsonDeserializer
doDeserializeSingleArray
doDeserializeSingleArray(JsonReader, JsonDeserializationContext, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.array.PrimitiveIntegerArrayJsonDeserializer
doDeserializeSingleArray
doDeserializeSingleArray(JsonReader, JsonDeserializationContext, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.array.PrimitiveLongArrayJsonDeserializer
doDeserializeSingleArray
doDeserializeSingleArray(JsonReader, JsonDeserializationContext, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.array.PrimitiveShortArrayJsonDeserializer
doDeserializeSingleArray
doSerialize(JsonWriter, T, JsonSerializationContext, JsonSerializerParameters) - Method in class com.github.nmorel.gwtjackson.client.JsonSerializer
Serializes a non-null object into JSON output.
doSerialize(JsonWriter, T[], JsonSerializationContext, JsonSerializerParameters) - Method in class com.github.nmorel.gwtjackson.client.ser.array.ArrayJsonSerializer
Serializes a non-null object into JSON output.
doSerialize(JsonWriter, T[][], JsonSerializationContext, JsonSerializerParameters) - Method in class com.github.nmorel.gwtjackson.client.ser.array.dd.Array2dJsonSerializer
Serializes a non-null object into JSON output.
doSerialize(JsonWriter, boolean[][], JsonSerializationContext, JsonSerializerParameters) - Method in class com.github.nmorel.gwtjackson.client.ser.array.dd.PrimitiveBooleanArray2dJsonSerializer
Serializes a non-null object into JSON output.
doSerialize(JsonWriter, byte[][], JsonSerializationContext, JsonSerializerParameters) - Method in class com.github.nmorel.gwtjackson.client.ser.array.dd.PrimitiveByteArray2dJsonSerializer
Serializes a non-null object into JSON output.
doSerialize(JsonWriter, char[][], JsonSerializationContext, JsonSerializerParameters) - Method in class com.github.nmorel.gwtjackson.client.ser.array.dd.PrimitiveCharacterArray2dJsonSerializer
Serializes a non-null object into JSON output.
doSerialize(JsonWriter, double[][], JsonSerializationContext, JsonSerializerParameters) - Method in class com.github.nmorel.gwtjackson.client.ser.array.dd.PrimitiveDoubleArray2dJsonSerializer
Serializes a non-null object into JSON output.
doSerialize(JsonWriter, float[][], JsonSerializationContext, JsonSerializerParameters) - Method in class com.github.nmorel.gwtjackson.client.ser.array.dd.PrimitiveFloatArray2dJsonSerializer
Serializes a non-null object into JSON output.
doSerialize(JsonWriter, int[][], JsonSerializationContext, JsonSerializerParameters) - Method in class com.github.nmorel.gwtjackson.client.ser.array.dd.PrimitiveIntegerArray2dJsonSerializer
Serializes a non-null object into JSON output.
doSerialize(JsonWriter, long[][], JsonSerializationContext, JsonSerializerParameters) - Method in class com.github.nmorel.gwtjackson.client.ser.array.dd.PrimitiveLongArray2dJsonSerializer
Serializes a non-null object into JSON output.
doSerialize(JsonWriter, short[][], JsonSerializationContext, JsonSerializerParameters) - Method in class com.github.nmorel.gwtjackson.client.ser.array.dd.PrimitiveShortArray2dJsonSerializer
Serializes a non-null object into JSON output.
doSerialize(JsonWriter, boolean[], JsonSerializationContext, JsonSerializerParameters) - Method in class com.github.nmorel.gwtjackson.client.ser.array.PrimitiveBooleanArrayJsonSerializer
Serializes a non-null object into JSON output.
doSerialize(JsonWriter, byte[], JsonSerializationContext, JsonSerializerParameters) - Method in class com.github.nmorel.gwtjackson.client.ser.array.PrimitiveByteArrayJsonSerializer
 
doSerialize(JsonWriter, char[], JsonSerializationContext, JsonSerializerParameters) - Method in class com.github.nmorel.gwtjackson.client.ser.array.PrimitiveCharacterArrayJsonSerializer
Serializes a non-null object into JSON output.
doSerialize(JsonWriter, double[], JsonSerializationContext, JsonSerializerParameters) - Method in class com.github.nmorel.gwtjackson.client.ser.array.PrimitiveDoubleArrayJsonSerializer
Serializes a non-null object into JSON output.
doSerialize(JsonWriter, float[], JsonSerializationContext, JsonSerializerParameters) - Method in class com.github.nmorel.gwtjackson.client.ser.array.PrimitiveFloatArrayJsonSerializer
Serializes a non-null object into JSON output.
doSerialize(JsonWriter, int[], JsonSerializationContext, JsonSerializerParameters) - Method in class com.github.nmorel.gwtjackson.client.ser.array.PrimitiveIntegerArrayJsonSerializer
Serializes a non-null object into JSON output.
doSerialize(JsonWriter, long[], JsonSerializationContext, JsonSerializerParameters) - Method in class com.github.nmorel.gwtjackson.client.ser.array.PrimitiveLongArrayJsonSerializer
Serializes a non-null object into JSON output.
doSerialize(JsonWriter, short[], JsonSerializationContext, JsonSerializerParameters) - Method in class com.github.nmorel.gwtjackson.client.ser.array.PrimitiveShortArrayJsonSerializer
Serializes a non-null object into JSON output.
doSerialize(JsonWriter, Date, JsonSerializationContext, JsonSerializerParameters) - Method in class com.github.nmorel.gwtjackson.client.ser.BaseDateJsonSerializer.DateJsonSerializer
 
doSerialize(JsonWriter, Date, JsonSerializationContext, JsonSerializerParameters) - Method in class com.github.nmorel.gwtjackson.client.ser.BaseDateJsonSerializer.SqlDateJsonSerializer
 
doSerialize(JsonWriter, Time, JsonSerializationContext, JsonSerializerParameters) - Method in class com.github.nmorel.gwtjackson.client.ser.BaseDateJsonSerializer.SqlTimeJsonSerializer
 
doSerialize(JsonWriter, Timestamp, JsonSerializationContext, JsonSerializerParameters) - Method in class com.github.nmorel.gwtjackson.client.ser.BaseDateJsonSerializer.SqlTimestampJsonSerializer
 
doSerialize(JsonWriter, N, JsonSerializationContext, JsonSerializerParameters) - Method in class com.github.nmorel.gwtjackson.client.ser.BaseNumberJsonSerializer
Serializes a non-null object into JSON output.
doSerialize(JsonWriter, Double, JsonSerializationContext, JsonSerializerParameters) - Method in class com.github.nmorel.gwtjackson.client.ser.BaseNumberJsonSerializer.DoubleJsonSerializer
 
doSerialize(JsonWriter, Long, JsonSerializationContext, JsonSerializerParameters) - Method in class com.github.nmorel.gwtjackson.client.ser.BaseNumberJsonSerializer.LongJsonSerializer
 
doSerialize(JsonWriter, T, JsonSerializationContext, JsonSerializerParameters) - Method in class com.github.nmorel.gwtjackson.client.ser.bean.AbstractBeanJsonSerializer
Serializes a non-null object into JSON output.
doSerialize(JsonWriter, Boolean, JsonSerializationContext, JsonSerializerParameters) - Method in class com.github.nmorel.gwtjackson.client.ser.BooleanJsonSerializer
Serializes a non-null object into JSON output.
doSerialize(JsonWriter, Character, JsonSerializationContext, JsonSerializerParameters) - Method in class com.github.nmorel.gwtjackson.client.ser.CharacterJsonSerializer
Serializes a non-null object into JSON output.
doSerialize(JsonWriter, C, JsonSerializationContext, JsonSerializerParameters) - Method in class com.github.nmorel.gwtjackson.client.ser.CollectionJsonSerializer
Serializes a non-null object into JSON output.
doSerialize(JsonWriter, E, JsonSerializationContext, JsonSerializerParameters) - Method in class com.github.nmorel.gwtjackson.client.ser.EnumJsonSerializer
Serializes a non-null object into JSON output.
doSerialize(JsonWriter, I, JsonSerializationContext, JsonSerializerParameters) - Method in class com.github.nmorel.gwtjackson.client.ser.IterableJsonSerializer
Serializes a non-null object into JSON output.
doSerialize(JsonWriter, T, JsonSerializationContext, JsonSerializerParameters) - Method in class com.github.nmorel.gwtjackson.client.ser.JavaScriptObjectJsonSerializer
Serializes a non-null object into JSON output.
doSerialize(Boolean, JsonSerializationContext) - Method in class com.github.nmorel.gwtjackson.client.ser.map.key.BooleanKeySerializer
Serializes a non-null object into a String to use as map's key.
doSerialize(Date, JsonSerializationContext) - Method in class com.github.nmorel.gwtjackson.client.ser.map.key.DateKeySerializer
Serializes a non-null object into a String to use as map's key.
doSerialize(E, JsonSerializationContext) - Method in class com.github.nmorel.gwtjackson.client.ser.map.key.EnumKeySerializer
Serializes a non-null object into a String to use as map's key.
doSerialize(T, JsonSerializationContext) - Method in class com.github.nmorel.gwtjackson.client.ser.map.key.KeySerializer
Serializes a non-null object into a String to use as map's key.
doSerialize(Number, JsonSerializationContext) - Method in class com.github.nmorel.gwtjackson.client.ser.map.key.NumberKeySerializer
Serializes a non-null object into a String to use as map's key.
doSerialize(Object, JsonSerializationContext) - Method in class com.github.nmorel.gwtjackson.client.ser.map.key.ObjectKeySerializer
Serializes a non-null object into a String to use as map's key.
doSerialize(Object, JsonSerializationContext) - Method in class com.github.nmorel.gwtjackson.client.ser.map.key.ToStringKeySerializer
Serializes a non-null object into a String to use as map's key.
doSerialize(UUID, JsonSerializationContext) - Method in class com.github.nmorel.gwtjackson.client.ser.map.key.UUIDKeySerializer
Serializes a non-null object into a String to use as map's key.
doSerialize(JsonWriter, M, JsonSerializationContext, JsonSerializerParameters) - Method in class com.github.nmorel.gwtjackson.client.ser.map.MapJsonSerializer
Serializes a non-null object into JSON output.
doSerialize(JsonWriter, Object, JsonSerializationContext, JsonSerializerParameters) - Method in class com.github.nmorel.gwtjackson.client.ser.RawValueJsonSerializer
Serializes a non-null object into JSON output.
doSerialize(JsonWriter, String, JsonSerializationContext, JsonSerializerParameters) - Method in class com.github.nmorel.gwtjackson.client.ser.StringJsonSerializer
Serializes a non-null object into JSON output.
doSerialize(JsonWriter, UUID, JsonSerializationContext, JsonSerializerParameters) - Method in class com.github.nmorel.gwtjackson.client.ser.UUIDJsonSerializer
Serializes a non-null object into JSON output.
doSerialize(JsonWriter, Void, JsonSerializationContext, JsonSerializerParameters) - Method in class com.github.nmorel.gwtjackson.client.ser.VoidJsonSerializer
Serializes a non-null object into JSON output.

E

encodeString(String) - Static method in class com.github.nmorel.gwtjackson.client.stream.impl.DefaultJsonWriter
encodeString
endArray() - Method in class com.github.nmorel.gwtjackson.client.stream.impl.DefaultJsonReader
Consumes the next token from the JSON stream and asserts that it is the end of the current array.
endArray() - Method in class com.github.nmorel.gwtjackson.client.stream.impl.DefaultJsonWriter
Ends encoding the current array.
endArray() - Method in class com.github.nmorel.gwtjackson.client.stream.impl.FastJsonWriter
Ends encoding the current array.
endArray() - Method in class com.github.nmorel.gwtjackson.client.stream.impl.NonBufferedJsonReader
Consumes the next token from the JSON stream and asserts that it is the end of the current array.
endArray() - Method in interface com.github.nmorel.gwtjackson.client.stream.JsonReader
Consumes the next token from the JSON stream and asserts that it is the end of the current array.
endArray() - Method in interface com.github.nmorel.gwtjackson.client.stream.JsonWriter
Ends encoding the current array.
endObject() - Method in class com.github.nmorel.gwtjackson.client.stream.impl.DefaultJsonReader
Consumes the next token from the JSON stream and asserts that it is the end of the current object.
endObject() - Method in class com.github.nmorel.gwtjackson.client.stream.impl.DefaultJsonWriter
Ends encoding the current object.
endObject() - Method in class com.github.nmorel.gwtjackson.client.stream.impl.FastJsonWriter
Ends encoding the current object.
endObject() - Method in class com.github.nmorel.gwtjackson.client.stream.impl.NonBufferedJsonReader
Consumes the next token from the JSON stream and asserts that it is the end of the current object.
endObject() - Method in interface com.github.nmorel.gwtjackson.client.stream.JsonReader
Consumes the next token from the JSON stream and asserts that it is the end of the current object.
endObject() - Method in interface com.github.nmorel.gwtjackson.client.stream.JsonWriter
Ends encoding the current object.
EnumJsonDeserializer<E extends Enum<E>> - Class in com.github.nmorel.gwtjackson.client.deser
Default JsonDeserializer implementation for Enum.
EnumJsonDeserializer(Class<E>) - Constructor for class com.github.nmorel.gwtjackson.client.deser.EnumJsonDeserializer
Constructor for EnumJsonDeserializer.
EnumJsonSerializer<E extends Enum<E>> - Class in com.github.nmorel.gwtjackson.client.ser
Default JsonSerializer implementation for Enum.
EnumKeyDeserializer<E extends Enum<E>> - Class in com.github.nmorel.gwtjackson.client.deser.map.key
Default KeyDeserializer implementation for Enum.
EnumKeySerializer<E extends Enum<E>> - Class in com.github.nmorel.gwtjackson.client.ser.map.key
Default KeySerializer implementation for Enum.
EnumMapJsonDeserializer<E extends Enum<E>,V> - Class in com.github.nmorel.gwtjackson.client.deser.map
Default JsonDeserializer implementation for EnumMap.
EnumSetJsonDeserializer<E extends Enum<E>> - Class in com.github.nmorel.gwtjackson.client.deser.collection
Default JsonDeserializer implementation for EnumSet.
escapeString(String) - Static method in class com.github.nmorel.gwtjackson.rebind.CreatorUtils
Escapes the String given in parameter

F

failOnUnknownProperties - Variable in class com.github.nmorel.gwtjackson.client.JsonDeserializationContext.Builder
 
failOnUnknownProperties(boolean) - Method in class com.github.nmorel.gwtjackson.client.JsonDeserializationContext.Builder
Determines whether encountering of unknown properties (ones that do not map to a property, and there is no "any setter" or handler that can handle it) should result in a failure (by throwing a JsonDeserializationException) or not.
FastJsonWriter - Class in com.github.nmorel.gwtjackson.client.stream.impl
Same as DefaultJsonWriter but uses JsonUtils.escapeValue(String) instead of the REPLACEMENT_CHARS array.
FastJsonWriter(StringBuilder) - Constructor for class com.github.nmorel.gwtjackson.client.stream.impl.FastJsonWriter
Creates a new instance that writes a JSON-encoded stream to out.
field - Variable in class com.github.nmorel.gwtjackson.rebind.property.FieldAccessor
 
FieldAccessor - Class in com.github.nmorel.gwtjackson.rebind.property
Abstract FieldAccessor class.
FieldAccessor(String, boolean, boolean, Optional<JField>, boolean, Optional<JMethod>) - Constructor for class com.github.nmorel.gwtjackson.rebind.property.FieldAccessor
Constructor for FieldAccessor.
FieldAccessor.Accessor - Class in com.github.nmorel.gwtjackson.rebind.property
 
fieldVisibility(JsonAutoDetect.Visibility) - Method in class com.github.nmorel.gwtjackson.client.AbstractConfiguration
Override the default behaviour of JsonAutoDetect.Visibility#DEFAULT for fields.
filterSubtypes() - Method in class com.github.nmorel.gwtjackson.rebind.AbstractBeanJsonCreator
filterSubtypes
filterSubtypesForDeserialization(TreeLogger, RebindConfiguration, JClassType) - Static method in class com.github.nmorel.gwtjackson.rebind.CreatorUtils
filterSubtypesForDeserialization
filterSubtypesForSerialization(TreeLogger, RebindConfiguration, JClassType) - Static method in class com.github.nmorel.gwtjackson.rebind.CreatorUtils
filterSubtypesForSerialization
findAllProperties(RebindConfiguration, TreeLogger, JacksonTypeOracle, BeanInfo, boolean) - Static method in class com.github.nmorel.gwtjackson.rebind.property.PropertyProcessor
findAllProperties
findFirstEncounteredAnnotationsOnAllHierarchy(RebindConfiguration, JClassType, Class<T>) - Static method in class com.github.nmorel.gwtjackson.rebind.CreatorUtils
Browse all the hierarchy of the type and return the first corresponding annotation it found
findFirstTypeToApplyPropertyAnnotation(JMapperType) - Static method in class com.github.nmorel.gwtjackson.rebind.CreatorUtils
findFirstTypeToApplyPropertyAnnotation
findObjectIdGenerator(ObjectIdGenerator<T>) - Method in class com.github.nmorel.gwtjackson.client.JsonSerializationContext
Used by generated AbstractBeanJsonSerializer
findPropertyAccessors(RebindConfiguration, TreeLogger, BeanInfo) - Static method in class com.github.nmorel.gwtjackson.rebind.property.PropertyParser
findPropertyAccessors
flush() - Method in class com.github.nmorel.gwtjackson.client.stream.impl.DefaultJsonWriter
Ensures all buffered data is written to the underlying StringBuilder and flushes that writer.
flush() - Method in class com.github.nmorel.gwtjackson.client.stream.impl.FastJsonWriter
Ensures all buffered data is written to the underlying StringBuilder and flushes that writer.
flush() - Method in interface com.github.nmorel.gwtjackson.client.stream.JsonWriter
Ensures all buffered data is written to the underlying StringBuilder and flushes that writer.
format(Date) - Static method in class com.github.nmorel.gwtjackson.client.utils.DateFormat
format(JsonSerializerParameters, Date) - Static method in class com.github.nmorel.gwtjackson.client.utils.DateFormat
format(DateTimeFormat, Date) - Static method in class com.github.nmorel.gwtjackson.client.utils.DateFormat
Format a date using the DateTimeFormat given in parameter and DateFormat.UTC_TIMEZONE.
format(TimeZone, Date) - Static method in class com.github.nmorel.gwtjackson.client.utils.DateFormat
Format a date using DateFormat.DATE_FORMAT_STR_ISO8601 and TimeZone given in parameter
format(DateTimeFormat, TimeZone, Date) - Static method in class com.github.nmorel.gwtjackson.client.utils.DateFormat
Format a date using the DateTimeFormat and TimeZone given in parameters
fromBase64(String) - Static method in class com.github.nmorel.gwtjackson.client.utils.Base64Utils
Decode a base64 string into a byte array.

G

generate(TreeLogger, GeneratorContext, String) - Method in class com.github.nmorel.gwtjackson.rebind.ObjectMapperGenerator
generateTypeInfo(BeanTypeInfo) - Method in class com.github.nmorel.gwtjackson.rebind.AbstractBeanJsonCreator
Build the code to initialize a TypeSerializationInfo or TypeDeserializationInfo.
get(String) - Method in class com.github.nmorel.gwtjackson.client.deser.bean.SimpleStringMap
Get a value indexed by a key.
getAccessor() - Method in class com.github.nmorel.gwtjackson.rebind.property.FieldAccessor.Accessor
 
getAccessor(String, Object...) - Method in class com.github.nmorel.gwtjackson.rebind.property.FieldAccessor
getAccessor
getAccessor(String, boolean, boolean, Object...) - Method in class com.github.nmorel.gwtjackson.rebind.property.FieldAccessor
getAccessor
getAdditionalMethod() - Method in class com.github.nmorel.gwtjackson.rebind.property.FieldAccessor.Accessor
 
getAnnotation(String, List<? extends HasAnnotations>) - Static method in class com.github.nmorel.gwtjackson.rebind.CreatorUtils
Returns the first occurence of the annotation found on the types
getAnnotation(Class<T>, List<? extends HasAnnotations>) - Static method in class com.github.nmorel.gwtjackson.rebind.CreatorUtils
Returns the first occurence of the annotation found on the types
getAnnotation(String) - Method in class com.github.nmorel.gwtjackson.rebind.property.PropertyAccessors
getAnnotation
getAnnotation(Class<T>) - Method in class com.github.nmorel.gwtjackson.rebind.property.PropertyAccessors
getAnnotation
getAnyGetterPropertyInfo() - Method in class com.github.nmorel.gwtjackson.rebind.bean.BeanInfo
Getter for the field anyGetterPropertyInfo.
getAnyGetterPropertyInfo() - Method in class com.github.nmorel.gwtjackson.rebind.property.PropertiesContainer
Getter for the field anyGetterPropertyInfo.
getAnySetterPropertyInfo() - Method in class com.github.nmorel.gwtjackson.rebind.bean.BeanInfo
Getter for the field anySetterPropertyInfo.
getAnySetterPropertyInfo() - Method in class com.github.nmorel.gwtjackson.rebind.property.PropertiesContainer
Getter for the field anySetterPropertyInfo.
getBackReference() - Method in class com.github.nmorel.gwtjackson.rebind.property.PropertyInfo
Getter for the field backReference.
getBeanInfo() - Method in class com.github.nmorel.gwtjackson.rebind.BeanJsonMapperInfo
Getter for the field beanInfo.
getBeanJsonMapperInfo(JClassType) - Method in class com.github.nmorel.gwtjackson.rebind.JacksonTypeOracle
getBeanJsonMapperInfo
getBufferedProperties() - Method in class com.github.nmorel.gwtjackson.client.deser.bean.Instance
Getter for the field bufferedProperties.
getBuilder() - Method in class com.github.nmorel.gwtjackson.rebind.bean.BeanInfo
Getter for the field builder.
getClassFromJsonDeserializeAnnotation(TreeLogger, Annotation, String) - Method in class com.github.nmorel.gwtjackson.rebind.JacksonTypeOracle
getClassFromJsonDeserializeAnnotation
getColumnNumber() - Method in class com.github.nmorel.gwtjackson.client.stream.impl.DefaultJsonReader
getColumnNumber
getColumnNumber() - Method in class com.github.nmorel.gwtjackson.client.stream.impl.NonBufferedJsonReader
getColumnNumber
getColumnNumber() - Method in interface com.github.nmorel.gwtjackson.client.stream.JsonReader
getColumnNumber
getCreatorMethod() - Method in class com.github.nmorel.gwtjackson.rebind.bean.BeanInfo
Getter for the field creatorMethod.
getCreatorParameters() - Method in class com.github.nmorel.gwtjackson.rebind.bean.BeanInfo
Getter for the field creatorParameters.
getCreatorVisibility() - Method in class com.github.nmorel.gwtjackson.client.AbstractConfiguration
Getter for the field creatorVisibility.
getCreatorVisibility() - Method in class com.github.nmorel.gwtjackson.rebind.bean.BeanInfo
Getter for the field creatorVisibility.
getDefaultCreatorVisibility() - Method in class com.github.nmorel.gwtjackson.rebind.RebindConfiguration
Getter for the field defaultCreatorVisibility.
getDefaultFieldVisibility() - Method in class com.github.nmorel.gwtjackson.rebind.RebindConfiguration
Getter for the field defaultFieldVisibility.
getDefaultGetterVisibility() - Method in class com.github.nmorel.gwtjackson.rebind.RebindConfiguration
Getter for the field defaultGetterVisibility.
getDefaultIsGetterVisibility() - Method in class com.github.nmorel.gwtjackson.rebind.RebindConfiguration
Getter for the field defaultIsGetterVisibility.
getDefaultSetterVisibility() - Method in class com.github.nmorel.gwtjackson.rebind.RebindConfiguration
Getter for the field defaultSetterVisibility.
getDefaultValueForType(JType) - Static method in class com.github.nmorel.gwtjackson.rebind.CreatorUtils
Returns the default value of the given type.
getDeserializedType() - Method in class com.github.nmorel.gwtjackson.client.deser.bean.AbstractBeanJsonDeserializer
getDeserializedType
getDeserializer() - Method in class com.github.nmorel.gwtjackson.client.AbstractObjectMapper
Getter for the field deserializer.
getDeserializer() - Method in class com.github.nmorel.gwtjackson.client.deser.bean.AbstractBeanJsonDeserializer
getDeserializer
getDeserializer() - Method in class com.github.nmorel.gwtjackson.client.deser.bean.HasDeserializer
Getter for the field deserializer.
getDeserializer(JType) - Method in class com.github.nmorel.gwtjackson.rebind.RebindConfiguration
Return a RebindConfiguration.MapperInstance instantiating the deserializer for the given type
getEnum() - Method in class com.github.nmorel.gwtjackson.rebind.JacksonTypeOracle
getEnum
getEnumClass() - Method in class com.github.nmorel.gwtjackson.client.deser.EnumJsonDeserializer
Getter for the field enumClass.
getEnumClass() - Method in class com.github.nmorel.gwtjackson.client.deser.map.key.EnumKeyDeserializer
Getter for the field enumClass.
getField() - Method in class com.github.nmorel.gwtjackson.rebind.property.FieldAccessor
Getter for the field field.
getField() - Method in class com.github.nmorel.gwtjackson.rebind.property.PropertyAccessors
Getter for the field field.
getFieldVisibility() - Method in class com.github.nmorel.gwtjackson.client.AbstractConfiguration
Getter for the field fieldVisibility.
getFieldVisibility() - Method in class com.github.nmorel.gwtjackson.rebind.bean.BeanInfo
Getter for the field fieldVisibility.
getFormat() - Method in class com.github.nmorel.gwtjackson.rebind.property.PropertyInfo
Getter for the field format.
getGenerator() - Method in class com.github.nmorel.gwtjackson.rebind.bean.BeanIdentityInfo
Getter for the field generator.
getGetter() - Method in class com.github.nmorel.gwtjackson.rebind.property.PropertyAccessors
Getter for the field getter.
getGetterAccessor() - Method in class com.github.nmorel.gwtjackson.rebind.property.PropertyInfo
Getter for the field getterAccessor.
getGetterVisibility() - Method in class com.github.nmorel.gwtjackson.client.AbstractConfiguration
Getter for the field getterVisibility.
getGetterVisibility() - Method in class com.github.nmorel.gwtjackson.rebind.bean.BeanInfo
Getter for the field getterVisibility.
getIdentityInfo() - Method in class com.github.nmorel.gwtjackson.client.JsonDeserializerParameters
Getter for the field identityInfo.
getIdentityInfo() - Method in class com.github.nmorel.gwtjackson.client.JsonSerializerParameters
Getter for the field identityInfo.
getIdentityInfo() - Method in class com.github.nmorel.gwtjackson.rebind.bean.BeanInfo
Getter for the field identityInfo.
getIdentityInfo() - Method in class com.github.nmorel.gwtjackson.rebind.property.PropertyInfo
Getter for the field identityInfo.
getIgnoredFields() - Method in class com.github.nmorel.gwtjackson.rebind.bean.BeanInfo
Getter for the field ignoredFields.
getIgnoredProperties() - Method in class com.github.nmorel.gwtjackson.client.JsonDeserializerParameters
Getter for the field ignoredProperties.
getIgnoredProperties() - Method in class com.github.nmorel.gwtjackson.client.JsonSerializerParameters
Getter for the field ignoredProperties.
getIgnoredProperties() - Method in class com.github.nmorel.gwtjackson.rebind.property.PropertyInfo
Getter for the field ignoredProperties.
getIgnoreUnknown() - Method in class com.github.nmorel.gwtjackson.rebind.property.PropertyInfo
Getter for the field ignoreUnknown.
getInclude() - Method in class com.github.nmorel.gwtjackson.client.deser.bean.TypeDeserializationInfo
Getter for the field include.
getInclude() - Method in class com.github.nmorel.gwtjackson.client.JsonSerializerParameters
Getter for the field include.
getInclude() - Method in class com.github.nmorel.gwtjackson.client.ser.bean.TypeSerializationInfo
Getter for the field include.
getInclude() - Method in class com.github.nmorel.gwtjackson.rebind.bean.BeanInfo
Getter for the field include.
getInclude() - Method in class com.github.nmorel.gwtjackson.rebind.bean.BeanTypeInfo
Getter for the field include.
getInclude() - Method in class com.github.nmorel.gwtjackson.rebind.property.PropertyInfo
Getter for the field include.
getInput() - Method in class com.github.nmorel.gwtjackson.client.stream.impl.DefaultJsonReader
getInput
getInput() - Method in class com.github.nmorel.gwtjackson.client.stream.impl.NonBufferedJsonReader
getInput
getInput() - Method in class com.github.nmorel.gwtjackson.client.stream.impl.StringReader
getInput
getInput() - Method in interface com.github.nmorel.gwtjackson.client.stream.JsonReader
getInput
getInstance() - Static method in class com.github.nmorel.gwtjackson.client.deser.array.cast.PrimitiveDoubleArrayJsonDeserializer
getInstance
getInstance() - Static method in class com.github.nmorel.gwtjackson.client.deser.array.cast.PrimitiveIntegerArrayJsonDeserializer
getInstance
getInstance() - Static method in class com.github.nmorel.gwtjackson.client.deser.array.cast.PrimitiveShortArrayJsonDeserializer
getInstance
getInstance() - Static method in class com.github.nmorel.gwtjackson.client.deser.array.cast.StringArrayJsonDeserializer
getInstance
getInstance() - Static method in class com.github.nmorel.gwtjackson.client.deser.array.dd.PrimitiveBooleanArray2dJsonDeserializer
getInstance
getInstance() - Static method in class com.github.nmorel.gwtjackson.client.deser.array.dd.PrimitiveByteArray2dJsonDeserializer
getInstance
getInstance() - Static method in class com.github.nmorel.gwtjackson.client.deser.array.dd.PrimitiveCharacterArray2dJsonDeserializer
getInstance
getInstance() - Static method in class com.github.nmorel.gwtjackson.client.deser.array.dd.PrimitiveDoubleArray2dJsonDeserializer
getInstance
getInstance() - Static method in class com.github.nmorel.gwtjackson.client.deser.array.dd.PrimitiveFloatArray2dJsonDeserializer
getInstance
getInstance() - Static method in class com.github.nmorel.gwtjackson.client.deser.array.dd.PrimitiveIntegerArray2dJsonDeserializer
getInstance
getInstance() - Static method in class com.github.nmorel.gwtjackson.client.deser.array.dd.PrimitiveLongArray2dJsonDeserializer
getInstance
getInstance() - Static method in class com.github.nmorel.gwtjackson.client.deser.array.dd.PrimitiveShortArray2dJsonDeserializer
getInstance
getInstance() - Static method in class com.github.nmorel.gwtjackson.client.deser.array.PrimitiveBooleanArrayJsonDeserializer
getInstance
getInstance() - Static method in class com.github.nmorel.gwtjackson.client.deser.array.PrimitiveByteArrayJsonDeserializer
getInstance
getInstance() - Static method in class com.github.nmorel.gwtjackson.client.deser.array.PrimitiveCharacterArrayJsonDeserializer
getInstance
getInstance() - Static method in class com.github.nmorel.gwtjackson.client.deser.array.PrimitiveDoubleArrayJsonDeserializer
getInstance
getInstance() - Static method in class com.github.nmorel.gwtjackson.client.deser.array.PrimitiveFloatArrayJsonDeserializer
getInstance
getInstance() - Static method in class com.github.nmorel.gwtjackson.client.deser.array.PrimitiveIntegerArrayJsonDeserializer
getInstance
getInstance() - Static method in class com.github.nmorel.gwtjackson.client.deser.array.PrimitiveLongArrayJsonDeserializer
getInstance
getInstance() - Static method in class com.github.nmorel.gwtjackson.client.deser.array.PrimitiveShortArrayJsonDeserializer
getInstance
getInstance() - Static method in class com.github.nmorel.gwtjackson.client.deser.BaseDateJsonDeserializer.DateJsonDeserializer
 
getInstance() - Static method in class com.github.nmorel.gwtjackson.client.deser.BaseDateJsonDeserializer.SqlDateJsonDeserializer
 
getInstance() - Static method in class com.github.nmorel.gwtjackson.client.deser.BaseDateJsonDeserializer.SqlTimeJsonDeserializer
 
getInstance() - Static method in class com.github.nmorel.gwtjackson.client.deser.BaseDateJsonDeserializer.SqlTimestampJsonDeserializer
 
getInstance() - Static method in class com.github.nmorel.gwtjackson.client.deser.BaseNumberJsonDeserializer.BigDecimalJsonDeserializer
 
getInstance() - Static method in class com.github.nmorel.gwtjackson.client.deser.BaseNumberJsonDeserializer.BigIntegerJsonDeserializer
 
getInstance() - Static method in class com.github.nmorel.gwtjackson.client.deser.BaseNumberJsonDeserializer.ByteJsonDeserializer
 
getInstance() - Static method in class com.github.nmorel.gwtjackson.client.deser.BaseNumberJsonDeserializer.DoubleJsonDeserializer
 
getInstance() - Static method in class com.github.nmorel.gwtjackson.client.deser.BaseNumberJsonDeserializer.FloatJsonDeserializer
 
getInstance() - Static method in class com.github.nmorel.gwtjackson.client.deser.BaseNumberJsonDeserializer.IntegerJsonDeserializer
 
getInstance() - Static method in class com.github.nmorel.gwtjackson.client.deser.BaseNumberJsonDeserializer.LongJsonDeserializer
 
getInstance() - Static method in class com.github.nmorel.gwtjackson.client.deser.BaseNumberJsonDeserializer.NumberJsonDeserializer
 
getInstance() - Static method in class com.github.nmorel.gwtjackson.client.deser.BaseNumberJsonDeserializer.ShortJsonDeserializer
 
getInstance() - Method in class com.github.nmorel.gwtjackson.client.deser.bean.Instance
Getter for the field instance.
getInstance() - Static method in class com.github.nmorel.gwtjackson.client.deser.BooleanJsonDeserializer
getInstance
getInstance() - Static method in class com.github.nmorel.gwtjackson.client.deser.CharacterJsonDeserializer
getInstance
getInstance() - Static method in class com.github.nmorel.gwtjackson.client.deser.JavaScriptObjectJsonDeserializer
getInstance
getInstance() - Static method in class com.github.nmorel.gwtjackson.client.deser.map.key.BaseDateKeyDeserializer.DateKeyDeserializer
 
getInstance() - Static method in class com.github.nmorel.gwtjackson.client.deser.map.key.BaseDateKeyDeserializer.SqlDateKeyDeserializer
 
getInstance() - Static method in class com.github.nmorel.gwtjackson.client.deser.map.key.BaseDateKeyDeserializer.SqlTimeKeyDeserializer
 
getInstance() - Static method in class com.github.nmorel.gwtjackson.client.deser.map.key.BaseDateKeyDeserializer.SqlTimestampKeyDeserializer
 
getInstance() - Static method in class com.github.nmorel.gwtjackson.client.deser.map.key.BaseNumberKeyDeserializer.BigDecimalKeyDeserializer
 
getInstance() - Static method in class com.github.nmorel.gwtjackson.client.deser.map.key.BaseNumberKeyDeserializer.BigIntegerKeyDeserializer
 
getInstance() - Static method in class com.github.nmorel.gwtjackson.client.deser.map.key.BaseNumberKeyDeserializer.ByteKeyDeserializer
 
getInstance() - Static method in class com.github.nmorel.gwtjackson.client.deser.map.key.BaseNumberKeyDeserializer.DoubleKeyDeserializer
 
getInstance() - Static method in class com.github.nmorel.gwtjackson.client.deser.map.key.BaseNumberKeyDeserializer.FloatKeyDeserializer
 
getInstance() - Static method in class com.github.nmorel.gwtjackson.client.deser.map.key.BaseNumberKeyDeserializer.IntegerKeyDeserializer
 
getInstance() - Static method in class com.github.nmorel.gwtjackson.client.deser.map.key.BaseNumberKeyDeserializer.LongKeyDeserializer
 
getInstance() - Static method in class com.github.nmorel.gwtjackson.client.deser.map.key.BaseNumberKeyDeserializer.ShortKeyDeserializer
 
getInstance() - Static method in class com.github.nmorel.gwtjackson.client.deser.map.key.BooleanKeyDeserializer
getInstance
getInstance() - Static method in class com.github.nmorel.gwtjackson.client.deser.map.key.CharacterKeyDeserializer
getInstance
getInstance() - Static method in class com.github.nmorel.gwtjackson.client.deser.map.key.StringKeyDeserializer
getInstance
getInstance() - Static method in class com.github.nmorel.gwtjackson.client.deser.map.key.UUIDKeyDeserializer
getInstance
getInstance() - Static method in class com.github.nmorel.gwtjackson.client.deser.StringJsonDeserializer
getInstance
getInstance() - Static method in class com.github.nmorel.gwtjackson.client.deser.UUIDJsonDeserializer
 
getInstance() - Static method in class com.github.nmorel.gwtjackson.client.deser.VoidJsonDeserializer
getInstance
getInstance() - Static method in class com.github.nmorel.gwtjackson.client.ser.array.dd.PrimitiveBooleanArray2dJsonSerializer
getInstance
getInstance() - Static method in class com.github.nmorel.gwtjackson.client.ser.array.dd.PrimitiveByteArray2dJsonSerializer
getInstance
getInstance() - Static method in class com.github.nmorel.gwtjackson.client.ser.array.dd.PrimitiveCharacterArray2dJsonSerializer
getInstance
getInstance() - Static method in class com.github.nmorel.gwtjackson.client.ser.array.dd.PrimitiveDoubleArray2dJsonSerializer
getInstance
getInstance() - Static method in class com.github.nmorel.gwtjackson.client.ser.array.dd.PrimitiveFloatArray2dJsonSerializer
getInstance
getInstance() - Static method in class com.github.nmorel.gwtjackson.client.ser.array.dd.PrimitiveIntegerArray2dJsonSerializer
getInstance
getInstance() - Static method in class com.github.nmorel.gwtjackson.client.ser.array.dd.PrimitiveLongArray2dJsonSerializer
getInstance
getInstance() - Static method in class com.github.nmorel.gwtjackson.client.ser.array.dd.PrimitiveShortArray2dJsonSerializer
getInstance
getInstance() - Static method in class com.github.nmorel.gwtjackson.client.ser.array.PrimitiveBooleanArrayJsonSerializer
getInstance
getInstance() - Static method in class com.github.nmorel.gwtjackson.client.ser.array.PrimitiveByteArrayJsonSerializer
 
getInstance() - Static method in class com.github.nmorel.gwtjackson.client.ser.array.PrimitiveCharacterArrayJsonSerializer
getInstance
getInstance() - Static method in class com.github.nmorel.gwtjackson.client.ser.array.PrimitiveDoubleArrayJsonSerializer
getInstance
getInstance() - Static method in class com.github.nmorel.gwtjackson.client.ser.array.PrimitiveFloatArrayJsonSerializer
getInstance
getInstance() - Static method in class com.github.nmorel.gwtjackson.client.ser.array.PrimitiveIntegerArrayJsonSerializer
getInstance
getInstance() - Static method in class com.github.nmorel.gwtjackson.client.ser.array.PrimitiveLongArrayJsonSerializer
getInstance
getInstance() - Static method in class com.github.nmorel.gwtjackson.client.ser.array.PrimitiveShortArrayJsonSerializer
getInstance
getInstance() - Static method in class com.github.nmorel.gwtjackson.client.ser.BaseDateJsonSerializer.DateJsonSerializer
 
getInstance() - Static method in class com.github.nmorel.gwtjackson.client.ser.BaseDateJsonSerializer.SqlDateJsonSerializer
 
getInstance() - Static method in class com.github.nmorel.gwtjackson.client.ser.BaseDateJsonSerializer.SqlTimeJsonSerializer
 
getInstance() - Static method in class com.github.nmorel.gwtjackson.client.ser.BaseDateJsonSerializer.SqlTimestampJsonSerializer
 
getInstance() - Static method in class com.github.nmorel.gwtjackson.client.ser.BaseNumberJsonSerializer.BigDecimalJsonSerializer
 
getInstance() - Static method in class com.github.nmorel.gwtjackson.client.ser.BaseNumberJsonSerializer.BigIntegerJsonSerializer
 
getInstance() - Static method in class com.github.nmorel.gwtjackson.client.ser.BaseNumberJsonSerializer.ByteJsonSerializer
 
getInstance() - Static method in class com.github.nmorel.gwtjackson.client.ser.BaseNumberJsonSerializer.DoubleJsonSerializer
 
getInstance() - Static method in class com.github.nmorel.gwtjackson.client.ser.BaseNumberJsonSerializer.FloatJsonSerializer
 
getInstance() - Static method in class com.github.nmorel.gwtjackson.client.ser.BaseNumberJsonSerializer.IntegerJsonSerializer
 
getInstance() - Static method in class com.github.nmorel.gwtjackson.client.ser.BaseNumberJsonSerializer.LongJsonSerializer
 
getInstance() - Static method in class com.github.nmorel.gwtjackson.client.ser.BaseNumberJsonSerializer.NumberJsonSerializer
 
getInstance() - Static method in class com.github.nmorel.gwtjackson.client.ser.BaseNumberJsonSerializer.ShortJsonSerializer
 
getInstance() - Static method in class com.github.nmorel.gwtjackson.client.ser.BooleanJsonSerializer
getInstance
getInstance() - Static method in class com.github.nmorel.gwtjackson.client.ser.CharacterJsonSerializer
getInstance
getInstance() - Static method in class com.github.nmorel.gwtjackson.client.ser.EnumJsonSerializer
getInstance
getInstance() - Static method in class com.github.nmorel.gwtjackson.client.ser.JavaScriptObjectJsonSerializer
getInstance
getInstance() - Static method in class com.github.nmorel.gwtjackson.client.ser.map.key.BooleanKeySerializer
getInstance
getInstance() - Static method in class com.github.nmorel.gwtjackson.client.ser.map.key.DateKeySerializer
getInstance
getInstance() - Static method in class com.github.nmorel.gwtjackson.client.ser.map.key.EnumKeySerializer
getInstance
getInstance() - Static method in class com.github.nmorel.gwtjackson.client.ser.map.key.NumberKeySerializer
getInstance
getInstance() - Static method in class com.github.nmorel.gwtjackson.client.ser.map.key.ObjectKeySerializer
getInstance
getInstance() - Static method in class com.github.nmorel.gwtjackson.client.ser.map.key.ToStringKeySerializer
getInstance
getInstance() - Static method in class com.github.nmorel.gwtjackson.client.ser.map.key.UUIDKeySerializer
getInstance
getInstance() - Static method in class com.github.nmorel.gwtjackson.client.ser.RawValueJsonSerializer
getInstance
getInstance() - Static method in class com.github.nmorel.gwtjackson.client.ser.StringJsonSerializer
getInstance
getInstance() - Static method in class com.github.nmorel.gwtjackson.client.ser.UUIDJsonSerializer
getInstance
getInstance() - Static method in class com.github.nmorel.gwtjackson.client.ser.VoidJsonSerializer
getInstance
getInstance() - Method in class com.github.nmorel.gwtjackson.rebind.type.JMapperType
Getter for the field instance.
getInstance() - Method in class com.github.nmorel.gwtjackson.rebind.type.JParameterizedMapper
getInstance
getInstanceCreationMethod() - Method in class com.github.nmorel.gwtjackson.rebind.RebindConfiguration.MapperInstance
 
getIsGetterVisibility() - Method in class com.github.nmorel.gwtjackson.client.AbstractConfiguration
Getter for the field isGetterVisibility.
getIsGetterVisibility() - Method in class com.github.nmorel.gwtjackson.rebind.bean.BeanInfo
Getter for the field isGetterVisibility.
getJavaLangObject() - Method in class com.github.nmorel.gwtjackson.rebind.JacksonTypeOracle
getJavaLangObject
getJavaScriptObject() - Method in class com.github.nmorel.gwtjackson.rebind.JacksonTypeOracle
getJavaScriptObject
getJson() - Method in class com.github.nmorel.gwtjackson.rebind.type.JParameterizedMapper
Getter for the field json.
getJsonClass() - Method in class com.github.nmorel.gwtjackson.rebind.type.JParameterizedDeserializer
getJsonClass
getJsonClass() - Method in class com.github.nmorel.gwtjackson.rebind.type.JParameterizedMapper
getJsonClass
getJsonClass() - Method in class com.github.nmorel.gwtjackson.rebind.type.JParameterizedSerializer
getJsonClass
getJsonDeserializerFromType(JType) - Method in class com.github.nmorel.gwtjackson.rebind.AbstractCreator
Build a JDeserializerType that instantiate a JsonSerializer for the given type.
getJsonDeserializerFromType(JType, boolean) - Method in class com.github.nmorel.gwtjackson.rebind.AbstractCreator
Build a JDeserializerType that instantiate a JsonSerializer for the given type.
getJsonSerializerFromType(JType) - Method in class com.github.nmorel.gwtjackson.rebind.AbstractCreator
Build a JSerializerType that instantiate a JsonSerializer for the given type.
getJsonSerializerFromType(JType, boolean) - Method in class com.github.nmorel.gwtjackson.rebind.AbstractCreator
Build a JSerializerType that instantiate a JsonSerializer for the given type.
getKey() - Method in class com.github.nmorel.gwtjackson.rebind.type.JParameterizedMapper
Getter for the field key.
getKeyClass() - Method in class com.github.nmorel.gwtjackson.rebind.type.JParameterizedDeserializer
getKeyClass
getKeyClass() - Method in class com.github.nmorel.gwtjackson.rebind.type.JParameterizedMapper
getKeyClass
getKeyClass() - Method in class com.github.nmorel.gwtjackson.rebind.type.JParameterizedSerializer
getKeyClass
getKeyDeserializer(JType) - Method in class com.github.nmorel.gwtjackson.rebind.RebindConfiguration
Return a RebindConfiguration.MapperInstance instantiating the key deserializer for the given type
getKeyDeserializerFromType(JType) - Method in class com.github.nmorel.gwtjackson.rebind.AbstractCreator
Build the JDeserializerType that instantiate a KeyDeserializer for the given type.
getKeyDeserializerFromType(JType, boolean, boolean) - Method in class com.github.nmorel.gwtjackson.rebind.AbstractCreator
Build the JDeserializerType that instantiate a KeyDeserializer for the given type.
getKeySerializer(JType) - Method in class com.github.nmorel.gwtjackson.rebind.RebindConfiguration
Return a RebindConfiguration.MapperInstance instantiating the key serializer for the given type
getKeySerializerFromType(JType) - Method in class com.github.nmorel.gwtjackson.rebind.AbstractCreator
Build the JSerializerType that instantiate a KeySerializer for the given type.
getKeySerializerFromType(JType, boolean, boolean) - Method in class com.github.nmorel.gwtjackson.rebind.AbstractCreator
Build the JSerializerType that instantiate a KeySerializer for the given type.
getLineNumber() - Method in class com.github.nmorel.gwtjackson.client.stream.impl.DefaultJsonReader
getLineNumber
getLineNumber() - Method in class com.github.nmorel.gwtjackson.client.stream.impl.NonBufferedJsonReader
getLineNumber
getLineNumber() - Method in interface com.github.nmorel.gwtjackson.client.stream.JsonReader
getLineNumber
getLocale() - Method in class com.github.nmorel.gwtjackson.client.JsonDeserializerParameters
Getter for the field locale.
getLocale() - Method in class com.github.nmorel.gwtjackson.client.JsonSerializerParameters
Getter for the field locale.
getLogger() - Method in class com.github.nmorel.gwtjackson.client.JsonDeserializationContext
getLogger
getLogger() - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
getLogger
getLogger() - Method in class com.github.nmorel.gwtjackson.client.JsonSerializationContext
getLogger
getMainClass() - Method in class com.github.nmorel.gwtjackson.rebind.type.JParameterizedDeserializer
getMainClass
getMainClass() - Method in class com.github.nmorel.gwtjackson.rebind.type.JParameterizedMapper
getMainClass
getMainClass() - Method in class com.github.nmorel.gwtjackson.rebind.type.JParameterizedSerializer
getMainClass
getManagedReference() - Method in class com.github.nmorel.gwtjackson.rebind.property.PropertyInfo
Getter for the field managedReference.
getMapMixInAnnotations() - Method in class com.github.nmorel.gwtjackson.client.AbstractConfiguration
Getter for the field mapMixInAnnotations.
getMapperInfo() - Method in class com.github.nmorel.gwtjackson.rebind.AbstractBeanJsonCreator
getMapperInfo
getMapperInfo(JClassType) - Method in class com.github.nmorel.gwtjackson.rebind.AbstractCreator
Returns the mapper information for the given type.
getMapperInfo() - Method in class com.github.nmorel.gwtjackson.rebind.AbstractCreator
getMapperInfo
getMapperInfo() - Method in class com.github.nmorel.gwtjackson.rebind.ObjectMapperCreator
getMapperInfo
getMapperType() - Method in class com.github.nmorel.gwtjackson.rebind.RebindConfiguration.MapperInstance
 
getMapTypeToDeserializationMetadata() - Method in class com.github.nmorel.gwtjackson.rebind.bean.BeanTypeInfo
Getter for the field mapTypeToDeserializationMetadata.
getMapTypeToDeserializer() - Method in class com.github.nmorel.gwtjackson.client.AbstractConfiguration
Getter for the field mapTypeToDeserializer.
getMapTypeToKeyDeserializer() - Method in class com.github.nmorel.gwtjackson.client.AbstractConfiguration
Getter for the field mapTypeToKeyDeserializer.
getMapTypeToKeySerializer() - Method in class com.github.nmorel.gwtjackson.client.AbstractConfiguration
Getter for the field mapTypeToKeySerializer.
getMapTypeToSerializationMetadata() - Method in class com.github.nmorel.gwtjackson.rebind.bean.BeanTypeInfo
Getter for the field mapTypeToSerializationMetadata.
getMapTypeToSerializer() - Method in class com.github.nmorel.gwtjackson.client.AbstractConfiguration
Getter for the field mapTypeToSerializer.
getMethod() - Method in class com.github.nmorel.gwtjackson.rebind.property.FieldAccessor
Getter for the field method.
getMixInAnnotations(JType) - Method in class com.github.nmorel.gwtjackson.rebind.RebindConfiguration
Return the mixin type for the given type
getObjectId(Object) - Method in class com.github.nmorel.gwtjackson.client.JsonSerializationContext
getObjectId
getObjectId(T, JsonSerializationContext) - Method in class com.github.nmorel.gwtjackson.client.ser.bean.AbstractIdentitySerializationInfo
getObjectId
getObjectId(T, JsonSerializationContext) - Method in interface com.github.nmorel.gwtjackson.client.ser.bean.IdentitySerializationInfo
getObjectId
getObjectId(T, JsonSerializationContext) - Method in class com.github.nmorel.gwtjackson.client.ser.bean.PropertyIdentitySerializationInfo
getObjectId
getObjectWithId(ObjectIdGenerator.IdKey) - Method in class com.github.nmorel.gwtjackson.client.JsonDeserializationContext
getObjectWithId
getOutput() - Method in class com.github.nmorel.gwtjackson.client.stream.impl.DefaultJsonWriter
getOutput
getOutput() - Method in class com.github.nmorel.gwtjackson.client.stream.impl.FastJsonWriter
getOutput
getOutput() - Method in interface com.github.nmorel.gwtjackson.client.stream.JsonWriter
getOutput
getPackageName() - Method in class com.github.nmorel.gwtjackson.rebind.BeanJsonMapperInfo
Getter for the field packageName.
getParameter() - Method in class com.github.nmorel.gwtjackson.rebind.property.PropertyAccessors
Getter for the field parameter.
getParameterizedTypes() - Method in class com.github.nmorel.gwtjackson.rebind.bean.BeanInfo
Getter for the field parameterizedTypes.
getParameters() - Method in class com.github.nmorel.gwtjackson.client.deser.bean.HasDeserializerAndParameters
Getter for the field parameters.
getParameters() - Method in class com.github.nmorel.gwtjackson.client.ser.bean.BeanPropertySerializer
Getter for the field parameters.
getParameters() - Method in class com.github.nmorel.gwtjackson.rebind.RebindConfiguration.MapperInstance
 
getParameters() - Method in class com.github.nmorel.gwtjackson.rebind.type.JMapperType
Getter for the field parameters.
getParametersDeserializer() - Method in interface com.github.nmorel.gwtjackson.client.deser.bean.InstanceBuilder
getParametersDeserializer
getPattern() - Method in class com.github.nmorel.gwtjackson.client.JsonDeserializerParameters
Getter for the field pattern.
getPattern() - Method in class com.github.nmorel.gwtjackson.client.JsonSerializerParameters
Getter for the field pattern.
getPrintWriter(String, String) - Method in class com.github.nmorel.gwtjackson.rebind.AbstractCreator
Creates the PrintWriter to write the class.
getProperties() - Method in class com.github.nmorel.gwtjackson.rebind.BeanJsonMapperInfo
Getter for the field properties.
getProperties() - Method in class com.github.nmorel.gwtjackson.rebind.property.PropertiesContainer
Getter for the field properties.
getPropertyName() - Method in class com.github.nmorel.gwtjackson.client.deser.bean.AbstractIdentityDeserializationInfo
getPropertyName
getPropertyName() - Method in interface com.github.nmorel.gwtjackson.client.deser.bean.IdentityDeserializationInfo
getPropertyName
getPropertyName() - Method in class com.github.nmorel.gwtjackson.client.deser.bean.PropertyIdentityDeserializationInfo
getPropertyName
getPropertyName() - Method in class com.github.nmorel.gwtjackson.client.deser.bean.TypeDeserializationInfo
Getter for the field propertyName.
getPropertyName() - Method in class com.github.nmorel.gwtjackson.client.ser.bean.AbstractIdentitySerializationInfo
getPropertyName
getPropertyName() - Method in class com.github.nmorel.gwtjackson.client.ser.bean.BeanPropertySerializer
Getter for the field propertyName.
getPropertyName() - Method in interface com.github.nmorel.gwtjackson.client.ser.bean.IdentitySerializationInfo
getPropertyName
getPropertyName() - Method in class com.github.nmorel.gwtjackson.client.ser.bean.TypeSerializationInfo
Getter for the field propertyName.
getPropertyName() - Method in class com.github.nmorel.gwtjackson.rebind.bean.BeanIdentityInfo
Getter for the field propertyName.
getPropertyName() - Method in class com.github.nmorel.gwtjackson.rebind.bean.BeanTypeInfo
Getter for the field propertyName.
getPropertyName() - Method in class com.github.nmorel.gwtjackson.rebind.property.PropertyAccessors
Getter for the field propertyName.
getPropertyName() - Method in class com.github.nmorel.gwtjackson.rebind.property.PropertyInfo
Getter for the field propertyName.
getPropertyOrderList() - Method in class com.github.nmorel.gwtjackson.rebind.bean.BeanInfo
Getter for the field propertyOrderList.
getRootMapperClass() - Method in class com.github.nmorel.gwtjackson.rebind.RebindConfiguration
Getter for the field rootMapperClass.
getRootMapperHash() - Method in class com.github.nmorel.gwtjackson.rebind.RebindConfiguration
Getter for the field rootMapperHash.
getScope() - Method in class com.github.nmorel.gwtjackson.rebind.bean.BeanIdentityInfo
Getter for the field scope.
getSerializedType() - Method in class com.github.nmorel.gwtjackson.client.ser.bean.AbstractBeanJsonSerializer
getSerializedType
getSerializeNulls() - Method in class com.github.nmorel.gwtjackson.client.stream.impl.DefaultJsonWriter
getSerializeNulls
getSerializeNulls() - Method in class com.github.nmorel.gwtjackson.client.stream.impl.FastJsonWriter
getSerializeNulls
getSerializeNulls() - Method in interface com.github.nmorel.gwtjackson.client.stream.JsonWriter
getSerializeNulls
getSerializer() - Method in class com.github.nmorel.gwtjackson.client.AbstractObjectMapper
Getter for the field serializer.
getSerializer() - Method in class com.github.nmorel.gwtjackson.client.ser.bean.HasSerializer
Getter for the field serializer.
getSerializer(JType) - Method in class com.github.nmorel.gwtjackson.rebind.RebindConfiguration
Return a RebindConfiguration.MapperInstance instantiating the serializer for the given type
getSetter() - Method in class com.github.nmorel.gwtjackson.rebind.property.PropertyAccessors
Getter for the field setter.
getSetterAccessor() - Method in class com.github.nmorel.gwtjackson.rebind.property.PropertyInfo
Getter for the field setterAccessor.
getSetterVisibility() - Method in class com.github.nmorel.gwtjackson.client.AbstractConfiguration
Getter for the field setterVisibility.
getSetterVisibility() - Method in class com.github.nmorel.gwtjackson.rebind.bean.BeanInfo
Getter for the field setterVisibility.
getShape() - Method in class com.github.nmorel.gwtjackson.client.JsonDeserializerParameters
Getter for the field shape.
getShape() - Method in class com.github.nmorel.gwtjackson.client.JsonSerializerParameters
Getter for the field shape.
getSimpleDeserializerClassName() - Method in class com.github.nmorel.gwtjackson.rebind.BeanJsonMapperInfo
Getter for the field simpleDeserializerClassName.
getSimpleSerializerClassName() - Method in class com.github.nmorel.gwtjackson.rebind.BeanJsonMapperInfo
Getter for the field simpleSerializerClassName.
getString() - Method in class com.github.nmorel.gwtjackson.rebind.JacksonTypeOracle
getString
getterVisibility(JsonAutoDetect.Visibility) - Method in class com.github.nmorel.gwtjackson.client.AbstractConfiguration
Override the default behaviour of JsonAutoDetect.Visibility#DEFAULT for getters.
getTimezone() - Method in class com.github.nmorel.gwtjackson.client.JsonSerializerParameters
Getter for the field timezone.
getType() - Method in class com.github.nmorel.gwtjackson.rebind.bean.BeanIdentityInfo
Getter for the field type.
getType() - Method in class com.github.nmorel.gwtjackson.rebind.bean.BeanInfo
Getter for the field type.
getType() - Method in class com.github.nmorel.gwtjackson.rebind.BeanJsonMapperInfo
Getter for the field type.
getType(String) - Method in class com.github.nmorel.gwtjackson.rebind.JacksonTypeOracle
getType
getType() - Method in class com.github.nmorel.gwtjackson.rebind.property.PropertyInfo
Getter for the field type.
getType() - Method in class com.github.nmorel.gwtjackson.rebind.type.JMapperType
Getter for the field type.
getTypeClass(String) - Method in class com.github.nmorel.gwtjackson.client.deser.bean.TypeDeserializationInfo
getTypeClass
getTypeInfo() - Method in class com.github.nmorel.gwtjackson.client.JsonDeserializerParameters
Getter for the field typeInfo.
getTypeInfo() - Method in class com.github.nmorel.gwtjackson.client.JsonSerializerParameters
Getter for the field typeInfo.
getTypeInfo(Class) - Method in class com.github.nmorel.gwtjackson.client.ser.bean.TypeSerializationInfo
getTypeInfo
getTypeInfo() - Method in class com.github.nmorel.gwtjackson.rebind.bean.BeanInfo
Getter for the field typeInfo.
getTypeInfo() - Method in class com.github.nmorel.gwtjackson.rebind.property.PropertyInfo
Getter for the field typeInfo.
getUse() - Method in class com.github.nmorel.gwtjackson.rebind.bean.BeanTypeInfo
Getter for the field use.
getValue(T, JsonSerializationContext) - Method in class com.github.nmorel.gwtjackson.client.ser.bean.BeanPropertySerializer
getValue
getValuePropertyInfo() - Method in class com.github.nmorel.gwtjackson.rebind.bean.BeanInfo
Getter for the field valuePropertyInfo.
getValuePropertyInfo() - Method in class com.github.nmorel.gwtjackson.rebind.property.PropertiesContainer
Getter for the field valuePropertyInfo.
getWhitelist() - Method in class com.github.nmorel.gwtjackson.client.AbstractConfiguration
Getter for the field whitelist.

H

HasDeserializer<V,S extends JsonDeserializer<V>> - Class in com.github.nmorel.gwtjackson.client.deser.bean
Lazy initialize a JsonDeserializer
HasDeserializer() - Constructor for class com.github.nmorel.gwtjackson.client.deser.bean.HasDeserializer
 
HasDeserializerAndParameters<V,S extends JsonDeserializer<V>> - Class in com.github.nmorel.gwtjackson.client.deser.bean
Lazy initialize a JsonDeserializer
HasDeserializerAndParameters() - Constructor for class com.github.nmorel.gwtjackson.client.deser.bean.HasDeserializerAndParameters
 
HashMapJsonDeserializer<K,V> - Class in com.github.nmorel.gwtjackson.client.deser.map
Default JsonDeserializer implementation for HashMap.
HashSetJsonDeserializer<T> - Class in com.github.nmorel.gwtjackson.client.deser.collection
Default JsonDeserializer implementation for HashSet.
hasNext() - Method in class com.github.nmorel.gwtjackson.client.stream.impl.DefaultJsonReader
Returns true if the current array or object has another element.
hasNext() - Method in class com.github.nmorel.gwtjackson.client.stream.impl.NonBufferedJsonReader
Returns true if the current array or object has another element.
hasNext() - Method in interface com.github.nmorel.gwtjackson.client.stream.JsonReader
Returns true if the current array or object has another element.
HasSerializer<V,S extends JsonSerializer<V>> - Class in com.github.nmorel.gwtjackson.client.ser.bean
Lazy initialize a JsonSerializer
HasSerializer() - Constructor for class com.github.nmorel.gwtjackson.client.ser.bean.HasSerializer
 

I

IdentityDeserializationInfo<T> - Interface in com.github.nmorel.gwtjackson.client.deser.bean
Contains identity informations for deserialization process.
IdentityHashMapJsonDeserializer<K,V> - Class in com.github.nmorel.gwtjackson.client.deser.map
Default JsonDeserializer implementation for IdentityHashMap.
IdentitySerializationInfo<T> - Interface in com.github.nmorel.gwtjackson.client.ser.bean
Contains identity informations for serialization process.
indent - Variable in class com.github.nmorel.gwtjackson.client.JsonSerializationContext.Builder
 
indent(boolean) - Method in class com.github.nmorel.gwtjackson.client.JsonSerializationContext.Builder
Feature that allows enabling (or disabling) indentation for the underlying writer.
initAnyGetterPropertySerializer() - Method in class com.github.nmorel.gwtjackson.client.ser.bean.AbstractBeanJsonSerializer
initAnySetterDeserializer() - Method in class com.github.nmorel.gwtjackson.client.deser.bean.AbstractBeanJsonDeserializer
Initialize the AnySetterDeserializer.
initBackReferenceDeserializers() - Method in class com.github.nmorel.gwtjackson.client.deser.bean.AbstractBeanJsonDeserializer
Initialize the SimpleStringMap containing the back reference deserializers.
initDeserializers() - Method in class com.github.nmorel.gwtjackson.client.deser.bean.AbstractBeanJsonDeserializer
Initialize the SimpleStringMap containing the property deserializers.
initIdentityInfo() - Method in class com.github.nmorel.gwtjackson.client.deser.bean.AbstractBeanJsonDeserializer
initIdentityInfo() - Method in class com.github.nmorel.gwtjackson.client.ser.bean.AbstractBeanJsonSerializer
initIgnoredProperties() - Method in class com.github.nmorel.gwtjackson.client.deser.bean.AbstractBeanJsonDeserializer
Initialize the Set containing the ignored property names.
initInstanceBuilder() - Method in class com.github.nmorel.gwtjackson.client.deser.bean.AbstractBeanJsonDeserializer
Initialize the InstanceBuilder.
initMapSubtypeClassToDeserializer() - Method in class com.github.nmorel.gwtjackson.client.deser.bean.AbstractBeanJsonDeserializer
Initialize the Map containing the SubtypeDeserializer.
initMapSubtypeClassToSerializer() - Method in class com.github.nmorel.gwtjackson.client.ser.bean.AbstractBeanJsonSerializer
Initialize the Map containing the SubtypeSerializer.
initRequiredProperties() - Method in class com.github.nmorel.gwtjackson.client.deser.bean.AbstractBeanJsonDeserializer
Initialize the Set containing the required property names.
initSerializers() - Method in class com.github.nmorel.gwtjackson.client.ser.bean.AbstractBeanJsonSerializer
Initialize the Map containing the property serializers.
initTypeInfo() - Method in class com.github.nmorel.gwtjackson.client.deser.bean.AbstractBeanJsonDeserializer
Initialize the TypeDeserializationInfo.
initTypeInfo() - Method in class com.github.nmorel.gwtjackson.client.ser.bean.AbstractBeanJsonSerializer
Initialize the TypeSerializationInfo.
initValueSerializer() - Method in class com.github.nmorel.gwtjackson.client.ser.bean.AbstractValueBeanJsonSerializer
initValueSerializer
Instance<T> - Class in com.github.nmorel.gwtjackson.client.deser.bean
Instance class.
Instance(T, Map<String, String>) - Constructor for class com.github.nmorel.gwtjackson.client.deser.bean.Instance
Constructor for Instance.
instance - Variable in class com.github.nmorel.gwtjackson.rebind.type.JMapperType.Builder
 
instance(CodeBlock) - Method in class com.github.nmorel.gwtjackson.rebind.type.JMapperType.Builder
 
instance - Variable in class com.github.nmorel.gwtjackson.rebind.type.JMapperType
 
instanceBuilder - Variable in class com.github.nmorel.gwtjackson.client.deser.bean.AbstractBeanJsonDeserializer
 
InstanceBuilder<T> - Interface in com.github.nmorel.gwtjackson.client.deser.bean
InstanceBuilder interface.
isAbsent(T) - Method in class com.github.nmorel.gwtjackson.client.JsonSerializer
 
isAcceptSingleValueAsArray() - Method in class com.github.nmorel.gwtjackson.client.JsonDeserializationContext
isAcceptSingleValueAsArray
isAlwaysAsId() - Method in class com.github.nmorel.gwtjackson.client.ser.bean.AbstractIdentitySerializationInfo
isAlwaysAsId
isAlwaysAsId() - Method in interface com.github.nmorel.gwtjackson.client.ser.bean.IdentitySerializationInfo
isAlwaysAsId
isAlwaysAsId() - Method in class com.github.nmorel.gwtjackson.client.ser.bean.PropertyIdentitySerializationInfo
isAlwaysAsId
isAlwaysAsId() - Method in class com.github.nmorel.gwtjackson.rebind.bean.BeanIdentityInfo
isAlwaysAsId
isAnnotationPresent(Class<T>, List<? extends HasAnnotations>) - Static method in class com.github.nmorel.gwtjackson.rebind.CreatorUtils
Returns true when one of the type has the specified annotation
isAnnotationPresentOnField(Class<T>) - Method in class com.github.nmorel.gwtjackson.rebind.property.PropertyAccessors
isAnnotationPresentOnField
isAnnotationPresentOnGetter(Class<T>) - Method in class com.github.nmorel.gwtjackson.rebind.property.PropertyAccessors
isAnnotationPresentOnGetter
isAnnotationPresentOnSetter(Class<T>) - Method in class com.github.nmorel.gwtjackson.rebind.property.PropertyAccessors
isAnnotationPresentOnSetter
isAnyGetter() - Method in class com.github.nmorel.gwtjackson.rebind.property.PropertyInfo
isAnyGetter
isAnySetter() - Method in class com.github.nmorel.gwtjackson.rebind.property.PropertyInfo
isAnySetter
isBeanMapper() - Method in class com.github.nmorel.gwtjackson.rebind.type.JMapperType
isBeanMapper
isCreatorDefaultConstructor() - Method in class com.github.nmorel.gwtjackson.rebind.bean.BeanInfo
isCreatorDefaultConstructor
isCreatorDelegation() - Method in class com.github.nmorel.gwtjackson.rebind.bean.BeanInfo
isCreatorDelegation
isDefault(T) - Method in class com.github.nmorel.gwtjackson.client.JsonSerializer
 
isDefault(BigDecimal) - Method in class com.github.nmorel.gwtjackson.client.ser.BaseNumberJsonSerializer.BigDecimalJsonSerializer
 
isDefault(BigInteger) - Method in class com.github.nmorel.gwtjackson.client.ser.BaseNumberJsonSerializer.BigIntegerJsonSerializer
 
isDefault(Byte) - Method in class com.github.nmorel.gwtjackson.client.ser.BaseNumberJsonSerializer.ByteJsonSerializer
 
isDefault(Double) - Method in class com.github.nmorel.gwtjackson.client.ser.BaseNumberJsonSerializer.DoubleJsonSerializer
 
isDefault(Float) - Method in class com.github.nmorel.gwtjackson.client.ser.BaseNumberJsonSerializer.FloatJsonSerializer
 
isDefault(Integer) - Method in class com.github.nmorel.gwtjackson.client.ser.BaseNumberJsonSerializer.IntegerJsonSerializer
 
isDefault(Long) - Method in class com.github.nmorel.gwtjackson.client.ser.BaseNumberJsonSerializer.LongJsonSerializer
 
isDefault(Number) - Method in class com.github.nmorel.gwtjackson.client.ser.BaseNumberJsonSerializer.NumberJsonSerializer
 
isDefault(Short) - Method in class com.github.nmorel.gwtjackson.client.ser.BaseNumberJsonSerializer.ShortJsonSerializer
 
isDefault(Boolean) - Method in class com.github.nmorel.gwtjackson.client.ser.BooleanJsonSerializer
isDefault(Character) - Method in class com.github.nmorel.gwtjackson.client.ser.CharacterJsonSerializer
isDefaultIgnoreUnknown() - Method in class com.github.nmorel.gwtjackson.client.deser.bean.AbstractBeanJsonDeserializer
Whether encountering of unknown properties should result in a failure (by throwing a JsonDeserializationException) or not.
isEmpty(T) - Method in class com.github.nmorel.gwtjackson.client.JsonSerializer
 
isEmpty(T[]) - Method in class com.github.nmorel.gwtjackson.client.ser.array.ArrayJsonSerializer
isEmpty(T[][]) - Method in class com.github.nmorel.gwtjackson.client.ser.array.dd.Array2dJsonSerializer
isEmpty(boolean[][]) - Method in class com.github.nmorel.gwtjackson.client.ser.array.dd.PrimitiveBooleanArray2dJsonSerializer
isEmpty(byte[][]) - Method in class com.github.nmorel.gwtjackson.client.ser.array.dd.PrimitiveByteArray2dJsonSerializer
isEmpty(char[][]) - Method in class com.github.nmorel.gwtjackson.client.ser.array.dd.PrimitiveCharacterArray2dJsonSerializer
isEmpty(double[][]) - Method in class com.github.nmorel.gwtjackson.client.ser.array.dd.PrimitiveDoubleArray2dJsonSerializer
isEmpty(float[][]) - Method in class com.github.nmorel.gwtjackson.client.ser.array.dd.PrimitiveFloatArray2dJsonSerializer
isEmpty(int[][]) - Method in class com.github.nmorel.gwtjackson.client.ser.array.dd.PrimitiveIntegerArray2dJsonSerializer
isEmpty(long[][]) - Method in class com.github.nmorel.gwtjackson.client.ser.array.dd.PrimitiveLongArray2dJsonSerializer
isEmpty(short[][]) - Method in class com.github.nmorel.gwtjackson.client.ser.array.dd.PrimitiveShortArray2dJsonSerializer
isEmpty(boolean[]) - Method in class com.github.nmorel.gwtjackson.client.ser.array.PrimitiveBooleanArrayJsonSerializer
isEmpty(byte[]) - Method in class com.github.nmorel.gwtjackson.client.ser.array.PrimitiveByteArrayJsonSerializer
 
isEmpty(char[]) - Method in class com.github.nmorel.gwtjackson.client.ser.array.PrimitiveCharacterArrayJsonSerializer
isEmpty(double[]) - Method in class com.github.nmorel.gwtjackson.client.ser.array.PrimitiveDoubleArrayJsonSerializer
isEmpty(float[]) - Method in class com.github.nmorel.gwtjackson.client.ser.array.PrimitiveFloatArrayJsonSerializer
isEmpty(int[]) - Method in class com.github.nmorel.gwtjackson.client.ser.array.PrimitiveIntegerArrayJsonSerializer
isEmpty(long[]) - Method in class com.github.nmorel.gwtjackson.client.ser.array.PrimitiveLongArrayJsonSerializer
isEmpty(short[]) - Method in class com.github.nmorel.gwtjackson.client.ser.array.PrimitiveShortArrayJsonSerializer
isEmpty(D) - Method in class com.github.nmorel.gwtjackson.client.ser.BaseDateJsonSerializer
isEmpty(C) - Method in class com.github.nmorel.gwtjackson.client.ser.CollectionJsonSerializer
isEmpty(I) - Method in class com.github.nmorel.gwtjackson.client.ser.IterableJsonSerializer
isEmpty(M) - Method in class com.github.nmorel.gwtjackson.client.ser.map.MapJsonSerializer
isEmpty(String) - Method in class com.github.nmorel.gwtjackson.client.ser.StringJsonSerializer
isEnum(JType) - Method in class com.github.nmorel.gwtjackson.rebind.JacksonTypeOracle
isEnum
isEnumSupertype(JType) - Method in class com.github.nmorel.gwtjackson.rebind.JacksonTypeOracle
isEnumSupertype
isFailOnUnknownProperties() - Method in class com.github.nmorel.gwtjackson.client.JsonDeserializationContext
isFailOnUnknownProperties
isGetterVisibility(JsonAutoDetect.Visibility) - Method in class com.github.nmorel.gwtjackson.client.AbstractConfiguration
Override the default behaviour of JsonAutoDetect.Visibility#DEFAULT for boolean getters.
isIdABeanProperty() - Method in class com.github.nmorel.gwtjackson.rebind.bean.BeanIdentityInfo
Gets the value of the property idABeanProperty.
isIgnored() - Method in class com.github.nmorel.gwtjackson.rebind.property.PropertyInfo
isIgnored
isIgnoreUnknown() - Method in class com.github.nmorel.gwtjackson.client.JsonDeserializerParameters
isIgnoreUnknown
isIgnoreUnknown() - Method in class com.github.nmorel.gwtjackson.rebind.bean.BeanInfo
isIgnoreUnknown
isIterable(JClassType) - Method in class com.github.nmorel.gwtjackson.rebind.JacksonTypeOracle
isIterable
isJavaScriptObject(JType) - Method in class com.github.nmorel.gwtjackson.rebind.JacksonTypeOracle
isJavaScriptObject
isJsonDeserializer(JType) - Method in class com.github.nmorel.gwtjackson.rebind.JacksonTypeOracle
isJsonDeserializer
isJsonSerializer(JType) - Method in class com.github.nmorel.gwtjackson.rebind.JacksonTypeOracle
isJsonSerializer
isKeyDeserializer(JType) - Method in class com.github.nmorel.gwtjackson.rebind.JacksonTypeOracle
isKeyDeserializer
isKeySerializer(JType) - Method in class com.github.nmorel.gwtjackson.rebind.JacksonTypeOracle
isKeySerializer
isLenient() - Method in class com.github.nmorel.gwtjackson.client.stream.impl.DefaultJsonReader
Returns true if this parser is liberal in what it accepts.
isLenient() - Method in class com.github.nmorel.gwtjackson.client.stream.impl.DefaultJsonWriter
Returns true if this writer has relaxed syntax rules.
isLenient() - Method in class com.github.nmorel.gwtjackson.client.stream.impl.FastJsonWriter
Returns true if this writer has relaxed syntax rules.
isLenient() - Method in class com.github.nmorel.gwtjackson.client.stream.impl.NonBufferedJsonReader
Returns true if this parser is liberal in what it accepts.
isMap(JClassType) - Method in class com.github.nmorel.gwtjackson.rebind.JacksonTypeOracle
isMap
isNullValueAllowed() - Method in class com.github.nmorel.gwtjackson.client.deser.collection.BaseCollectionJsonDeserializer
isNullValueAllowed
isNullValueAllowed() - Method in class com.github.nmorel.gwtjackson.client.deser.collection.BaseQueueJsonDeserializer
isNullValueAllowed
isNullValueAllowed() - Method in class com.github.nmorel.gwtjackson.client.deser.collection.BaseSortedSetJsonDeserializer
isNullValueAllowed
isNullValueAllowed() - Method in class com.github.nmorel.gwtjackson.client.deser.collection.EnumSetJsonDeserializer
isNullValueAllowed
isObject(JType) - Static method in class com.github.nmorel.gwtjackson.rebind.CreatorUtils
isObject
isObjectOrSerializable(JType) - Static method in class com.github.nmorel.gwtjackson.rebind.CreatorUtils
isObjectOrSerializable
isObjectReader(JClassType) - Method in class com.github.nmorel.gwtjackson.rebind.JacksonTypeOracle
isObjectReader
isObjectWriter(JClassType) - Method in class com.github.nmorel.gwtjackson.rebind.JacksonTypeOracle
isObjectWriter
isOrderMapEntriesByKeys() - Method in class com.github.nmorel.gwtjackson.client.JsonSerializationContext
isOrderMapEntriesByKeys
isProperty() - Method in class com.github.nmorel.gwtjackson.client.deser.bean.AbstractIdentityDeserializationInfo
Gets the value of the property property.
isProperty() - Method in interface com.github.nmorel.gwtjackson.client.deser.bean.IdentityDeserializationInfo
Gets the value of the property property.
isProperty() - Method in class com.github.nmorel.gwtjackson.client.deser.bean.PropertyIdentityDeserializationInfo
Gets the value of the property property.
isProperty() - Method in class com.github.nmorel.gwtjackson.client.ser.bean.AbstractIdentitySerializationInfo
Gets the value of the property property.
isProperty() - Method in interface com.github.nmorel.gwtjackson.client.ser.bean.IdentitySerializationInfo
Gets the value of the property property.
isProperty() - Method in class com.github.nmorel.gwtjackson.client.ser.bean.PropertyIdentitySerializationInfo
Gets the value of the property property.
isPropertyOrderAlphabetic() - Method in class com.github.nmorel.gwtjackson.rebind.bean.BeanInfo
isPropertyOrderAlphabetic
isRawValue() - Method in class com.github.nmorel.gwtjackson.rebind.property.PropertyInfo
isRawValue
isReadUnknownEnumValuesAsNull() - Method in class com.github.nmorel.gwtjackson.client.JsonDeserializationContext
isReadUnknownEnumValuesAsNull
isRequired() - Method in class com.github.nmorel.gwtjackson.rebind.property.PropertyInfo
isRequired
isSamePackage() - Method in class com.github.nmorel.gwtjackson.rebind.BeanJsonMapperInfo
isSamePackage
isSerializable(JType) - Static method in class com.github.nmorel.gwtjackson.rebind.CreatorUtils
isSerializable
isSerializeNulls() - Method in class com.github.nmorel.gwtjackson.client.JsonSerializationContext
isSerializeNulls
isSerializer() - Method in class com.github.nmorel.gwtjackson.rebind.AbstractBeanJsonCreator
isSerializer
isSerializer() - Method in class com.github.nmorel.gwtjackson.rebind.BeanJsonDeserializerCreator
isSerializer
isSerializer() - Method in class com.github.nmorel.gwtjackson.rebind.BeanJsonSerializerCreator
isSerializer
isSpecificToMapper(JClassType) - Method in class com.github.nmorel.gwtjackson.rebind.RebindConfiguration
isSpecificToMapper
isTypeSupportedForDeserialization(TreeLogger, JClassType) - Method in class com.github.nmorel.gwtjackson.rebind.RebindConfiguration
isTypeSupportedForDeserialization
isTypeSupportedForSerialization(TreeLogger, JClassType) - Method in class com.github.nmorel.gwtjackson.rebind.RebindConfiguration
isTypeSupportedForSerialization
isUnwrapped() - Method in class com.github.nmorel.gwtjackson.client.JsonSerializerParameters
isUnwrapped
isUnwrapped() - Method in class com.github.nmorel.gwtjackson.rebind.property.PropertyInfo
isUnwrapped
isUnwrapRootValue() - Method in class com.github.nmorel.gwtjackson.client.JsonDeserializationContext
isUnwrapRootValue
isUseBrowserTimezone() - Method in class com.github.nmorel.gwtjackson.client.JsonDeserializationContext
isUseBrowserTimezone
isUseSafeEval() - Method in class com.github.nmorel.gwtjackson.client.JsonDeserializationContext
isUseSafeEval
isValue() - Method in class com.github.nmorel.gwtjackson.rebind.property.PropertyInfo
isValue
isWrapRootValue() - Method in class com.github.nmorel.gwtjackson.client.JsonSerializationContext
isWrapRootValue
isWriteCharArraysAsJsonArrays() - Method in class com.github.nmorel.gwtjackson.client.JsonSerializationContext
isWriteCharArraysAsJsonArrays
isWriteDateKeysAsTimestamps() - Method in class com.github.nmorel.gwtjackson.client.JsonSerializationContext
isWriteDateKeysAsTimestamps
isWriteDatesAsTimestamps() - Method in class com.github.nmorel.gwtjackson.client.JsonSerializationContext
isWriteDatesAsTimestamps
isWriteEmptyJsonArrays() - Method in class com.github.nmorel.gwtjackson.client.JsonSerializationContext
isWriteEmptyJsonArrays
isWriteNullMapValues() - Method in class com.github.nmorel.gwtjackson.client.JsonSerializationContext
isWriteNullMapValues
isWriteSingleElemArraysUnwrapped() - Method in class com.github.nmorel.gwtjackson.client.JsonSerializationContext
isWriteSingleElemArraysUnwrapped
IterableJsonDeserializer<T> - Class in com.github.nmorel.gwtjackson.client.deser.collection
Default JsonDeserializer implementation for Iterable.
IterableJsonSerializer<I extends Iterable<T>,T> - Class in com.github.nmorel.gwtjackson.client.ser
Default JsonSerializer implementation for Iterable.
IterableJsonSerializer(JsonSerializer<T>) - Constructor for class com.github.nmorel.gwtjackson.client.ser.IterableJsonSerializer
Constructor for IterableJsonSerializer.

J

JacksonTypeOracle - Class in com.github.nmorel.gwtjackson.rebind
JacksonTypeOracle class.
JacksonTypeOracle(TreeLogger, TypeOracle) - Constructor for class com.github.nmorel.gwtjackson.rebind.JacksonTypeOracle
Constructor for JacksonTypeOracle.
JavaScriptObjectJsonDeserializer<T extends com.google.gwt.core.client.JavaScriptObject> - Class in com.github.nmorel.gwtjackson.client.deser
Default JsonDeserializer implementation for JavaScriptObject.
JavaScriptObjectJsonSerializer<T extends com.google.gwt.core.client.JavaScriptObject> - Class in com.github.nmorel.gwtjackson.client.ser
Default JsonSerializer implementation for JavaScriptObject.
JDeserializerType - Class in com.github.nmorel.gwtjackson.rebind.type
Contains informations about deserializer like its type or the code to instantiate it.
JDeserializerType.Builder - Class in com.github.nmorel.gwtjackson.rebind.type
 
JMapperType - Class in com.github.nmorel.gwtjackson.rebind.type
Contains informations about serializer or deserializer like its type or the code to instantiate it.
JMapperType(boolean, JType, CodeBlock, ImmutableList<? extends JMapperType>) - Constructor for class com.github.nmorel.gwtjackson.rebind.type.JMapperType
Constructor for JMapperType.
JMapperType.Builder<B extends JMapperType.Builder,M extends JMapperType> - Class in com.github.nmorel.gwtjackson.rebind.type
 
JParameterizedDeserializer - Class in com.github.nmorel.gwtjackson.rebind.type
Class used to handle the generation of Deserializer
JParameterizedDeserializer(JDeserializerType, JDeserializerType) - Constructor for class com.github.nmorel.gwtjackson.rebind.type.JParameterizedDeserializer
Constructor for JParameterizedDeserializer.
JParameterizedMapper<T extends JMapperType> - Class in com.github.nmorel.gwtjackson.rebind.type
Abstract JParameterizedMapper class.
JParameterizedMapper(T, T) - Constructor for class com.github.nmorel.gwtjackson.rebind.type.JParameterizedMapper
Constructor for JParameterizedMapper.
JParameterizedSerializer - Class in com.github.nmorel.gwtjackson.rebind.type
Class used to handle the generation of Serializer
JParameterizedSerializer(JSerializerType, JSerializerType) - Constructor for class com.github.nmorel.gwtjackson.rebind.type.JParameterizedSerializer
Constructor for JParameterizedSerializer.
JSerializerType - Class in com.github.nmorel.gwtjackson.rebind.type
Contains informations about serializer like its type or the code to instantiate it.
JSerializerType.Builder - Class in com.github.nmorel.gwtjackson.rebind.type
 
JsniCodeBlockBuilder - Class in com.github.nmorel.gwtjackson.rebind.writer
Helper class to build CodeBlock containing JSNI code.
json() - Method in class com.github.nmorel.gwtjackson.client.Deserializer
json
json() - Method in class com.github.nmorel.gwtjackson.client.Serializer
json
JsonDeserializationContext - Class in com.github.nmorel.gwtjackson.client
Context for the deserialization process.
JsonDeserializationContext.Builder - Class in com.github.nmorel.gwtjackson.client
JsonDeserializationContext.DefaultBuilder - Class in com.github.nmorel.gwtjackson.client
 
JsonDeserializationException - Exception in com.github.nmorel.gwtjackson.client.exception
Base exception for deserialization process
JsonDeserializationException() - Constructor for exception com.github.nmorel.gwtjackson.client.exception.JsonDeserializationException
Constructor for JsonDeserializationException.
JsonDeserializationException(String) - Constructor for exception com.github.nmorel.gwtjackson.client.exception.JsonDeserializationException
Constructor for JsonDeserializationException.
JsonDeserializationException(String, Throwable) - Constructor for exception com.github.nmorel.gwtjackson.client.exception.JsonDeserializationException
Constructor for JsonDeserializationException.
JsonDeserializationException(Throwable) - Constructor for exception com.github.nmorel.gwtjackson.client.exception.JsonDeserializationException
Constructor for JsonDeserializationException.
JsonDeserializer<T> - Class in com.github.nmorel.gwtjackson.client
Base class for all the deserializer.
JsonDeserializer() - Constructor for class com.github.nmorel.gwtjackson.client.JsonDeserializer
 
JsonDeserializerParameters - Class in com.github.nmorel.gwtjackson.client
This class includes parameters defined through properties annotations like JsonIgnoreProperties.
JsonDeserializerParameters() - Constructor for class com.github.nmorel.gwtjackson.client.JsonDeserializerParameters
 
JsonMappingContext - Class in com.github.nmorel.gwtjackson.client
Base class for serialization and deserialization context
JsonMappingContext() - Constructor for class com.github.nmorel.gwtjackson.client.JsonMappingContext
 
JsonMappingException - Exception in com.github.nmorel.gwtjackson.client.exception
Base exception for mapping process
JsonMappingException() - Constructor for exception com.github.nmorel.gwtjackson.client.exception.JsonMappingException
Constructor for JsonMappingException.
JsonMappingException(String) - Constructor for exception com.github.nmorel.gwtjackson.client.exception.JsonMappingException
Constructor for JsonMappingException.
JsonMappingException(String, Throwable) - Constructor for exception com.github.nmorel.gwtjackson.client.exception.JsonMappingException
Constructor for JsonMappingException.
JsonMappingException(Throwable) - Constructor for exception com.github.nmorel.gwtjackson.client.exception.JsonMappingException
Constructor for JsonMappingException.
JsonMixIns - Annotation Type in com.github.nmorel.gwtjackson.client.annotation
Annotation used to define mix-in annotations specific to the annotated ObjectMapper, ObjectReader or ObjectWriter.
JsonMixIns.JsonMixIn - Annotation Type in com.github.nmorel.gwtjackson.client.annotation
Definition of a mix-in annotation.
JsonReader - Interface in com.github.nmorel.gwtjackson.client.stream
JsonReader interface.
JsonSerializationContext - Class in com.github.nmorel.gwtjackson.client
Context for the serialization process.
JsonSerializationContext.Builder - Class in com.github.nmorel.gwtjackson.client
JsonSerializationContext.DefaultBuilder - Class in com.github.nmorel.gwtjackson.client
 
JsonSerializationException - Exception in com.github.nmorel.gwtjackson.client.exception
Base exception for serialization process
JsonSerializationException() - Constructor for exception com.github.nmorel.gwtjackson.client.exception.JsonSerializationException
Constructor for JsonSerializationException.
JsonSerializationException(String) - Constructor for exception com.github.nmorel.gwtjackson.client.exception.JsonSerializationException
Constructor for JsonSerializationException.
JsonSerializationException(String, Throwable) - Constructor for exception com.github.nmorel.gwtjackson.client.exception.JsonSerializationException
Constructor for JsonSerializationException.
JsonSerializationException(Throwable) - Constructor for exception com.github.nmorel.gwtjackson.client.exception.JsonSerializationException
Constructor for JsonSerializationException.
JsonSerializer<T> - Class in com.github.nmorel.gwtjackson.client
Base class for all the serializer.
JsonSerializer() - Constructor for class com.github.nmorel.gwtjackson.client.JsonSerializer
 
JsonSerializerParameters - Class in com.github.nmorel.gwtjackson.client
This class includes parameters defined through properties annotations like JsonFormat.
JsonSerializerParameters() - Constructor for class com.github.nmorel.gwtjackson.client.JsonSerializerParameters
 
JsonToken - Enum in com.github.nmorel.gwtjackson.client.stream
A structure, name or value type in a JSON-encoded string.
JsonWriter - Interface in com.github.nmorel.gwtjackson.client.stream
JsonWriter interface.
JTypeName - Class in com.github.nmorel.gwtjackson.rebind.writer
Helper class to convert JType into TypeName

K

key(Class<T>) - Method in class com.github.nmorel.gwtjackson.client.AbstractConfiguration
Return a AbstractConfiguration.KeyTypeConfiguration to configure key serializer and/or deserializer for the given type.
key() - Method in class com.github.nmorel.gwtjackson.client.Deserializer
key
key() - Method in class com.github.nmorel.gwtjackson.client.Serializer
key
keyDeserializer - Variable in class com.github.nmorel.gwtjackson.client.deser.map.BaseMapJsonDeserializer
KeyDeserializer used to deserialize the keys.
KeyDeserializer<T> - Class in com.github.nmorel.gwtjackson.client.deser.map.key
Base class for all the key deserializer.
KeyDeserializer() - Constructor for class com.github.nmorel.gwtjackson.client.deser.map.key.KeyDeserializer
 
KeySerializer<T> - Class in com.github.nmorel.gwtjackson.client.ser.map.key
Base class for all the Map key serializer.
KeySerializer() - Constructor for class com.github.nmorel.gwtjackson.client.ser.map.key.KeySerializer
 
keySerializer - Variable in class com.github.nmorel.gwtjackson.client.ser.map.MapJsonSerializer
 

L

LinkedHashMapJsonDeserializer<K,V> - Class in com.github.nmorel.gwtjackson.client.deser.map
Default JsonDeserializer implementation for LinkedHashMap.
LinkedHashSetJsonDeserializer<T> - Class in com.github.nmorel.gwtjackson.client.deser.collection
Default JsonDeserializer implementation for LinkedHashSet.
LinkedListJsonDeserializer<T> - Class in com.github.nmorel.gwtjackson.client.deser.collection
Default JsonDeserializer implementation for LinkedList.
ListJsonDeserializer<T> - Class in com.github.nmorel.gwtjackson.client.deser.collection
Default JsonDeserializer implementation for List.
logger - Variable in class com.github.nmorel.gwtjackson.rebind.AbstractCreator
 
longFromBase64(String) - Static method in class com.github.nmorel.gwtjackson.client.utils.Base64Utils
Decode a base64 string into a long value.

M

MalformedJsonException - Exception in com.github.nmorel.gwtjackson.client.stream.impl
Thrown when a reader encounters malformed JSON.
MalformedJsonException(String) - Constructor for exception com.github.nmorel.gwtjackson.client.stream.impl.MalformedJsonException
Constructor for MalformedJsonException.
MapJsonDeserializer<K,V> - Class in com.github.nmorel.gwtjackson.client.deser.map
Default JsonDeserializer implementation for Map.
MapJsonSerializer<M extends Map<K,V>,K,V> - Class in com.github.nmorel.gwtjackson.client.ser.map
Default JsonSerializer implementation for Map.
MapJsonSerializer(KeySerializer<K>, JsonSerializer<V>) - Constructor for class com.github.nmorel.gwtjackson.client.ser.map.MapJsonSerializer
Constructor for MapJsonSerializer.
mapperInfo - Variable in class com.github.nmorel.gwtjackson.rebind.AbstractBeanJsonCreator
 
method - Variable in class com.github.nmorel.gwtjackson.rebind.property.FieldAccessor
 
mustBeEscaped(JsonSerializationContext) - Method in class com.github.nmorel.gwtjackson.client.ser.map.key.BooleanKeySerializer
mustBeEscaped
mustBeEscaped(JsonSerializationContext) - Method in class com.github.nmorel.gwtjackson.client.ser.map.key.DateKeySerializer
mustBeEscaped
mustBeEscaped(JsonSerializationContext) - Method in class com.github.nmorel.gwtjackson.client.ser.map.key.EnumKeySerializer
mustBeEscaped
mustBeEscaped(JsonSerializationContext) - Method in class com.github.nmorel.gwtjackson.client.ser.map.key.KeySerializer
mustBeEscaped
mustBeEscaped(JsonSerializationContext) - Method in class com.github.nmorel.gwtjackson.client.ser.map.key.NumberKeySerializer
mustBeEscaped
mustBeEscaped(JsonSerializationContext) - Method in class com.github.nmorel.gwtjackson.client.ser.map.key.UUIDKeySerializer
mustBeEscaped

N

name(String) - Method in class com.github.nmorel.gwtjackson.client.stream.impl.DefaultJsonWriter
Encodes the property name.
name(String) - Method in class com.github.nmorel.gwtjackson.client.stream.impl.FastJsonWriter
Encodes the property name.
name(String) - Method in interface com.github.nmorel.gwtjackson.client.stream.JsonWriter
Encodes the property name.
newCollection() - Method in class com.github.nmorel.gwtjackson.client.deser.collection.AbstractCollectionJsonDeserializer
Instantiates a new collection for deserialization process.
newCollection() - Method in class com.github.nmorel.gwtjackson.client.deser.collection.AbstractListJsonDeserializer
Instantiates a new collection for deserialization process.
newCollection() - Method in class com.github.nmorel.gwtjackson.client.deser.collection.AbstractQueueJsonDeserializer
Instantiates a new collection for deserialization process.
newCollection() - Method in class com.github.nmorel.gwtjackson.client.deser.collection.AbstractSequentialListJsonDeserializer
 
newCollection() - Method in class com.github.nmorel.gwtjackson.client.deser.collection.AbstractSetJsonDeserializer
Instantiates a new collection for deserialization process.
newCollection() - Method in class com.github.nmorel.gwtjackson.client.deser.collection.ArrayListJsonDeserializer
Instantiates a new collection for deserialization process.
newCollection() - Method in class com.github.nmorel.gwtjackson.client.deser.collection.BaseCollectionJsonDeserializer
Instantiates a new collection for deserialization process.
newCollection() - Method in class com.github.nmorel.gwtjackson.client.deser.collection.CollectionJsonDeserializer
Instantiates a new collection for deserialization process.
newCollection() - Method in class com.github.nmorel.gwtjackson.client.deser.collection.EnumSetJsonDeserializer
Instantiates a new collection for deserialization process.
newCollection() - Method in class com.github.nmorel.gwtjackson.client.deser.collection.HashSetJsonDeserializer
Instantiates a new collection for deserialization process.
newCollection() - Method in class com.github.nmorel.gwtjackson.client.deser.collection.LinkedHashSetJsonDeserializer
Instantiates a new collection for deserialization process.
newCollection() - Method in class com.github.nmorel.gwtjackson.client.deser.collection.LinkedListJsonDeserializer
Instantiates a new collection for deserialization process.
newCollection() - Method in class com.github.nmorel.gwtjackson.client.deser.collection.ListJsonDeserializer
Instantiates a new collection for deserialization process.
newCollection() - Method in class com.github.nmorel.gwtjackson.client.deser.collection.PriorityQueueJsonDeserializer
Instantiates a new collection for deserialization process.
newCollection() - Method in class com.github.nmorel.gwtjackson.client.deser.collection.QueueJsonDeserializer
Instantiates a new collection for deserialization process.
newCollection() - Method in class com.github.nmorel.gwtjackson.client.deser.collection.SetJsonDeserializer
Instantiates a new collection for deserialization process.
newCollection() - Method in class com.github.nmorel.gwtjackson.client.deser.collection.SortedSetJsonDeserializer
Instantiates a new collection for deserialization process.
newCollection() - Method in class com.github.nmorel.gwtjackson.client.deser.collection.StackJsonDeserializer
Instantiates a new collection for deserialization process.
newCollection() - Method in class com.github.nmorel.gwtjackson.client.deser.collection.TreeSetJsonDeserializer
Instantiates a new collection for deserialization process.
newCollection() - Method in class com.github.nmorel.gwtjackson.client.deser.collection.VectorJsonDeserializer
Instantiates a new collection for deserialization process.
newDeserializer() - Method in class com.github.nmorel.gwtjackson.client.AbstractObjectMapper
Instantiates a new deserializer
newDeserializer() - Method in class com.github.nmorel.gwtjackson.client.AbstractObjectWriter
Instantiates a new deserializer
newDeserializer() - Method in class com.github.nmorel.gwtjackson.client.deser.bean.HasDeserializer
newDeserializer
newIdKey(Object) - Method in class com.github.nmorel.gwtjackson.client.deser.bean.AbstractIdentityDeserializationInfo
newIdKey
newIdKey(Object) - Method in interface com.github.nmorel.gwtjackson.client.deser.bean.IdentityDeserializationInfo
newIdKey
newIdKey(Object) - Method in class com.github.nmorel.gwtjackson.client.deser.bean.PropertyIdentityDeserializationInfo
newIdKey
newInstance(JsonDeserializer<T>, ArrayJsonDeserializer.ArrayCreator<T>) - Static method in class com.github.nmorel.gwtjackson.client.deser.array.ArrayJsonDeserializer
newInstance
newInstance(JsonDeserializer<T>, Array2dJsonDeserializer.Array2dCreator<T>) - Static method in class com.github.nmorel.gwtjackson.client.deser.array.dd.Array2dJsonDeserializer
newInstance
newInstance(JsonReader, JsonDeserializationContext, JsonDeserializerParameters, Map<String, String>, Map<String, Object>) - Method in interface com.github.nmorel.gwtjackson.client.deser.bean.InstanceBuilder
newInstance
newInstance(JsonDeserializer<T>) - Static method in class com.github.nmorel.gwtjackson.client.deser.collection.AbstractCollectionJsonDeserializer
newInstance
newInstance(JsonDeserializer<T>) - Static method in class com.github.nmorel.gwtjackson.client.deser.collection.AbstractListJsonDeserializer
newInstance
newInstance(JsonDeserializer<T>) - Static method in class com.github.nmorel.gwtjackson.client.deser.collection.AbstractQueueJsonDeserializer
newInstance
newInstance(JsonDeserializer<T>) - Static method in class com.github.nmorel.gwtjackson.client.deser.collection.AbstractSequentialListJsonDeserializer
 
newInstance(JsonDeserializer<T>) - Static method in class com.github.nmorel.gwtjackson.client.deser.collection.AbstractSetJsonDeserializer
newInstance
newInstance(JsonDeserializer<T>) - Static method in class com.github.nmorel.gwtjackson.client.deser.collection.ArrayListJsonDeserializer
newInstance
newInstance(JsonDeserializer<T>) - Static method in class com.github.nmorel.gwtjackson.client.deser.collection.CollectionJsonDeserializer
newInstance
newInstance(EnumJsonDeserializer<E>) - Static method in class com.github.nmorel.gwtjackson.client.deser.collection.EnumSetJsonDeserializer
newInstance
newInstance(JsonDeserializer<T>) - Static method in class com.github.nmorel.gwtjackson.client.deser.collection.HashSetJsonDeserializer
newInstance
newInstance(JsonDeserializer<T>) - Static method in class com.github.nmorel.gwtjackson.client.deser.collection.IterableJsonDeserializer
newInstance
newInstance(JsonDeserializer<T>) - Static method in class com.github.nmorel.gwtjackson.client.deser.collection.LinkedHashSetJsonDeserializer
newInstance
newInstance(JsonDeserializer<T>) - Static method in class com.github.nmorel.gwtjackson.client.deser.collection.LinkedListJsonDeserializer
newInstance
newInstance(JsonDeserializer<T>) - Static method in class com.github.nmorel.gwtjackson.client.deser.collection.ListJsonDeserializer
newInstance
newInstance(JsonDeserializer<T>) - Static method in class com.github.nmorel.gwtjackson.client.deser.collection.PriorityQueueJsonDeserializer
newInstance
newInstance(JsonDeserializer<T>) - Static method in class com.github.nmorel.gwtjackson.client.deser.collection.QueueJsonDeserializer
newInstance
newInstance(JsonDeserializer<T>) - Static method in class com.github.nmorel.gwtjackson.client.deser.collection.SetJsonDeserializer
newInstance
newInstance(JsonDeserializer<T>) - Static method in class com.github.nmorel.gwtjackson.client.deser.collection.SortedSetJsonDeserializer
newInstance
newInstance(JsonDeserializer<T>) - Static method in class com.github.nmorel.gwtjackson.client.deser.collection.StackJsonDeserializer
newInstance
newInstance(JsonDeserializer<T>) - Static method in class com.github.nmorel.gwtjackson.client.deser.collection.TreeSetJsonDeserializer
newInstance
newInstance(JsonDeserializer<T>) - Static method in class com.github.nmorel.gwtjackson.client.deser.collection.VectorJsonDeserializer
newInstance
newInstance(Class<E>) - Static method in class com.github.nmorel.gwtjackson.client.deser.EnumJsonDeserializer
newInstance
newInstance(KeyDeserializer<K>, JsonDeserializer<V>) - Static method in class com.github.nmorel.gwtjackson.client.deser.map.AbstractMapJsonDeserializer
newInstance
newInstance(EnumKeyDeserializer<E>, JsonDeserializer<V>) - Static method in class com.github.nmorel.gwtjackson.client.deser.map.EnumMapJsonDeserializer
newInstance
newInstance(KeyDeserializer<K>, JsonDeserializer<V>) - Static method in class com.github.nmorel.gwtjackson.client.deser.map.HashMapJsonDeserializer
newInstance
newInstance(KeyDeserializer<K>, JsonDeserializer<V>) - Static method in class com.github.nmorel.gwtjackson.client.deser.map.IdentityHashMapJsonDeserializer
newInstance
newInstance(Class<E>) - Static method in class com.github.nmorel.gwtjackson.client.deser.map.key.EnumKeyDeserializer
newInstance
newInstance(KeyDeserializer<K>, JsonDeserializer<V>) - Static method in class com.github.nmorel.gwtjackson.client.deser.map.LinkedHashMapJsonDeserializer
newInstance
newInstance(KeyDeserializer<K>, JsonDeserializer<V>) - Static method in class com.github.nmorel.gwtjackson.client.deser.map.MapJsonDeserializer
newInstance
newInstance(KeyDeserializer<K>, JsonDeserializer<V>) - Static method in class com.github.nmorel.gwtjackson.client.deser.map.SortedMapJsonDeserializer
newInstance
newInstance(KeyDeserializer<K>, JsonDeserializer<V>) - Static method in class com.github.nmorel.gwtjackson.client.deser.map.TreeMapJsonDeserializer
newInstance
newInstance(JsonSerializer<T>) - Static method in class com.github.nmorel.gwtjackson.client.ser.array.ArrayJsonSerializer
newInstance
newInstance(JsonSerializer<T>) - Static method in class com.github.nmorel.gwtjackson.client.ser.array.dd.Array2dJsonSerializer
newInstance
newInstance(JsonSerializer<?>) - Static method in class com.github.nmorel.gwtjackson.client.ser.CollectionJsonSerializer
newInstance
newInstance(JsonSerializer<?>) - Static method in class com.github.nmorel.gwtjackson.client.ser.IterableJsonSerializer
newInstance
newInstance(KeySerializer<?>, JsonSerializer<?>) - Static method in class com.github.nmorel.gwtjackson.client.ser.map.MapJsonSerializer
newInstance
newJsonReader(String) - Method in class com.github.nmorel.gwtjackson.client.JsonDeserializationContext
newJsonReader
newJsonWriter() - Method in class com.github.nmorel.gwtjackson.client.JsonSerializationContext
newJsonWriter
newMap() - Method in class com.github.nmorel.gwtjackson.client.deser.map.AbstractMapJsonDeserializer
Instantiates a new map for deserialization process.
newMap() - Method in class com.github.nmorel.gwtjackson.client.deser.map.BaseMapJsonDeserializer
Instantiates a new map for deserialization process.
newMap() - Method in class com.github.nmorel.gwtjackson.client.deser.map.EnumMapJsonDeserializer
Instantiates a new map for deserialization process.
newMap() - Method in class com.github.nmorel.gwtjackson.client.deser.map.HashMapJsonDeserializer
Instantiates a new map for deserialization process.
newMap() - Method in class com.github.nmorel.gwtjackson.client.deser.map.IdentityHashMapJsonDeserializer
Instantiates a new map for deserialization process.
newMap() - Method in class com.github.nmorel.gwtjackson.client.deser.map.LinkedHashMapJsonDeserializer
Instantiates a new map for deserialization process.
newMap() - Method in class com.github.nmorel.gwtjackson.client.deser.map.MapJsonDeserializer
Instantiates a new map for deserialization process.
newMap() - Method in class com.github.nmorel.gwtjackson.client.deser.map.SortedMapJsonDeserializer
Instantiates a new map for deserialization process.
newMap() - Method in class com.github.nmorel.gwtjackson.client.deser.map.TreeMapJsonDeserializer
Instantiates a new map for deserialization process.
newParameters() - Method in class com.github.nmorel.gwtjackson.client.deser.bean.HasDeserializerAndParameters
newParameters
newParameters() - Method in class com.github.nmorel.gwtjackson.client.ser.bean.BeanPropertySerializer
newParameters
newSerializer() - Method in class com.github.nmorel.gwtjackson.client.AbstractObjectMapper
Instantiates a new serializer
newSerializer() - Method in class com.github.nmorel.gwtjackson.client.AbstractObjectReader
Instantiates a new serializer
newSerializer() - Method in class com.github.nmorel.gwtjackson.client.ser.bean.AnyGetterPropertySerializer
newSerializer
newSerializer() - Method in class com.github.nmorel.gwtjackson.client.ser.bean.HasSerializer
newSerializer
nextBoolean() - Method in class com.github.nmorel.gwtjackson.client.stream.impl.DefaultJsonReader
Returns the boolean value of the next token, consuming it.
nextBoolean() - Method in class com.github.nmorel.gwtjackson.client.stream.impl.NonBufferedJsonReader
Returns the boolean value of the next token, consuming it.
nextBoolean() - Method in interface com.github.nmorel.gwtjackson.client.stream.JsonReader
Returns the boolean value of the next token, consuming it.
nextDouble() - Method in class com.github.nmorel.gwtjackson.client.stream.impl.DefaultJsonReader
Returns the double value of the next token, consuming it.
nextDouble() - Method in class com.github.nmorel.gwtjackson.client.stream.impl.NonBufferedJsonReader
Returns the double value of the next token, consuming it.
nextDouble() - Method in interface com.github.nmorel.gwtjackson.client.stream.JsonReader
Returns the double value of the next token, consuming it.
nextInt() - Method in class com.github.nmorel.gwtjackson.client.stream.impl.DefaultJsonReader
Returns the int value of the next token, consuming it.
nextInt() - Method in class com.github.nmorel.gwtjackson.client.stream.impl.NonBufferedJsonReader
Returns the int value of the next token, consuming it.
nextInt() - Method in interface com.github.nmorel.gwtjackson.client.stream.JsonReader
Returns the int value of the next token, consuming it.
nextJavaScriptObject(boolean) - Method in class com.github.nmorel.gwtjackson.client.stream.impl.DefaultJsonReader
Returns the JavaScriptObject of the next token, consuming it.
nextJavaScriptObject(boolean) - Method in class com.github.nmorel.gwtjackson.client.stream.impl.NonBufferedJsonReader
Returns the JavaScriptObject of the next token, consuming it.
nextJavaScriptObject(boolean) - Method in interface com.github.nmorel.gwtjackson.client.stream.JsonReader
Returns the JavaScriptObject of the next token, consuming it.
nextLong() - Method in class com.github.nmorel.gwtjackson.client.stream.impl.DefaultJsonReader
Returns the long value of the next token, consuming it.
nextLong() - Method in class com.github.nmorel.gwtjackson.client.stream.impl.NonBufferedJsonReader
Returns the long value of the next token, consuming it.
nextLong() - Method in interface com.github.nmorel.gwtjackson.client.stream.JsonReader
Returns the long value of the next token, consuming it.
nextName() - Method in class com.github.nmorel.gwtjackson.client.stream.impl.DefaultJsonReader
Returns the next token, a property name, and consumes it.
nextName() - Method in class com.github.nmorel.gwtjackson.client.stream.impl.NonBufferedJsonReader
Returns the next token, a property name, and consumes it.
nextName() - Method in interface com.github.nmorel.gwtjackson.client.stream.JsonReader
Returns the next token, a property name, and consumes it.
nextNull() - Method in class com.github.nmorel.gwtjackson.client.stream.impl.DefaultJsonReader
Consumes the next token from the JSON stream and asserts that it is a literal null.
nextNull() - Method in class com.github.nmorel.gwtjackson.client.stream.impl.NonBufferedJsonReader
Consumes the next token from the JSON stream and asserts that it is a literal null.
nextNull() - Method in interface com.github.nmorel.gwtjackson.client.stream.JsonReader
Consumes the next token from the JSON stream and asserts that it is a literal null.
nextNumber() - Method in class com.github.nmorel.gwtjackson.client.stream.impl.DefaultJsonReader
Returns the Number value of the next token, consuming it.
nextNumber() - Method in class com.github.nmorel.gwtjackson.client.stream.impl.NonBufferedJsonReader
Returns the Number value of the next token, consuming it.
nextNumber() - Method in interface com.github.nmorel.gwtjackson.client.stream.JsonReader
Returns the Number value of the next token, consuming it.
nextString() - Method in class com.github.nmorel.gwtjackson.client.stream.impl.DefaultJsonReader
Returns the string value of the next token, consuming it.
nextString() - Method in class com.github.nmorel.gwtjackson.client.stream.impl.NonBufferedJsonReader
Returns the string value of the next token, consuming it.
nextString() - Method in interface com.github.nmorel.gwtjackson.client.stream.JsonReader
Returns the string value of the next token, consuming it.
nextValue() - Method in class com.github.nmorel.gwtjackson.client.stream.impl.DefaultJsonReader
Reads the next value recursively and returns it as a String.
nextValue() - Method in class com.github.nmorel.gwtjackson.client.stream.impl.NonBufferedJsonReader
Reads the next value recursively and returns it as a String.
nextValue() - Method in interface com.github.nmorel.gwtjackson.client.stream.JsonReader
Reads the next value recursively and returns it as a String.
NonBufferedJsonReader - Class in com.github.nmorel.gwtjackson.client.stream.impl
Reads a JSON (RFC 4627) encoded value as a stream of tokens.
NonBufferedJsonReader(String) - Constructor for class com.github.nmorel.gwtjackson.client.stream.impl.NonBufferedJsonReader
Creates a new instance that reads a JSON-encoded stream from in.
nullValue() - Method in class com.github.nmorel.gwtjackson.client.stream.impl.DefaultJsonWriter
Encodes null.
nullValue() - Method in class com.github.nmorel.gwtjackson.client.stream.impl.FastJsonWriter
Encodes null.
nullValue() - Method in interface com.github.nmorel.gwtjackson.client.stream.JsonWriter
Encodes null.
NumberKeySerializer - Class in com.github.nmorel.gwtjackson.client.ser.map.key
Default KeySerializer implementation for Number.

O

ObjectIdSerializer<I> - Class in com.github.nmorel.gwtjackson.client.ser.bean
Contains the id of a bean and a serializer to facilitate the serialization of the next instances of the object.
ObjectIdSerializer(I, JsonSerializer<I>) - Constructor for class com.github.nmorel.gwtjackson.client.ser.bean.ObjectIdSerializer
Constructor for ObjectIdSerializer.
ObjectKeySerializer - Class in com.github.nmorel.gwtjackson.client.ser.map.key
Default KeySerializer implementation for Object.
ObjectMapper<T> - Interface in com.github.nmorel.gwtjackson.client
Interface combining ObjectReader and ObjectWriter
ObjectMapperCreator - Class in com.github.nmorel.gwtjackson.rebind
ObjectMapperCreator class.
ObjectMapperCreator(TreeLogger, GeneratorContext, RebindConfiguration, JacksonTypeOracle) - Constructor for class com.github.nmorel.gwtjackson.rebind.ObjectMapperCreator
Constructor for ObjectMapperCreator.
ObjectMapperGenerator - Class in com.github.nmorel.gwtjackson.rebind
ObjectMapperGenerator class.
ObjectMapperGenerator() - Constructor for class com.github.nmorel.gwtjackson.rebind.ObjectMapperGenerator
 
ObjectReader<T> - Interface in com.github.nmorel.gwtjackson.client
Reads a JSON input and return an object
ObjectWriter<T> - Interface in com.github.nmorel.gwtjackson.client
Writes an object to JSON.
orderMapEntriesByKeys - Variable in class com.github.nmorel.gwtjackson.client.JsonSerializationContext.Builder
 
orderMapEntriesByKeys(boolean) - Method in class com.github.nmorel.gwtjackson.client.JsonSerializationContext.Builder
Feature that determines whether Map entries are first sorted by key before serialization or not: if enabled, additional sorting step is performed if necessary (not necessary for SortedMaps), if disabled, no additional sorting is needed.

P

parameterizedName(Class, JType...) - Static method in class com.github.nmorel.gwtjackson.rebind.writer.JTypeName
parameterizedName
parameters - Variable in class com.github.nmorel.gwtjackson.rebind.type.JMapperType.Builder
 
parameters(ImmutableList<M>) - Method in class com.github.nmorel.gwtjackson.rebind.type.JMapperType.Builder
 
parameters - Variable in class com.github.nmorel.gwtjackson.rebind.type.JMapperType
 
parse(String) - Static method in class com.github.nmorel.gwtjackson.client.utils.DateFormat
Parse a date using DateFormat.DATE_FORMAT_STR_ISO8601 and the browser timezone.
parse(boolean, String, Boolean, String) - Static method in class com.github.nmorel.gwtjackson.client.utils.DateFormat
Parse a date using the pattern given in parameter or DateFormat.DATE_FORMAT_STR_ISO8601 and the browser timezone.
parse(DateTimeFormat, String) - Static method in class com.github.nmorel.gwtjackson.client.utils.DateFormat
Parse a date using the DateTimeFormat given in parameter and the browser timezone.
peek() - Method in class com.github.nmorel.gwtjackson.client.stream.impl.DefaultJsonReader
Returns the type of the next token without consuming it.
peek() - Method in class com.github.nmorel.gwtjackson.client.stream.impl.NonBufferedJsonReader
Returns the type of the next token without consuming it.
peek() - Method in interface com.github.nmorel.gwtjackson.client.stream.JsonReader
Returns the type of the next token without consuming it.
PrimitiveBooleanArray2dJsonDeserializer - Class in com.github.nmorel.gwtjackson.client.deser.array.dd
Default JsonDeserializer implementation for 2D array of boolean.
PrimitiveBooleanArray2dJsonSerializer - Class in com.github.nmorel.gwtjackson.client.ser.array.dd
Default JsonSerializer implementation for 2D array of boolean.
PrimitiveBooleanArrayJsonDeserializer - Class in com.github.nmorel.gwtjackson.client.deser.array
Default JsonDeserializer implementation for array of boolean.
PrimitiveBooleanArrayJsonSerializer - Class in com.github.nmorel.gwtjackson.client.ser.array
Default JsonSerializer implementation for array of boolean.
PrimitiveByteArray2dJsonDeserializer - Class in com.github.nmorel.gwtjackson.client.deser.array.dd
Default JsonDeserializer implementation for 2D array of byte.
PrimitiveByteArray2dJsonSerializer - Class in com.github.nmorel.gwtjackson.client.ser.array.dd
Default JsonSerializer implementation for 2D array of byte.
PrimitiveByteArrayJsonDeserializer - Class in com.github.nmorel.gwtjackson.client.deser.array
Default JsonDeserializer implementation for array of byte.
PrimitiveByteArrayJsonSerializer - Class in com.github.nmorel.gwtjackson.client.ser.array
Default JsonSerializer implementation for array of byte.
PrimitiveCharacterArray2dJsonDeserializer - Class in com.github.nmorel.gwtjackson.client.deser.array.dd
Default JsonDeserializer implementation for 2D array of char.
PrimitiveCharacterArray2dJsonSerializer - Class in com.github.nmorel.gwtjackson.client.ser.array.dd
Default JsonSerializer implementation for 2D array of char.
PrimitiveCharacterArrayJsonDeserializer - Class in com.github.nmorel.gwtjackson.client.deser.array
Default JsonDeserializer implementation for array of char.
PrimitiveCharacterArrayJsonSerializer - Class in com.github.nmorel.gwtjackson.client.ser.array
Default JsonSerializer implementation for array of char.
PrimitiveDoubleArray2dJsonDeserializer - Class in com.github.nmorel.gwtjackson.client.deser.array.dd
Default JsonDeserializer implementation for 2D array of double.
PrimitiveDoubleArray2dJsonSerializer - Class in com.github.nmorel.gwtjackson.client.ser.array.dd
Default JsonSerializer implementation for 2D array of double.
PrimitiveDoubleArrayJsonDeserializer - Class in com.github.nmorel.gwtjackson.client.deser.array.cast
Default JsonDeserializer implementation for array of double.
PrimitiveDoubleArrayJsonDeserializer - Class in com.github.nmorel.gwtjackson.client.deser.array
Default JsonDeserializer implementation for array of double.
PrimitiveDoubleArrayJsonSerializer - Class in com.github.nmorel.gwtjackson.client.ser.array
Default JsonSerializer implementation for array of double.
PrimitiveFloatArray2dJsonDeserializer - Class in com.github.nmorel.gwtjackson.client.deser.array.dd
Default JsonDeserializer implementation for 2D array of float.
PrimitiveFloatArray2dJsonSerializer - Class in com.github.nmorel.gwtjackson.client.ser.array.dd
Default JsonSerializer implementation for 2D array of float.
PrimitiveFloatArrayJsonDeserializer - Class in com.github.nmorel.gwtjackson.client.deser.array
Default JsonDeserializer implementation for array of float.
PrimitiveFloatArrayJsonSerializer - Class in com.github.nmorel.gwtjackson.client.ser.array
Default JsonSerializer implementation for array of float.
PrimitiveIntegerArray2dJsonDeserializer - Class in com.github.nmorel.gwtjackson.client.deser.array.dd
Default JsonDeserializer implementation for 2D array of int.
PrimitiveIntegerArray2dJsonSerializer - Class in com.github.nmorel.gwtjackson.client.ser.array.dd
Default JsonSerializer implementation for 2D array of int.
PrimitiveIntegerArrayJsonDeserializer - Class in com.github.nmorel.gwtjackson.client.deser.array.cast
Default JsonDeserializer implementation for array of int.
PrimitiveIntegerArrayJsonDeserializer - Class in com.github.nmorel.gwtjackson.client.deser.array
Default JsonDeserializer implementation for array of int.
PrimitiveIntegerArrayJsonSerializer - Class in com.github.nmorel.gwtjackson.client.ser.array
Default JsonSerializer implementation for array of int.
PrimitiveLongArray2dJsonDeserializer - Class in com.github.nmorel.gwtjackson.client.deser.array.dd
Default JsonDeserializer implementation for 2D array of long.
PrimitiveLongArray2dJsonSerializer - Class in com.github.nmorel.gwtjackson.client.ser.array.dd
Default JsonSerializer implementation for 2D array of long.
PrimitiveLongArrayJsonDeserializer - Class in com.github.nmorel.gwtjackson.client.deser.array
Default JsonDeserializer implementation for array of long.
PrimitiveLongArrayJsonSerializer - Class in com.github.nmorel.gwtjackson.client.ser.array
Default JsonSerializer implementation for array of long.
PrimitiveShortArray2dJsonDeserializer - Class in com.github.nmorel.gwtjackson.client.deser.array.dd
Default JsonDeserializer implementation for 2D array of short.
PrimitiveShortArray2dJsonSerializer - Class in com.github.nmorel.gwtjackson.client.ser.array.dd
Default JsonSerializer implementation for 2D array of short.
PrimitiveShortArrayJsonDeserializer - Class in com.github.nmorel.gwtjackson.client.deser.array.cast
Default JsonDeserializer implementation for array of short.
PrimitiveShortArrayJsonDeserializer - Class in com.github.nmorel.gwtjackson.client.deser.array
Default JsonDeserializer implementation for array of short.
PrimitiveShortArrayJsonSerializer - Class in com.github.nmorel.gwtjackson.client.ser.array
Default JsonSerializer implementation for array of short.
primitiveType(Class) - Method in class com.github.nmorel.gwtjackson.client.AbstractConfiguration
primitiveType
PriorityQueueJsonDeserializer<T> - Class in com.github.nmorel.gwtjackson.client.deser.collection
Default JsonDeserializer implementation for PriorityQueue.
processBean(TreeLogger, JacksonTypeOracle, RebindConfiguration, JClassType) - Static method in class com.github.nmorel.gwtjackson.rebind.bean.BeanProcessor
processBean
processIdentity(TreeLogger, JacksonTypeOracle, RebindConfiguration, JClassType, Optional<JsonIdentityInfo>, Optional<JsonIdentityReference>) - Static method in class com.github.nmorel.gwtjackson.rebind.bean.BeanProcessor
processIdentity
processProperties(RebindConfiguration, TreeLogger, JacksonTypeOracle, BeanInfo, PropertiesContainer) - Static method in class com.github.nmorel.gwtjackson.rebind.bean.BeanProcessor
Process the properties of the bean to find additionnal informations like @JsonValue.
processType(TreeLogger, JacksonTypeOracle, RebindConfiguration, JClassType, Optional<JsonTypeInfo>, Optional<JsonSubTypes>) - Static method in class com.github.nmorel.gwtjackson.rebind.bean.BeanProcessor
processType
properties - Variable in class com.github.nmorel.gwtjackson.rebind.AbstractBeanJsonCreator
 
PropertiesContainer - Class in com.github.nmorel.gwtjackson.rebind.property
PropertiesContainer class.
PropertiesContainer(ImmutableMap<String, PropertyInfo>, Optional<PropertyInfo>, Optional<PropertyInfo>, Optional<PropertyInfo>) - Constructor for class com.github.nmorel.gwtjackson.rebind.property.PropertiesContainer
Constructor for PropertiesContainer.
PropertyAccessors - Class in com.github.nmorel.gwtjackson.rebind.property
PropertyAccessors class.
PropertyIdentityDeserializationInfo<T> - Class in com.github.nmorel.gwtjackson.client.deser.bean
PropertyIdentityDeserializationInfo class.
PropertyIdentityDeserializationInfo(String, Class<?>, Class<?>) - Constructor for class com.github.nmorel.gwtjackson.client.deser.bean.PropertyIdentityDeserializationInfo
Constructor for PropertyIdentityDeserializationInfo.
PropertyIdentitySerializationInfo<T,V> - Class in com.github.nmorel.gwtjackson.client.ser.bean
Contains identity informations for serialization process.
PropertyIdentitySerializationInfo(boolean, String) - Constructor for class com.github.nmorel.gwtjackson.client.ser.bean.PropertyIdentitySerializationInfo
Constructor for PropertyIdentitySerializationInfo.
PropertyInfo - Class in com.github.nmorel.gwtjackson.rebind.property
PropertyInfo class.
propertyName - Variable in class com.github.nmorel.gwtjackson.client.ser.bean.BeanPropertySerializer
 
propertyName - Variable in class com.github.nmorel.gwtjackson.rebind.property.FieldAccessor
 
PropertyParser - Class in com.github.nmorel.gwtjackson.rebind.property
Utility class used to parse a bean looking for all its properties
PropertyParser() - Constructor for class com.github.nmorel.gwtjackson.rebind.property.PropertyParser
 
PropertyProcessor - Class in com.github.nmorel.gwtjackson.rebind.property
PropertyProcessor class.
PropertyProcessor() - Constructor for class com.github.nmorel.gwtjackson.rebind.property.PropertyProcessor
 
put(String, V) - Method in class com.github.nmorel.gwtjackson.client.deser.bean.SimpleStringMap
Put the value in the map at the given key.

Q

QueueJsonDeserializer<T> - Class in com.github.nmorel.gwtjackson.client.deser.collection
Default JsonDeserializer implementation for Queue.

R

rawName(JType) - Static method in class com.github.nmorel.gwtjackson.rebind.writer.JTypeName
rawName
rawName(boolean, JType) - Static method in class com.github.nmorel.gwtjackson.rebind.writer.JTypeName
rawName
rawValue(Object) - Method in class com.github.nmorel.gwtjackson.client.stream.impl.DefaultJsonWriter
Encodes value.toString() as is.
rawValue(Object) - Method in class com.github.nmorel.gwtjackson.client.stream.impl.FastJsonWriter
Encodes value.toString() as is.
rawValue(Object) - Method in interface com.github.nmorel.gwtjackson.client.stream.JsonWriter
Encodes value.toString() as is.
RawValueJsonSerializer<T> - Class in com.github.nmorel.gwtjackson.client.ser
Dummy JsonSerializer that will just output raw values by calling toString() on value to serialize.
read(String) - Method in class com.github.nmorel.gwtjackson.client.AbstractObjectMapper
Reads a JSON input into an object.
read(String, JsonDeserializationContext) - Method in class com.github.nmorel.gwtjackson.client.AbstractObjectMapper
Reads a JSON input into an object.
read(String) - Method in interface com.github.nmorel.gwtjackson.client.ObjectReader
Reads a JSON input into an object.
read(String, JsonDeserializationContext) - Method in interface com.github.nmorel.gwtjackson.client.ObjectReader
Reads a JSON input into an object.
read(char[], int, int) - Method in class com.github.nmorel.gwtjackson.client.stream.impl.StringReader
Reads characters into a portion of an array.
readId(JsonReader, JsonDeserializationContext) - Method in class com.github.nmorel.gwtjackson.client.deser.bean.AbstractIdentityDeserializationInfo
Reads the id and returns it.
readId(JsonReader, JsonDeserializationContext) - Method in interface com.github.nmorel.gwtjackson.client.deser.bean.IdentityDeserializationInfo
Reads the id and returns it.
readId(JsonReader, JsonDeserializationContext) - Method in class com.github.nmorel.gwtjackson.client.deser.bean.PropertyIdentityDeserializationInfo
Reads the id and returns it.
readUnknownEnumValuesAsNull - Variable in class com.github.nmorel.gwtjackson.client.JsonDeserializationContext.Builder
 
readUnknownEnumValuesAsNull(boolean) - Method in class com.github.nmorel.gwtjackson.client.JsonDeserializationContext.Builder
Feature that determines whether gwt-jackson should return null for unknown enum values.
RebindConfiguration - Class in com.github.nmorel.gwtjackson.rebind
Wrap the default configuration + user configuration.
RebindConfiguration(TreeLogger, GeneratorContext, JacksonTypeOracle, JClassType) - Constructor for class com.github.nmorel.gwtjackson.rebind.RebindConfiguration
Constructor for RebindConfiguration.
RebindConfiguration.MapperInstance - Class in com.github.nmorel.gwtjackson.rebind
 
RebindConfiguration.MapperType - Enum in com.github.nmorel.gwtjackson.rebind
 
replaceType(TreeLogger, JType, Annotation) - Method in class com.github.nmorel.gwtjackson.rebind.JacksonTypeOracle
replaceType

S

serialize(JsonWriter, T, JsonSerializationContext) - Method in class com.github.nmorel.gwtjackson.client.JsonSerializer
Serializes an object into JSON output.
serialize(JsonWriter, T, JsonSerializationContext, JsonSerializerParameters) - Method in class com.github.nmorel.gwtjackson.client.JsonSerializer
Serializes an object into JSON output.
serialize(JsonWriter, T, JsonSerializationContext) - Method in class com.github.nmorel.gwtjackson.client.ser.bean.AnyGetterPropertySerializer
Serializes the property defined for this instance.
serialize(JsonWriter, T, JsonSerializationContext) - Method in class com.github.nmorel.gwtjackson.client.ser.bean.BeanPropertySerializer
Serializes the property defined for this instance.
serialize(T, JsonSerializationContext) - Method in class com.github.nmorel.gwtjackson.client.ser.map.key.KeySerializer
Serializes an object into a String to use as map's key.
serializeId(JsonWriter, JsonSerializationContext) - Method in class com.github.nmorel.gwtjackson.client.ser.bean.ObjectIdSerializer
serializeId
serializeInternally(JsonWriter, T, JsonSerializationContext, JsonSerializerParameters, IdentitySerializationInfo<T>, TypeSerializationInfo<T>) - Method in class com.github.nmorel.gwtjackson.client.ser.bean.AbstractBeanJsonSerializer
serializeInternally
serializeInternally(JsonWriter, T, JsonSerializationContext, JsonSerializerParameters, IdentitySerializationInfo<T>, TypeSerializationInfo<T>) - Method in class com.github.nmorel.gwtjackson.client.ser.bean.SubtypeSerializer.BeanSubtypeSerializer
 
serializeInternally(JsonWriter, T, JsonSerializationContext, JsonSerializerParameters, IdentitySerializationInfo<T>, TypeSerializationInfo<T>) - Method in class com.github.nmorel.gwtjackson.client.ser.bean.SubtypeSerializer.DefaultSubtypeSerializer
 
serializeNulls - Variable in class com.github.nmorel.gwtjackson.client.JsonSerializationContext.Builder
 
serializeNulls(boolean) - Method in class com.github.nmorel.gwtjackson.client.JsonSerializationContext.Builder
Sets whether object members are serialized when their value is null.
serializeNullValue(JsonWriter, JsonSerializationContext, JsonSerializerParameters) - Method in class com.github.nmorel.gwtjackson.client.JsonSerializer
Serialize the null value.
serializeNullValue(JsonWriter, JsonSerializationContext, JsonSerializerParameters) - Method in class com.github.nmorel.gwtjackson.client.ser.VoidJsonSerializer
Serialize the null value.
serializeObject(JsonWriter, T, JsonSerializationContext, Set<String>, IdentitySerializationInfo, ObjectIdSerializer<?>, String, String) - Method in class com.github.nmorel.gwtjackson.client.ser.bean.AbstractBeanJsonSerializer
Serializes all the properties of the bean in a json object.
serializeObject(JsonWriter, T, JsonSerializationContext, Set<String>, IdentitySerializationInfo, ObjectIdSerializer<?>, String, String) - Method in class com.github.nmorel.gwtjackson.client.ser.bean.AbstractValueBeanJsonSerializer
Serializes all the properties of the bean in a json object.
serializePropertyName(JsonWriter, T, JsonSerializationContext) - Method in class com.github.nmorel.gwtjackson.client.ser.bean.AnyGetterPropertySerializer
Serializes the property name
serializePropertyName(JsonWriter, T, JsonSerializationContext) - Method in class com.github.nmorel.gwtjackson.client.ser.bean.BeanPropertySerializer
Serializes the property name
serializer(Class<? extends KeySerializer>) - Method in class com.github.nmorel.gwtjackson.client.AbstractConfiguration.KeyTypeConfiguration
 
serializer(Class) - Method in class com.github.nmorel.gwtjackson.client.AbstractConfiguration.PrimitiveTypeConfiguration
 
serializer(Class<? extends JsonSerializer>) - Method in class com.github.nmorel.gwtjackson.client.AbstractConfiguration.TypeConfiguration
 
serializer - Variable in class com.github.nmorel.gwtjackson.client.ser.CollectionJsonSerializer
 
serializer - Variable in class com.github.nmorel.gwtjackson.client.ser.IterableJsonSerializer
 
Serializer<T> - Class in com.github.nmorel.gwtjackson.client
Wrapper to access both key and json serializer for a type.
Serializer() - Constructor for class com.github.nmorel.gwtjackson.client.Serializer
 
serializers - Variable in class com.github.nmorel.gwtjackson.client.ser.bean.AbstractBeanJsonSerializer
 
serializeValues(JsonWriter, M, JsonSerializationContext, JsonSerializerParameters) - Method in class com.github.nmorel.gwtjackson.client.ser.map.MapJsonSerializer
serializeValues
setBackReference(String, Object, T[], JsonDeserializationContext) - Method in class com.github.nmorel.gwtjackson.client.deser.array.ArrayJsonDeserializer
Set the back reference.
setBackReference(String, Object, T[][], JsonDeserializationContext) - Method in class com.github.nmorel.gwtjackson.client.deser.array.dd.Array2dJsonDeserializer
Set the back reference.
setBackReference(String, Object, T, JsonDeserializationContext) - Method in class com.github.nmorel.gwtjackson.client.deser.bean.AbstractBeanJsonDeserializer
Set the back reference.
setBackReference(T, R, JsonDeserializationContext) - Method in interface com.github.nmorel.gwtjackson.client.deser.bean.BackReferenceProperty
setBackReference
setBackReference(String, Object, C, JsonDeserializationContext) - Method in class com.github.nmorel.gwtjackson.client.deser.collection.BaseCollectionJsonDeserializer
Set the back reference.
setBackReference(String, Object, I, JsonDeserializationContext) - Method in class com.github.nmorel.gwtjackson.client.deser.collection.BaseIterableJsonDeserializer
Set the back reference.
setBackReference(String, Object, M, JsonDeserializationContext) - Method in class com.github.nmorel.gwtjackson.client.deser.map.BaseMapJsonDeserializer
Set the back reference.
setBackReference(String, Object, T, JsonDeserializationContext) - Method in class com.github.nmorel.gwtjackson.client.JsonDeserializer
Set the back reference.
setIdentityInfo(IdentityDeserializationInfo) - Method in class com.github.nmorel.gwtjackson.client.JsonDeserializerParameters
Setter for the field identityInfo.
setIdentityInfo(IdentitySerializationInfo) - Method in class com.github.nmorel.gwtjackson.client.JsonSerializerParameters
Setter for the field identityInfo.
setIgnoreUnknown(boolean) - Method in class com.github.nmorel.gwtjackson.client.JsonDeserializerParameters
Setter for the field ignoreUnknown.
setInclude(JsonInclude.Include) - Method in class com.github.nmorel.gwtjackson.client.JsonSerializerParameters
Setter for the field include.
setIndent(String) - Method in class com.github.nmorel.gwtjackson.client.stream.impl.DefaultJsonWriter
Sets the indentation string to be repeated for each level of indentation in the encoded document.
setIndent(String) - Method in class com.github.nmorel.gwtjackson.client.stream.impl.FastJsonWriter
Sets the indentation string to be repeated for each level of indentation in the encoded document.
setIndent(String) - Method in interface com.github.nmorel.gwtjackson.client.stream.JsonWriter
Sets the indentation string to be repeated for each level of indentation in the encoded document.
SetJsonDeserializer<T> - Class in com.github.nmorel.gwtjackson.client.deser.collection
Default JsonDeserializer implementation for Set.
setLenient(boolean) - Method in class com.github.nmorel.gwtjackson.client.stream.impl.DefaultJsonReader
Configure this parser to be be liberal in what it accepts.
setLenient(boolean) - Method in class com.github.nmorel.gwtjackson.client.stream.impl.DefaultJsonWriter
Configure this writer to relax its syntax rules.
setLenient(boolean) - Method in class com.github.nmorel.gwtjackson.client.stream.impl.FastJsonWriter
Configure this writer to relax its syntax rules.
setLenient(boolean) - Method in class com.github.nmorel.gwtjackson.client.stream.impl.NonBufferedJsonReader
Configure this parser to be be liberal in what it accepts.
setLenient(boolean) - Method in interface com.github.nmorel.gwtjackson.client.stream.JsonReader
Configure this parser to be be liberal in what it accepts.
setLenient(boolean) - Method in interface com.github.nmorel.gwtjackson.client.stream.JsonWriter
Configure this writer to relax its syntax rules.
setLocale(String) - Method in class com.github.nmorel.gwtjackson.client.JsonDeserializerParameters
Setter for the field locale.
setLocale(String) - Method in class com.github.nmorel.gwtjackson.client.JsonSerializerParameters
Setter for the field locale.
setPattern(String) - Method in class com.github.nmorel.gwtjackson.client.JsonDeserializerParameters
Setter for the field pattern.
setPattern(String) - Method in class com.github.nmorel.gwtjackson.client.JsonSerializerParameters
Setter for the field pattern.
setSerializeNulls(boolean) - Method in class com.github.nmorel.gwtjackson.client.stream.impl.DefaultJsonWriter
Sets whether object members are serialized when their value is null.
setSerializeNulls(boolean) - Method in class com.github.nmorel.gwtjackson.client.stream.impl.FastJsonWriter
Sets whether object members are serialized when their value is null.
setSerializeNulls(boolean) - Method in interface com.github.nmorel.gwtjackson.client.stream.JsonWriter
Sets whether object members are serialized when their value is null.
setShape(JsonFormat.Shape) - Method in class com.github.nmorel.gwtjackson.client.JsonDeserializerParameters
Setter for the field shape.
setShape(JsonFormat.Shape) - Method in class com.github.nmorel.gwtjackson.client.JsonSerializerParameters
Setter for the field shape.
setterVisibility(JsonAutoDetect.Visibility) - Method in class com.github.nmorel.gwtjackson.client.AbstractConfiguration
Override the default behaviour of JsonAutoDetect.Visibility#DEFAULT for setters.
setTimezone(TimeZone) - Method in class com.github.nmorel.gwtjackson.client.JsonSerializerParameters
Setter for the field timezone.
setTypeInfo(TypeDeserializationInfo) - Method in class com.github.nmorel.gwtjackson.client.JsonDeserializerParameters
Setter for the field typeInfo.
setTypeInfo(TypeSerializationInfo) - Method in class com.github.nmorel.gwtjackson.client.JsonSerializerParameters
Setter for the field typeInfo.
setUnwrapped(boolean) - Method in class com.github.nmorel.gwtjackson.client.JsonSerializerParameters
Setter for the field unwrapped.
setValue(T, String, V, JsonDeserializationContext) - Method in class com.github.nmorel.gwtjackson.client.deser.bean.AnySetterDeserializer
setValue
setValue(T, V, JsonDeserializationContext) - Method in class com.github.nmorel.gwtjackson.client.deser.bean.BeanPropertyDeserializer
setValue
SimpleStringMap<V> - Class in com.github.nmorel.gwtjackson.client.deser.bean
SimpleStringMap class.
SimpleStringMap() - Constructor for class com.github.nmorel.gwtjackson.client.deser.bean.SimpleStringMap
Constructor for SimpleStringMap.
skipValue() - Method in class com.github.nmorel.gwtjackson.client.stream.impl.DefaultJsonReader
Skips the next value recursively.
skipValue() - Method in class com.github.nmorel.gwtjackson.client.stream.impl.NonBufferedJsonReader
Skips the next value recursively.
skipValue() - Method in interface com.github.nmorel.gwtjackson.client.stream.JsonReader
Skips the next value recursively.
SortedMapJsonDeserializer<K,V> - Class in com.github.nmorel.gwtjackson.client.deser.map
Default JsonDeserializer implementation for SortedMap.
SortedSetJsonDeserializer<T> - Class in com.github.nmorel.gwtjackson.client.deser.collection
Default JsonDeserializer implementation for SortedSet.
StackJsonDeserializer<T> - Class in com.github.nmorel.gwtjackson.client.deser.collection
Default JsonDeserializer implementation for Stack.
StringArrayJsonDeserializer - Class in com.github.nmorel.gwtjackson.client.deser.array.cast
Default JsonDeserializer implementation for array of String.
StringJsonDeserializer - Class in com.github.nmorel.gwtjackson.client.deser
Default JsonDeserializer implementation for String.
StringJsonSerializer - Class in com.github.nmorel.gwtjackson.client.ser
Default JsonSerializer implementation for String.
StringKeyDeserializer - Class in com.github.nmorel.gwtjackson.client.deser.map.key
Default KeyDeserializer implementation for String.
StringReader - Class in com.github.nmorel.gwtjackson.client.stream.impl
StringReader class.
StringReader(String) - Constructor for class com.github.nmorel.gwtjackson.client.stream.impl.StringReader
Constructor for StringReader.
SubtypeDeserializer<T,D extends JsonDeserializer<T>> - Class in com.github.nmorel.gwtjackson.client.deser.bean
Delegate the deserialization of a subtype to a corresponding AbstractBeanJsonDeserializer
SubtypeDeserializer() - Constructor for class com.github.nmorel.gwtjackson.client.deser.bean.SubtypeDeserializer
 
SubtypeDeserializer.BeanSubtypeDeserializer<T> - Class in com.github.nmorel.gwtjackson.client.deser.bean
Delegate the deserialization of a subtype to a corresponding AbstractBeanJsonDeserializer
SubtypeDeserializer.DefaultSubtypeDeserializer<T> - Class in com.github.nmorel.gwtjackson.client.deser.bean
Delegate the deserialization of a subtype to a corresponding JsonDeserializer
SubtypeSerializer<T,S extends JsonSerializer<T>> - Class in com.github.nmorel.gwtjackson.client.ser.bean
Delegate the serialization of a subtype to a corresponding JsonSerializer
SubtypeSerializer() - Constructor for class com.github.nmorel.gwtjackson.client.ser.bean.SubtypeSerializer
 
SubtypeSerializer.BeanSubtypeSerializer<T> - Class in com.github.nmorel.gwtjackson.client.ser.bean
Delegate the serialization of a subtype to a corresponding AbstractBeanJsonSerializer
SubtypeSerializer.DefaultSubtypeSerializer<T> - Class in com.github.nmorel.gwtjackson.client.ser.bean
Delegate the serialization of a subtype to a corresponding JsonSerializer

T

toBase64(byte[]) - Static method in class com.github.nmorel.gwtjackson.client.utils.Base64Utils
Converts a byte array into a base 64 encoded string.
toBase64(long) - Static method in class com.github.nmorel.gwtjackson.client.utils.Base64Utils
Return a string containing a base-64 encoded version of the given long value.
toString() - Method in class com.github.nmorel.gwtjackson.client.stream.impl.DefaultJsonReader
toString() - Method in class com.github.nmorel.gwtjackson.client.stream.impl.NonBufferedJsonReader
ToStringKeySerializer - Class in com.github.nmorel.gwtjackson.client.ser.map.key
KeySerializer implementation that uses Object.toString() method.
traceError(String) - Method in class com.github.nmorel.gwtjackson.client.JsonDeserializationContext
Trace an error with current reader state and returns a corresponding exception.
traceError(String, JsonReader) - Method in class com.github.nmorel.gwtjackson.client.JsonDeserializationContext
Trace an error with current reader state and returns a corresponding exception.
traceError(RuntimeException) - Method in class com.github.nmorel.gwtjackson.client.JsonDeserializationContext
Trace an error and returns a corresponding exception.
traceError(RuntimeException, JsonReader) - Method in class com.github.nmorel.gwtjackson.client.JsonDeserializationContext
Trace an error with current reader state and returns a corresponding exception.
traceError(Object, String) - Method in class com.github.nmorel.gwtjackson.client.JsonSerializationContext
Trace an error and returns a corresponding exception.
traceError(Object, String, JsonWriter) - Method in class com.github.nmorel.gwtjackson.client.JsonSerializationContext
Trace an error with current writer state and returns a corresponding exception.
traceError(Object, RuntimeException) - Method in class com.github.nmorel.gwtjackson.client.JsonSerializationContext
Trace an error and returns a corresponding exception.
traceError(Object, RuntimeException, JsonWriter) - Method in class com.github.nmorel.gwtjackson.client.JsonSerializationContext
Trace an error with current writer state and returns a corresponding exception.
TreeMapJsonDeserializer<K,V> - Class in com.github.nmorel.gwtjackson.client.deser.map
Default JsonDeserializer implementation for TreeMap.
TreeSetJsonDeserializer<T> - Class in com.github.nmorel.gwtjackson.client.deser.collection
Default JsonDeserializer implementation for TreeSet.
type(Class<T>) - Method in class com.github.nmorel.gwtjackson.client.AbstractConfiguration
type
type - Variable in class com.github.nmorel.gwtjackson.rebind.type.JMapperType.Builder
 
type(JType) - Method in class com.github.nmorel.gwtjackson.rebind.type.JMapperType.Builder
 
type - Variable in class com.github.nmorel.gwtjackson.rebind.type.JMapperType
 
TYPE_PARAMETER_DESERIALIZER_FIELD_NAME - Static variable in class com.github.nmorel.gwtjackson.rebind.AbstractCreator
Constant TYPE_PARAMETER_DESERIALIZER_FIELD_NAME="deserializer%d"
TYPE_PARAMETER_SERIALIZER_FIELD_NAME - Static variable in class com.github.nmorel.gwtjackson.rebind.AbstractCreator
Constant TYPE_PARAMETER_SERIALIZER_FIELD_NAME="serializer%d"
TypeDeserializationInfo<T> - Class in com.github.nmorel.gwtjackson.client.deser.bean
Contains type deserialization informations
TypeDeserializationInfo(JsonTypeInfo.As, String) - Constructor for class com.github.nmorel.gwtjackson.client.deser.bean.TypeDeserializationInfo
Constructor for TypeDeserializationInfo.
typeName(JType) - Static method in class com.github.nmorel.gwtjackson.rebind.writer.JTypeName
typeName
typeName(boolean, JType) - Static method in class com.github.nmorel.gwtjackson.rebind.writer.JTypeName
typeName
typeOracle - Variable in class com.github.nmorel.gwtjackson.rebind.AbstractCreator
 
TypeSerializationInfo<T> - Class in com.github.nmorel.gwtjackson.client.ser.bean
Contains type serialization informations
TypeSerializationInfo(JsonTypeInfo.As, String) - Constructor for class com.github.nmorel.gwtjackson.client.ser.bean.TypeSerializationInfo
Constructor for TypeSerializationInfo.
typeVariableName(JTypeParameter) - Static method in class com.github.nmorel.gwtjackson.rebind.writer.JTypeName
typeVariableName

U

unescapeName(String) - Method in class com.github.nmorel.gwtjackson.client.stream.impl.DefaultJsonWriter
Encodes the property name without escaping it.
unescapeName(String) - Method in class com.github.nmorel.gwtjackson.client.stream.impl.FastJsonWriter
Encodes the property name without escaping it.
unescapeName(String) - Method in interface com.github.nmorel.gwtjackson.client.stream.JsonWriter
Encodes the property name without escaping it.
unescapeValue(String) - Method in class com.github.nmorel.gwtjackson.client.stream.impl.DefaultJsonWriter
Encodes value without escaping it.
unescapeValue(String) - Method in class com.github.nmorel.gwtjackson.client.stream.impl.FastJsonWriter
Encodes value without escaping it.
unescapeValue(String) - Method in interface com.github.nmorel.gwtjackson.client.stream.JsonWriter
Encodes value without escaping it.
UnsupportedTypeException - Exception in com.github.nmorel.gwtjackson.rebind.exception
UnsupportedTypeException class.
UnsupportedTypeException(String) - Constructor for exception com.github.nmorel.gwtjackson.rebind.exception.UnsupportedTypeException
Constructor for UnsupportedTypeException.
unwrapRootValue - Variable in class com.github.nmorel.gwtjackson.client.JsonDeserializationContext.Builder
 
unwrapRootValue(boolean) - Method in class com.github.nmorel.gwtjackson.client.JsonDeserializationContext.Builder
Feature to allow "unwrapping" root-level JSON value, to match setting of JsonSerializationContext.Builder.wrapRootValue(boolean) used for serialization.
useBrowserTimezone - Variable in class com.github.nmorel.gwtjackson.client.JsonDeserializationContext.Builder
 
useBrowserTimezone(boolean) - Method in class com.github.nmorel.gwtjackson.client.JsonDeserializationContext.Builder
Feature that specifies whether dates that doesn't contain timezone information are interpreted using the browser timezone or being relative to UTC (the default).
useEqualityForObjectId - Variable in class com.github.nmorel.gwtjackson.client.JsonSerializationContext.Builder
 
useEqualityForObjectId(boolean) - Method in class com.github.nmorel.gwtjackson.client.JsonSerializationContext.Builder
Determines whether Object Identity is compared using true JVM-level identity of Object (false); or, equals() method.
useSafeEval - Variable in class com.github.nmorel.gwtjackson.client.JsonDeserializationContext.Builder
 
useSafeEval(boolean) - Method in class com.github.nmorel.gwtjackson.client.JsonDeserializationContext.Builder
Feature that determines whether gwt-jackson should use JsonUtils.safeEval(String) or JsonUtils.unsafeEval(String) to deserialize JavaScriptObject

JsonUtils.safeEval(String) is used by default.
UTC_TIMEZONE - Static variable in class com.github.nmorel.gwtjackson.client.utils.DateFormat
UTC TimeZone
UUIDJsonDeserializer - Class in com.github.nmorel.gwtjackson.client.deser
Default JsonDeserializer implementation for UUID.
UUIDJsonSerializer - Class in com.github.nmorel.gwtjackson.client.ser
Default JsonSerializer implementation for UUID.
UUIDKeyDeserializer - Class in com.github.nmorel.gwtjackson.client.deser.map.key
Default KeyDeserializer implementation for UUID.
UUIDKeySerializer - Class in com.github.nmorel.gwtjackson.client.ser.map.key
Default KeySerializer implementation for UUID.

V

value(String) - Method in class com.github.nmorel.gwtjackson.client.stream.impl.DefaultJsonWriter
Encodes value.
value(boolean) - Method in class com.github.nmorel.gwtjackson.client.stream.impl.DefaultJsonWriter
Encodes value.
value(double) - Method in class com.github.nmorel.gwtjackson.client.stream.impl.DefaultJsonWriter
Encodes value.
value(long) - Method in class com.github.nmorel.gwtjackson.client.stream.impl.DefaultJsonWriter
Encodes value.
value(Number) - Method in class com.github.nmorel.gwtjackson.client.stream.impl.DefaultJsonWriter
Encodes value.
value(JavaScriptObject) - Method in class com.github.nmorel.gwtjackson.client.stream.impl.DefaultJsonWriter
Encodes value.
value(String) - Method in class com.github.nmorel.gwtjackson.client.stream.impl.FastJsonWriter
Encodes value.
value(boolean) - Method in class com.github.nmorel.gwtjackson.client.stream.impl.FastJsonWriter
Encodes value.
value(double) - Method in class com.github.nmorel.gwtjackson.client.stream.impl.FastJsonWriter
Encodes value.
value(long) - Method in class com.github.nmorel.gwtjackson.client.stream.impl.FastJsonWriter
Encodes value.
value(Number) - Method in class com.github.nmorel.gwtjackson.client.stream.impl.FastJsonWriter
Encodes value.
value(JavaScriptObject) - Method in class com.github.nmorel.gwtjackson.client.stream.impl.FastJsonWriter
Encodes value.
value(String) - Method in interface com.github.nmorel.gwtjackson.client.stream.JsonWriter
Encodes value.
value(boolean) - Method in interface com.github.nmorel.gwtjackson.client.stream.JsonWriter
Encodes value.
value(double) - Method in interface com.github.nmorel.gwtjackson.client.stream.JsonWriter
Encodes value.
value(long) - Method in interface com.github.nmorel.gwtjackson.client.stream.JsonWriter
Encodes value.
value(Number) - Method in interface com.github.nmorel.gwtjackson.client.stream.JsonWriter
Encodes value.
value(JavaScriptObject) - Method in interface com.github.nmorel.gwtjackson.client.stream.JsonWriter
Encodes value.
valueDeserializer - Variable in class com.github.nmorel.gwtjackson.client.deser.map.BaseMapJsonDeserializer
JsonDeserializer used to deserialize the values.
valueOf(String) - Static method in enum com.github.nmorel.gwtjackson.client.stream.JsonToken
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.nmorel.gwtjackson.rebind.RebindConfiguration.MapperType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.github.nmorel.gwtjackson.client.stream.JsonToken
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.nmorel.gwtjackson.rebind.RebindConfiguration.MapperType
Returns an array containing the constants of this enum type, in the order they are declared.
valueSerializer - Variable in class com.github.nmorel.gwtjackson.client.ser.map.MapJsonSerializer
 
VectorJsonDeserializer<T> - Class in com.github.nmorel.gwtjackson.client.deser.collection
Default JsonDeserializer implementation for Vector.
VoidJsonDeserializer - Class in com.github.nmorel.gwtjackson.client.deser
Default JsonDeserializer implementation for Void.
VoidJsonSerializer - Class in com.github.nmorel.gwtjackson.client.ser
Default JsonSerializer implementation for Void.

W

whitelist(String) - Method in class com.github.nmorel.gwtjackson.client.AbstractConfiguration
Method to add a regex into whitelist.
wrapExceptions - Variable in class com.github.nmorel.gwtjackson.client.JsonDeserializationContext.Builder
 
wrapExceptions(boolean) - Method in class com.github.nmorel.gwtjackson.client.JsonDeserializationContext.Builder
Feature that determines whether gwt-jackson code should catch and wrap RuntimeExceptions (but never Errors!) to add additional information about location (within input) of problem or not.
wrapExceptions - Variable in class com.github.nmorel.gwtjackson.client.JsonSerializationContext.Builder
 
wrapExceptions(boolean) - Method in class com.github.nmorel.gwtjackson.client.JsonSerializationContext.Builder
Feature that determines whether gwt-jackson code should catch and wrap RuntimeExceptions (but never Errors!) to add additional information about location (within input) of problem or not.
wrapRootValue - Variable in class com.github.nmorel.gwtjackson.client.JsonSerializationContext.Builder
 
wrapRootValue(boolean) - Method in class com.github.nmorel.gwtjackson.client.JsonSerializationContext.Builder
Feature that can be enabled to make root value (usually JSON Object but can be any type) wrapped within a single property JSON object, where key as the "root name", as determined by annotation introspector or fallback (non-qualified class name).
write(T) - Method in class com.github.nmorel.gwtjackson.client.AbstractObjectMapper
Writes an object to JSON.
write(T, JsonSerializationContext) - Method in class com.github.nmorel.gwtjackson.client.AbstractObjectMapper
Writes an object to JSON.
write(T) - Method in interface com.github.nmorel.gwtjackson.client.ObjectWriter
Writes an object to JSON.
write(T, JsonSerializationContext) - Method in interface com.github.nmorel.gwtjackson.client.ObjectWriter
Writes an object to JSON.
write(String, TypeSpec, PrintWriter) - Method in class com.github.nmorel.gwtjackson.rebind.AbstractCreator
Writes the given type to the PrintWriter.
writeCharArraysAsJsonArrays - Variable in class com.github.nmorel.gwtjackson.client.JsonSerializationContext.Builder
 
writeCharArraysAsJsonArrays(boolean) - Method in class com.github.nmorel.gwtjackson.client.JsonSerializationContext.Builder
Feature that determines how type char[] is serialized: when enabled, will be serialized as an explict JSON array (with single-character Strings as values); when disabled, defaults to serializing them as Strings (which is more compact).
writeDateKeysAsTimestamps - Variable in class com.github.nmorel.gwtjackson.client.JsonSerializationContext.Builder
 
writeDateKeysAsTimestamps(boolean) - Method in class com.github.nmorel.gwtjackson.client.JsonSerializationContext.Builder
Feature that determines whether Dates and Timestamps used as Map keys are serialized as timestamps or as textual values.
writeDatesAsTimestamps - Variable in class com.github.nmorel.gwtjackson.client.JsonSerializationContext.Builder
 
writeDatesAsTimestamps(boolean) - Method in class com.github.nmorel.gwtjackson.client.JsonSerializationContext.Builder
Determines whether Date and Timestamp values are to be serialized as numeric timestamps (true; the default), or as textual representation.
writeEmptyJsonArrays - Variable in class com.github.nmorel.gwtjackson.client.JsonSerializationContext.Builder
 
writeEmptyJsonArrays(boolean) - Method in class com.github.nmorel.gwtjackson.client.JsonSerializationContext.Builder
Feature that determines whether Container properties (POJO properties with declared value of Collection or array; i.e.
writeNullMapValues - Variable in class com.github.nmorel.gwtjackson.client.JsonSerializationContext.Builder
 
writeNullMapValues(boolean) - Method in class com.github.nmorel.gwtjackson.client.JsonSerializationContext.Builder
Feature that determines whether Map entries with null values are to be serialized (true) or not (false).
writeSingleElemArraysUnwrapped - Variable in class com.github.nmorel.gwtjackson.client.JsonSerializationContext.Builder
 
writeSingleElemArraysUnwrapped(boolean) - Method in class com.github.nmorel.gwtjackson.client.JsonSerializationContext.Builder
Feature added for interoperability, to work with oddities of so-called "BadgerFish" convention.
A B C D E F G H I J K L M N O P Q R S T U V W 
Skip navigation links

Copyright © 2017. All Rights Reserved.