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

A

ABSTRACT_BEAN_JSON_DESERIALIZER_CLASS - Static variable in class com.github.nmorel.gwtjackson.rebind.AbstractCreator
 
ABSTRACT_BEAN_JSON_SERIALIZER_CLASS - Static variable in class com.github.nmorel.gwtjackson.rebind.AbstractCreator
 
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
 
AbstractBeanJsonCreator(TreeLogger, GeneratorContext, JacksonTypeOracle) - Constructor for class com.github.nmorel.gwtjackson.rebind.AbstractBeanJsonCreator
 
AbstractBeanJsonCreator.TypeParameters - Class in com.github.nmorel.gwtjackson.rebind
 
AbstractBeanJsonCreator.TypeParameters(List<String>, String, String) - Constructor for class com.github.nmorel.gwtjackson.rebind.AbstractBeanJsonCreator.TypeParameters
 
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
 
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
 
AbstractCollectionJsonDeserializer<T> - Class in com.github.nmorel.gwtjackson.client.deser.collection
Default JsonDeserializer implementation for AbstractCollection.
AbstractCreator - Class in com.github.nmorel.gwtjackson.rebind
 
AbstractCreator(TreeLogger, GeneratorContext) - Constructor for class com.github.nmorel.gwtjackson.rebind.AbstractCreator
 
AbstractCreator(TreeLogger, GeneratorContext, JacksonTypeOracle) - Constructor for class com.github.nmorel.gwtjackson.rebind.AbstractCreator
 
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.
AbstractObjectMapper<T> - Class in com.github.nmorel.gwtjackson.client
Base implementation of ObjectMapper.
AbstractObjectMapper(String) - Constructor for class com.github.nmorel.gwtjackson.client.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
 
AbstractObjectWriter<T> - Class in com.github.nmorel.gwtjackson.client
Base implementation of ObjectWriter.
AbstractObjectWriter(String) - Constructor for class com.github.nmorel.gwtjackson.client.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.
AbstractSetJsonDeserializer<T> - Class in com.github.nmorel.gwtjackson.client.deser.collection
Default JsonDeserializer implementation for Set.
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.
addBeanJsonMapperInfo(JClassType, BeanJsonMapperInfo) - Method in class com.github.nmorel.gwtjackson.rebind.JacksonTypeOracle
 
addGenerator(ObjectIdGenerator<?>) - Method in class com.github.nmorel.gwtjackson.client.JsonSerializationContext
Used by generated AbstractBeanJsonSerializer
addGetter(JMethod) - Method in class com.github.nmorel.gwtjackson.rebind.FieldAccessors
 
addIgnoredProperty(String) - Method in class com.github.nmorel.gwtjackson.client.deser.bean.AbstractBeanJsonDeserializer
Add an ignored property
addObjectId(ObjectIdGenerator.IdKey, Object) - Method in class com.github.nmorel.gwtjackson.client.JsonDeserializationContext
 
addObjectId(Object, ObjectIdSerializer<?>) - Method in class com.github.nmorel.gwtjackson.client.JsonSerializationContext
 
addProperty(String, boolean, BeanPropertyDeserializer<T, ?>) - Method in class com.github.nmorel.gwtjackson.client.deser.bean.AbstractBeanJsonDeserializer
addProperty(String, BackReferenceProperty<T, ?>) - Method in class com.github.nmorel.gwtjackson.client.deser.bean.AbstractBeanJsonDeserializer
addPropertySerializer(String, BeanPropertySerializer<T, ?>) - Method in class com.github.nmorel.gwtjackson.client.ser.bean.AbstractBeanJsonSerializer
addSetter(JMethod) - Method in class com.github.nmorel.gwtjackson.rebind.FieldAccessors
 
addSubtypeDeserializer(SubtypeDeserializer<S>, Class<S>, String) - Method in class com.github.nmorel.gwtjackson.client.deser.bean.SuperclassDeserializationInfo
 
addSubtypeSerializer(SubtypeSerializer<S>, Class<S>, String) - Method in class com.github.nmorel.gwtjackson.client.ser.bean.SuperclassSerializationInfo
 
ARRAY_CREATOR_CLASS - Static variable in class com.github.nmorel.gwtjackson.rebind.AbstractCreator
 
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
 
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
 
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
 
Base64 - Class in com.github.nmorel.gwtjackson.client.utils
Custom Base64 encode/decode implementation suitable for use in GWT applications (uses only translatable classes).
Base64() - Constructor for class com.github.nmorel.gwtjackson.client.utils.Base64
 
BASE_TYPES - Static variable in class com.github.nmorel.gwtjackson.rebind.AbstractCreator
 
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
 
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
BaseDateKeySerializer<D extends Date> - Class in com.github.nmorel.gwtjackson.client.ser.map.key
Base implementation of KeySerializer for dates.
BaseDateKeySerializer() - Constructor for class com.github.nmorel.gwtjackson.client.ser.map.key.BaseDateKeySerializer
 
BaseDateKeySerializer.DateKeySerializer - Class in com.github.nmorel.gwtjackson.client.ser.map.key
Default implementation of BaseDateKeySerializer for Date
BaseDateKeySerializer.SqlDateKeySerializer - Class in com.github.nmorel.gwtjackson.client.ser.map.key
Default implementation of BaseDateKeySerializer for Date
BaseDateKeySerializer.SqlTimeKeySerializer - Class in com.github.nmorel.gwtjackson.client.ser.map.key
Default implementation of BaseDateKeySerializer for Time
BaseDateKeySerializer.SqlTimestampKeySerializer - Class in com.github.nmorel.gwtjackson.client.ser.map.key
Default implementation of BaseDateKeySerializer 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
 
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
 
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
 
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.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.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
BaseNumberKeySerializer<N extends Number> - Class in com.github.nmorel.gwtjackson.client.ser.map.key
Base implementation of KeySerializer for Numbers.
BaseNumberKeySerializer() - Constructor for class com.github.nmorel.gwtjackson.client.ser.map.key.BaseNumberKeySerializer
 
BaseNumberKeySerializer.BigDecimalKeySerializer - Class in com.github.nmorel.gwtjackson.client.ser.map.key
Default implementation of BaseNumberKeySerializer for BigDecimal
BaseNumberKeySerializer.BigIntegerKeySerializer - Class in com.github.nmorel.gwtjackson.client.ser.map.key
Default implementation of BaseNumberKeySerializer for BigInteger
BaseNumberKeySerializer.ByteKeySerializer - Class in com.github.nmorel.gwtjackson.client.ser.map.key
Default implementation of BaseNumberKeySerializer for Byte
BaseNumberKeySerializer.DoubleKeySerializer - Class in com.github.nmorel.gwtjackson.client.ser.map.key
Default implementation of BaseNumberKeySerializer for Double
BaseNumberKeySerializer.FloatKeySerializer - Class in com.github.nmorel.gwtjackson.client.ser.map.key
Default implementation of BaseNumberKeySerializer for Float
BaseNumberKeySerializer.IntegerKeySerializer - Class in com.github.nmorel.gwtjackson.client.ser.map.key
Default implementation of BaseNumberKeySerializer for Integer
BaseNumberKeySerializer.LongKeySerializer - Class in com.github.nmorel.gwtjackson.client.ser.map.key
Default implementation of BaseNumberKeySerializer for Long
BaseNumberKeySerializer.ShortKeySerializer - Class in com.github.nmorel.gwtjackson.client.ser.map.key
Default implementation of BaseNumberKeySerializer 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
 
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
 
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
 
BeanIdentityInfo - Class in com.github.nmorel.gwtjackson.rebind
 
BeanInfo - Class in com.github.nmorel.gwtjackson.rebind
 
BeanJsonDeserializerCreator - Class in com.github.nmorel.gwtjackson.rebind
 
BeanJsonDeserializerCreator(TreeLogger, GeneratorContext, JacksonTypeOracle) - Constructor for class com.github.nmorel.gwtjackson.rebind.BeanJsonDeserializerCreator
 
BeanJsonMapperInfo - Class in com.github.nmorel.gwtjackson.rebind
 
BeanJsonMapperInfo(JClassType, String, String, String, String) - Constructor for class com.github.nmorel.gwtjackson.rebind.BeanJsonMapperInfo
 
BeanJsonSerializerCreator - Class in com.github.nmorel.gwtjackson.rebind
 
BeanJsonSerializerCreator(TreeLogger, GeneratorContext, JacksonTypeOracle) - Constructor for class com.github.nmorel.gwtjackson.rebind.BeanJsonSerializerCreator
 
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() - Constructor for class com.github.nmorel.gwtjackson.client.ser.bean.BeanPropertySerializer
 
BeanTypeInfo - Class in com.github.nmorel.gwtjackson.rebind
 
beginArray() - Method in class 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 class com.github.nmorel.gwtjackson.client.stream.JsonWriter
Begins encoding a new array.
beginObject() - Method in class 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 class 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
 

C

cancelName() - Method in class com.github.nmorel.gwtjackson.client.stream.JsonWriter
 
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.
CharacterKeySerializer - Class in com.github.nmorel.gwtjackson.client.ser.map.key
Default KeySerializer implementation for Character.
close() - Method in class com.github.nmorel.gwtjackson.client.stream.JsonReader
Closes this JSON reader and the underlying Reader.
close() - Method in class 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.
com.github.nmorel.gwtjackson.client - package com.github.nmorel.gwtjackson.client
 
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.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.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.utils - package com.github.nmorel.gwtjackson.client.utils
 
com.github.nmorel.gwtjackson.rebind - package com.github.nmorel.gwtjackson.rebind
 
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(JClassType) - Method in class com.github.nmorel.gwtjackson.rebind.AbstractBeanJsonCreator
Creates an implementation of AbstractBeanJsonSerializer for the type given in parameter
create(String) - Method in class com.github.nmorel.gwtjackson.rebind.ObjectMapperCreator
Creates the implementation of the interface denoted by typeName and extending ObjectMapper
CreatorUtils - Class in com.github.nmorel.gwtjackson.rebind
 

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
 
decode(String) - Static method in class com.github.nmorel.gwtjackson.client.utils.Base64
 
deserialize(JsonReader, T, JsonDeserializationContext) - Method in class com.github.nmorel.gwtjackson.client.deser.bean.BeanPropertyDeserializer
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.
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(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
 
deserializeIntoList(JsonReader, JsonDeserializationContext, JsonDeserializer<C>) - Method in class com.github.nmorel.gwtjackson.client.deser.array.AbstractArrayJsonDeserializer
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(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
 
deserializeNumber(long) - Method in class com.github.nmorel.gwtjackson.client.deser.BaseDateJsonDeserializer.DateJsonDeserializer
 
deserializeNumber(long) - Method in class com.github.nmorel.gwtjackson.client.deser.BaseDateJsonDeserializer
 
deserializeNumber(long) - Method in class com.github.nmorel.gwtjackson.client.deser.BaseDateJsonDeserializer.SqlDateJsonDeserializer
 
deserializeNumber(long) - Method in class com.github.nmorel.gwtjackson.client.deser.BaseDateJsonDeserializer.SqlTimeJsonDeserializer
 
deserializeNumber(long) - Method in class com.github.nmorel.gwtjackson.client.deser.BaseDateJsonDeserializer.SqlTimestampJsonDeserializer
 
deserializeObject(JsonReader, JsonDeserializationContext) - Method in class com.github.nmorel.gwtjackson.client.deser.bean.AbstractBeanJsonDeserializer
Deserializes all the properties of the bean.
deserializeObject(JsonReader, JsonDeserializationContext) - Method in class com.github.nmorel.gwtjackson.client.deser.bean.SubtypeDeserializer
 
deserializer - Variable in class com.github.nmorel.gwtjackson.client.deser.collection.BaseIterableJsonDeserializer
 
deserializeString(String) - Method in class com.github.nmorel.gwtjackson.client.deser.BaseDateJsonDeserializer.DateJsonDeserializer
 
deserializeString(String) - Method in class com.github.nmorel.gwtjackson.client.deser.BaseDateJsonDeserializer
 
deserializeString(String) - Method in class com.github.nmorel.gwtjackson.client.deser.BaseDateJsonDeserializer.SqlDateJsonDeserializer
 
deserializeString(String) - Method in class com.github.nmorel.gwtjackson.client.deser.BaseDateJsonDeserializer.SqlTimeJsonDeserializer
 
deserializeString(String) - Method in class com.github.nmorel.gwtjackson.client.deser.BaseDateJsonDeserializer.SqlTimestampJsonDeserializer
 
deserializeSubtype(JsonReader, JsonDeserializationContext, String) - Method in class com.github.nmorel.gwtjackson.client.deser.bean.AbstractBeanJsonDeserializer
 
doDeserialize(JsonReader, JsonDeserializationContext) - Method in class com.github.nmorel.gwtjackson.client.deser.array.AbstractArrayJsonDeserializer
 
doDeserialize(JsonReader, JsonDeserializationContext) - Method in class com.github.nmorel.gwtjackson.client.deser.BaseDateJsonDeserializer
 
doDeserialize(JsonReader, JsonDeserializationContext) - Method in class com.github.nmorel.gwtjackson.client.deser.BaseNumberJsonDeserializer.BigDecimalJsonDeserializer
 
doDeserialize(JsonReader, JsonDeserializationContext) - Method in class com.github.nmorel.gwtjackson.client.deser.BaseNumberJsonDeserializer.BigIntegerJsonDeserializer
 
doDeserialize(JsonReader, JsonDeserializationContext) - Method in class com.github.nmorel.gwtjackson.client.deser.BaseNumberJsonDeserializer.ByteJsonDeserializer
 
doDeserialize(JsonReader, JsonDeserializationContext) - Method in class com.github.nmorel.gwtjackson.client.deser.BaseNumberJsonDeserializer.DoubleJsonDeserializer
 
doDeserialize(JsonReader, JsonDeserializationContext) - Method in class com.github.nmorel.gwtjackson.client.deser.BaseNumberJsonDeserializer.FloatJsonDeserializer
 
doDeserialize(JsonReader, JsonDeserializationContext) - Method in class com.github.nmorel.gwtjackson.client.deser.BaseNumberJsonDeserializer.IntegerJsonDeserializer
 
doDeserialize(JsonReader, JsonDeserializationContext) - Method in class com.github.nmorel.gwtjackson.client.deser.BaseNumberJsonDeserializer.LongJsonDeserializer
 
doDeserialize(JsonReader, JsonDeserializationContext) - Method in class com.github.nmorel.gwtjackson.client.deser.BaseNumberJsonDeserializer.ShortJsonDeserializer
 
doDeserialize(JsonReader, JsonDeserializationContext) - Method in class com.github.nmorel.gwtjackson.client.deser.bean.AbstractBeanJsonDeserializer
 
doDeserialize(JsonReader, JsonDeserializationContext) - Method in class com.github.nmorel.gwtjackson.client.deser.BooleanJsonDeserializer
 
doDeserialize(JsonReader, JsonDeserializationContext) - Method in class com.github.nmorel.gwtjackson.client.deser.CharacterJsonDeserializer
 
doDeserialize(JsonReader, JsonDeserializationContext) - Method in class com.github.nmorel.gwtjackson.client.deser.collection.BaseCollectionJsonDeserializer
 
doDeserialize(JsonReader, JsonDeserializationContext) - Method in class com.github.nmorel.gwtjackson.client.deser.collection.IterableJsonDeserializer
 
doDeserialize(JsonReader, JsonDeserializationContext) - Method in class com.github.nmorel.gwtjackson.client.deser.EnumJsonDeserializer
 
doDeserialize(JsonReader, JsonDeserializationContext) - Method in class com.github.nmorel.gwtjackson.client.deser.map.BaseMapJsonDeserializer
 
doDeserialize(String, JsonDeserializationContext) - Method in class com.github.nmorel.gwtjackson.client.deser.map.key.BaseDateKeyDeserializer
 
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
 
doDeserialize(String, JsonDeserializationContext) - Method in class com.github.nmorel.gwtjackson.client.deser.map.key.CharacterKeyDeserializer
 
doDeserialize(String, JsonDeserializationContext) - Method in class com.github.nmorel.gwtjackson.client.deser.map.key.EnumKeyDeserializer
 
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
 
doDeserialize(String, JsonDeserializationContext) - Method in class com.github.nmorel.gwtjackson.client.deser.map.key.UUIDKeyDeserializer
 
doDeserialize(JsonReader, JsonDeserializationContext) - Method in class com.github.nmorel.gwtjackson.client.deser.StringJsonDeserializer
 
doDeserialize(JsonReader, JsonDeserializationContext) - Method in class com.github.nmorel.gwtjackson.client.deser.UUIDJsonDeserializer
 
doDeserialize(JsonReader, JsonDeserializationContext) - Method in class com.github.nmorel.gwtjackson.client.deser.VoidJsonDeserializer
 
doDeserialize(JsonReader, JsonDeserializationContext) - Method in class com.github.nmorel.gwtjackson.client.JsonDeserializer
Deserializes a non-null JSON input into an object.
doDeserializeArray(JsonReader, JsonDeserializationContext) - Method in class com.github.nmorel.gwtjackson.client.deser.array.AbstractArrayJsonDeserializer
 
doDeserializeArray(JsonReader, JsonDeserializationContext) - Method in class com.github.nmorel.gwtjackson.client.deser.array.ArrayJsonDeserializer
 
doDeserializeArray(JsonReader, JsonDeserializationContext) - Method in class com.github.nmorel.gwtjackson.client.deser.array.cast.PrimitiveDoubleArrayJsonDeserializer
 
doDeserializeArray(JsonReader, JsonDeserializationContext) - Method in class com.github.nmorel.gwtjackson.client.deser.array.cast.PrimitiveIntegerArrayJsonDeserializer
 
doDeserializeArray(JsonReader, JsonDeserializationContext) - Method in class com.github.nmorel.gwtjackson.client.deser.array.cast.PrimitiveShortArrayJsonDeserializer
 
doDeserializeArray(JsonReader, JsonDeserializationContext) - Method in class com.github.nmorel.gwtjackson.client.deser.array.cast.StringArrayJsonDeserializer
 
doDeserializeArray(JsonReader, JsonDeserializationContext) - Method in class com.github.nmorel.gwtjackson.client.deser.array.PrimitiveBooleanArrayJsonDeserializer
 
doDeserializeArray(JsonReader, JsonDeserializationContext) - Method in class com.github.nmorel.gwtjackson.client.deser.array.PrimitiveByteArrayJsonDeserializer
 
doDeserializeArray(JsonReader, JsonDeserializationContext) - Method in class com.github.nmorel.gwtjackson.client.deser.array.PrimitiveCharacterArrayJsonDeserializer
 
doDeserializeArray(JsonReader, JsonDeserializationContext) - Method in class com.github.nmorel.gwtjackson.client.deser.array.PrimitiveDoubleArrayJsonDeserializer
 
doDeserializeArray(JsonReader, JsonDeserializationContext) - Method in class com.github.nmorel.gwtjackson.client.deser.array.PrimitiveFloatArrayJsonDeserializer
 
doDeserializeArray(JsonReader, JsonDeserializationContext) - Method in class com.github.nmorel.gwtjackson.client.deser.array.PrimitiveIntegerArrayJsonDeserializer
 
doDeserializeArray(JsonReader, JsonDeserializationContext) - Method in class com.github.nmorel.gwtjackson.client.deser.array.PrimitiveLongArrayJsonDeserializer
 
doDeserializeArray(JsonReader, JsonDeserializationContext) - Method in class com.github.nmorel.gwtjackson.client.deser.array.PrimitiveShortArrayJsonDeserializer
 
doDeserializeNonArray(JsonReader, JsonDeserializationContext) - Method in class com.github.nmorel.gwtjackson.client.deser.array.AbstractArrayJsonDeserializer
 
doDeserializeNonArray(JsonReader, JsonDeserializationContext) - Method in class com.github.nmorel.gwtjackson.client.deser.array.PrimitiveByteArrayJsonDeserializer
 
doDeserializeNonArray(JsonReader, JsonDeserializationContext) - Method in class com.github.nmorel.gwtjackson.client.deser.array.PrimitiveCharacterArrayJsonDeserializer
 
doDeserializeSingleArray(JsonReader, JsonDeserializationContext) - Method in class com.github.nmorel.gwtjackson.client.deser.array.AbstractArrayJsonDeserializer
 
doDeserializeSingleArray(JsonReader, JsonDeserializationContext) - Method in class com.github.nmorel.gwtjackson.client.deser.array.ArrayJsonDeserializer
 
doDeserializeSingleArray(JsonReader, JsonDeserializationContext) - Method in class com.github.nmorel.gwtjackson.client.deser.array.cast.PrimitiveDoubleArrayJsonDeserializer
 
doDeserializeSingleArray(JsonReader, JsonDeserializationContext) - Method in class com.github.nmorel.gwtjackson.client.deser.array.cast.PrimitiveIntegerArrayJsonDeserializer
 
doDeserializeSingleArray(JsonReader, JsonDeserializationContext) - Method in class com.github.nmorel.gwtjackson.client.deser.array.cast.PrimitiveShortArrayJsonDeserializer
 
doDeserializeSingleArray(JsonReader, JsonDeserializationContext) - Method in class com.github.nmorel.gwtjackson.client.deser.array.cast.StringArrayJsonDeserializer
 
doDeserializeSingleArray(JsonReader, JsonDeserializationContext) - Method in class com.github.nmorel.gwtjackson.client.deser.array.PrimitiveBooleanArrayJsonDeserializer
 
doDeserializeSingleArray(JsonReader, JsonDeserializationContext) - Method in class com.github.nmorel.gwtjackson.client.deser.array.PrimitiveByteArrayJsonDeserializer
 
doDeserializeSingleArray(JsonReader, JsonDeserializationContext) - Method in class com.github.nmorel.gwtjackson.client.deser.array.PrimitiveCharacterArrayJsonDeserializer
 
doDeserializeSingleArray(JsonReader, JsonDeserializationContext) - Method in class com.github.nmorel.gwtjackson.client.deser.array.PrimitiveDoubleArrayJsonDeserializer
 
doDeserializeSingleArray(JsonReader, JsonDeserializationContext) - Method in class com.github.nmorel.gwtjackson.client.deser.array.PrimitiveFloatArrayJsonDeserializer
 
doDeserializeSingleArray(JsonReader, JsonDeserializationContext) - Method in class com.github.nmorel.gwtjackson.client.deser.array.PrimitiveIntegerArrayJsonDeserializer
 
doDeserializeSingleArray(JsonReader, JsonDeserializationContext) - Method in class com.github.nmorel.gwtjackson.client.deser.array.PrimitiveLongArrayJsonDeserializer
 
doDeserializeSingleArray(JsonReader, JsonDeserializationContext) - Method in class com.github.nmorel.gwtjackson.client.deser.array.PrimitiveShortArrayJsonDeserializer
 
doSerialize(JsonWriter, T, JsonSerializationContext) - Method in class com.github.nmorel.gwtjackson.client.JsonSerializer
Serializes a non-null object into JSON output.
doSerialize(JsonWriter, T[], JsonSerializationContext) - Method in class com.github.nmorel.gwtjackson.client.ser.array.ArrayJsonSerializer
 
doSerialize(JsonWriter, boolean[], JsonSerializationContext) - Method in class com.github.nmorel.gwtjackson.client.ser.array.PrimitiveBooleanArrayJsonSerializer
 
doSerialize(JsonWriter, byte[], JsonSerializationContext) - Method in class com.github.nmorel.gwtjackson.client.ser.array.PrimitiveByteArrayJsonSerializer
 
doSerialize(JsonWriter, char[], JsonSerializationContext) - Method in class com.github.nmorel.gwtjackson.client.ser.array.PrimitiveCharacterArrayJsonSerializer
 
doSerialize(JsonWriter, double[], JsonSerializationContext) - Method in class com.github.nmorel.gwtjackson.client.ser.array.PrimitiveDoubleArrayJsonSerializer
 
doSerialize(JsonWriter, float[], JsonSerializationContext) - Method in class com.github.nmorel.gwtjackson.client.ser.array.PrimitiveFloatArrayJsonSerializer
 
doSerialize(JsonWriter, int[], JsonSerializationContext) - Method in class com.github.nmorel.gwtjackson.client.ser.array.PrimitiveIntegerArrayJsonSerializer
 
doSerialize(JsonWriter, long[], JsonSerializationContext) - Method in class com.github.nmorel.gwtjackson.client.ser.array.PrimitiveLongArrayJsonSerializer
 
doSerialize(JsonWriter, short[], JsonSerializationContext) - Method in class com.github.nmorel.gwtjackson.client.ser.array.PrimitiveShortArrayJsonSerializer
 
doSerialize(JsonWriter, Date, JsonSerializationContext) - Method in class com.github.nmorel.gwtjackson.client.ser.BaseDateJsonSerializer.DateJsonSerializer
 
doSerialize(JsonWriter, Date, JsonSerializationContext) - Method in class com.github.nmorel.gwtjackson.client.ser.BaseDateJsonSerializer.SqlDateJsonSerializer
 
doSerialize(JsonWriter, Time, JsonSerializationContext) - Method in class com.github.nmorel.gwtjackson.client.ser.BaseDateJsonSerializer.SqlTimeJsonSerializer
 
doSerialize(JsonWriter, Timestamp, JsonSerializationContext) - Method in class com.github.nmorel.gwtjackson.client.ser.BaseDateJsonSerializer.SqlTimestampJsonSerializer
 
doSerialize(JsonWriter, N, JsonSerializationContext) - Method in class com.github.nmorel.gwtjackson.client.ser.BaseNumberJsonSerializer
 
doSerialize(JsonWriter, Double, JsonSerializationContext) - Method in class com.github.nmorel.gwtjackson.client.ser.BaseNumberJsonSerializer.DoubleJsonSerializer
 
doSerialize(JsonWriter, Long, JsonSerializationContext) - Method in class com.github.nmorel.gwtjackson.client.ser.BaseNumberJsonSerializer.LongJsonSerializer
 
doSerialize(JsonWriter, T, JsonSerializationContext) - Method in class com.github.nmorel.gwtjackson.client.ser.bean.AbstractBeanJsonSerializer
 
doSerialize(JsonWriter, Boolean, JsonSerializationContext) - Method in class com.github.nmorel.gwtjackson.client.ser.BooleanJsonSerializer
 
doSerialize(JsonWriter, Character, JsonSerializationContext) - Method in class com.github.nmorel.gwtjackson.client.ser.CharacterJsonSerializer
 
doSerialize(JsonWriter, E, JsonSerializationContext) - Method in class com.github.nmorel.gwtjackson.client.ser.EnumJsonSerializer
 
doSerialize(JsonWriter, I, JsonSerializationContext) - Method in class com.github.nmorel.gwtjackson.client.ser.IterableJsonSerializer
 
doSerialize(Date, JsonSerializationContext) - Method in class com.github.nmorel.gwtjackson.client.ser.map.key.BaseDateKeySerializer
 
doSerialize(N, JsonSerializationContext) - Method in class com.github.nmorel.gwtjackson.client.ser.map.key.BaseNumberKeySerializer
 
doSerialize(Boolean, JsonSerializationContext) - Method in class com.github.nmorel.gwtjackson.client.ser.map.key.BooleanKeySerializer
 
doSerialize(Character, JsonSerializationContext) - Method in class com.github.nmorel.gwtjackson.client.ser.map.key.CharacterKeySerializer
 
doSerialize(E, JsonSerializationContext) - Method in class com.github.nmorel.gwtjackson.client.ser.map.key.EnumKeySerializer
 
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(String, JsonSerializationContext) - Method in class com.github.nmorel.gwtjackson.client.ser.map.key.StringKeySerializer
 
doSerialize(UUID, JsonSerializationContext) - Method in class com.github.nmorel.gwtjackson.client.ser.map.key.UUIDKeySerializer
 
doSerialize(JsonWriter, M, JsonSerializationContext) - Method in class com.github.nmorel.gwtjackson.client.ser.map.MapJsonSerializer
 
doSerialize(JsonWriter, Object, JsonSerializationContext) - Method in class com.github.nmorel.gwtjackson.client.ser.RawValueJsonSerializer
 
doSerialize(JsonWriter, String, JsonSerializationContext) - Method in class com.github.nmorel.gwtjackson.client.ser.StringJsonSerializer
 
doSerialize(JsonWriter, UUID, JsonSerializationContext) - Method in class com.github.nmorel.gwtjackson.client.ser.UUIDJsonSerializer
 
doSerialize(JsonWriter, Void, JsonSerializationContext) - Method in class com.github.nmorel.gwtjackson.client.ser.VoidJsonSerializer
 

E

encode(String) - Static method in class com.github.nmorel.gwtjackson.client.utils.Base64
 
endArray() - Method in class 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 class com.github.nmorel.gwtjackson.client.stream.JsonWriter
Ends encoding the current array.
endObject() - Method in class 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 class 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
 
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.
extractBeanType(TreeLogger, JacksonTypeOracle, JType) - Static method in class com.github.nmorel.gwtjackson.rebind.CreatorUtils
Extract the bean type from the type given in parameter.

F

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.
field - Variable in class com.github.nmorel.gwtjackson.rebind.FieldAccessor
 
FieldAccessor - Class in com.github.nmorel.gwtjackson.rebind
 
FieldAccessor(String, JField, JMethod) - Constructor for class com.github.nmorel.gwtjackson.rebind.FieldAccessor
 
FieldAccessor.Accessor - Class in com.github.nmorel.gwtjackson.rebind
 
FieldAccessor.Accessor(String) - Constructor for class com.github.nmorel.gwtjackson.rebind.FieldAccessor.Accessor
 
FieldAccessor.Accessor(String, PropertyInfo.AdditionalMethod) - Constructor for class com.github.nmorel.gwtjackson.rebind.FieldAccessor.Accessor
 
FieldAccessors - Class in com.github.nmorel.gwtjackson.rebind
Used to aggregate field, getter method and setter method of the same field
FieldAccessors(String) - Constructor for class com.github.nmorel.gwtjackson.rebind.FieldAccessors
 
FieldReadAccessor - Class in com.github.nmorel.gwtjackson.rebind
 
FieldReadAccessor(String, JField, JMethod) - Constructor for class com.github.nmorel.gwtjackson.rebind.FieldReadAccessor
 
FieldWriteAccessor - Class in com.github.nmorel.gwtjackson.rebind
 
FieldWriteAccessor(String, JField, JMethod) - Constructor for class com.github.nmorel.gwtjackson.rebind.FieldWriteAccessor
 
findAnnotationOnAnyAccessor(FieldAccessors, Class<T>) - Static method in class com.github.nmorel.gwtjackson.rebind.CreatorUtils
 
findFirstEncounteredAnnotationsOnAllHierarchy(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
findGenericType(JParameterizedType) - Method in class com.github.nmorel.gwtjackson.rebind.JacksonTypeOracle
 
findIdPropertyInfo(Map<String, PropertyInfo>, Optional<BeanIdentityInfo>) - Method in class com.github.nmorel.gwtjackson.rebind.AbstractCreator
 
findObjectIdGenerator(ObjectIdGenerator<T>) - Method in class com.github.nmorel.gwtjackson.client.JsonSerializationContext
Used by generated AbstractBeanJsonSerializer
flush() - Method in class 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

G

generate(TreeLogger, GeneratorContext, String) - Method in class com.github.nmorel.gwtjackson.rebind.ObjectMapperGenerator
 
generateIdentifierDeserializationInfo(SourceWriter, BeanInfo, BeanIdentityInfo) - Method in class com.github.nmorel.gwtjackson.rebind.AbstractCreator
 
generateIdentifierSerializationInfo(SourceWriter, JClassType, BeanIdentityInfo) - Method in class com.github.nmorel.gwtjackson.rebind.AbstractCreator
 
generateSuperclassInfo(SourceWriter, BeanInfo, Optional<BeanTypeInfo>, boolean) - Method in class com.github.nmorel.gwtjackson.rebind.AbstractCreator
 
generateTypeParameterMapperFields(SourceWriter, BeanInfo, String, String) - Method in class com.github.nmorel.gwtjackson.rebind.AbstractBeanJsonCreator
 
getAccessor() - Method in class com.github.nmorel.gwtjackson.rebind.FieldAccessor.Accessor
 
getAccessor(String, boolean) - Method in class com.github.nmorel.gwtjackson.rebind.FieldAccessor
 
getAccessor(String, boolean) - Method in class com.github.nmorel.gwtjackson.rebind.FieldReadAccessor
 
getAccessor(String, boolean) - Method in class com.github.nmorel.gwtjackson.rebind.FieldWriteAccessor
 
getAdditionalMethod() - Method in class com.github.nmorel.gwtjackson.rebind.FieldAccessor.Accessor
 
getBackReference() - Method in class com.github.nmorel.gwtjackson.rebind.PropertyInfo
 
getBeanInfo() - Method in class com.github.nmorel.gwtjackson.rebind.BeanJsonMapperInfo
 
getBeanJsonMapperInfo(JClassType) - Method in class com.github.nmorel.gwtjackson.rebind.JacksonTypeOracle
 
getBigDecimalJsonDeserializer() - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
 
getBigDecimalJsonSerializer() - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
 
getBigDecimalKeyDeserializer() - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
 
getBigDecimalKeySerializer() - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
 
getBigIntegerJsonDeserializer() - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
 
getBigIntegerJsonSerializer() - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
 
getBigIntegerKeyDeserializer() - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
 
getBigIntegerKeySerializer() - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
 
getBooleanJsonDeserializer() - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
 
getBooleanJsonSerializer() - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
 
getBooleanKeyDeserializer() - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
 
getBooleanKeySerializer() - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
 
getBufferedProperties() - Method in class com.github.nmorel.gwtjackson.client.deser.bean.Instance
 
getByteJsonDeserializer() - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
 
getByteJsonSerializer() - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
 
getByteKeyDeserializer() - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
 
getByteKeySerializer() - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
 
getCharacterJsonDeserializer() - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
 
getCharacterJsonSerializer() - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
 
getCharacterKeyDeserializer() - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
 
getCharacterKeySerializer() - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
 
getColumnNumber() - Method in class com.github.nmorel.gwtjackson.client.stream.JsonReader
 
getCreatorMethod() - Method in class com.github.nmorel.gwtjackson.rebind.BeanInfo
 
getCreatorParameters() - Method in class com.github.nmorel.gwtjackson.rebind.BeanInfo
 
getCreatorVisibility() - Method in class com.github.nmorel.gwtjackson.rebind.BeanInfo
 
getDateJsonDeserializer() - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
 
getDateJsonSerializer() - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
 
getDateKeyDeserializer() - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
 
getDateKeySerializer() - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
 
getDefaultValueForType(JType) - Static method in class com.github.nmorel.gwtjackson.rebind.CreatorUtils
Returns the default value of the given type.
getDeserializer(JsonDeserializationContext) - Method in class com.github.nmorel.gwtjackson.client.deser.bean.HasDeserializer
 
getDeserializer(Class) - Method in class com.github.nmorel.gwtjackson.client.deser.bean.SuperclassDeserializationInfo
 
getDeserializer(String) - Method in class com.github.nmorel.gwtjackson.client.deser.bean.SuperclassDeserializationInfo
 
getDoubleJsonDeserializer() - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
 
getDoubleJsonSerializer() - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
 
getDoubleKeyDeserializer() - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
 
getDoubleKeySerializer() - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
 
getEnumJsonSerializer() - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
 
getEnumKeySerializer() - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
 
getField() - Method in class com.github.nmorel.gwtjackson.rebind.FieldAccessors
 
getFieldName() - Method in class com.github.nmorel.gwtjackson.rebind.FieldAccessors
 
getFieldVisibility() - Method in class com.github.nmorel.gwtjackson.rebind.BeanInfo
 
getFloatJsonDeserializer() - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
 
getFloatJsonSerializer() - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
 
getFloatKeyDeserializer() - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
 
getFloatKeySerializer() - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
 
getGenerator() - Method in class com.github.nmorel.gwtjackson.rebind.BeanIdentityInfo
 
getGenericClassBoundedParameters() - Method in class com.github.nmorel.gwtjackson.rebind.AbstractBeanJsonCreator
 
getGenericClassBoundedParameters() - Method in class com.github.nmorel.gwtjackson.rebind.BeanJsonMapperInfo
 
getGenericClassParameters() - Method in class com.github.nmorel.gwtjackson.rebind.AbstractBeanJsonCreator
 
getGenericClassParameters() - Method in class com.github.nmorel.gwtjackson.rebind.BeanJsonMapperInfo
 
getGetter() - Method in class com.github.nmorel.gwtjackson.rebind.FieldAccessors
 
getGetterAccessor() - Method in class com.github.nmorel.gwtjackson.rebind.PropertyInfo
 
getGetters() - Method in class com.github.nmorel.gwtjackson.rebind.FieldAccessors
 
getGetterVisibility() - Method in class com.github.nmorel.gwtjackson.rebind.BeanInfo
 
getIdentityInfo() - Method in class com.github.nmorel.gwtjackson.client.deser.bean.AbstractBeanJsonDeserializer
 
getIdentityInfo() - Method in class com.github.nmorel.gwtjackson.client.ser.bean.AbstractBeanJsonSerializer
 
getIdentityInfo() - Method in class com.github.nmorel.gwtjackson.rebind.BeanInfo
 
getIdentityInfo() - Method in class com.github.nmorel.gwtjackson.rebind.PropertyInfo
 
getIgnoredFields() - Method in class com.github.nmorel.gwtjackson.rebind.BeanInfo
 
getInclude() - Method in class com.github.nmorel.gwtjackson.client.deser.bean.SuperclassDeserializationInfo
 
getInclude() - Method in class com.github.nmorel.gwtjackson.client.ser.bean.SuperclassSerializationInfo
 
getInclude() - Method in class com.github.nmorel.gwtjackson.rebind.BeanTypeInfo
 
getInput() - Method in class com.github.nmorel.gwtjackson.client.stream.JsonReader
 
getInput() - Method in class com.github.nmorel.gwtjackson.client.stream.StringReader
 
getInstance() - Static method in class com.github.nmorel.gwtjackson.client.deser.array.cast.PrimitiveDoubleArrayJsonDeserializer
 
getInstance() - Static method in class com.github.nmorel.gwtjackson.client.deser.array.cast.PrimitiveIntegerArrayJsonDeserializer
 
getInstance() - Static method in class com.github.nmorel.gwtjackson.client.deser.array.cast.PrimitiveShortArrayJsonDeserializer
 
getInstance() - Static method in class com.github.nmorel.gwtjackson.client.deser.array.cast.StringArrayJsonDeserializer
 
getInstance() - Static method in class com.github.nmorel.gwtjackson.client.deser.array.PrimitiveBooleanArrayJsonDeserializer
 
getInstance() - Static method in class com.github.nmorel.gwtjackson.client.deser.array.PrimitiveByteArrayJsonDeserializer
 
getInstance() - Static method in class com.github.nmorel.gwtjackson.client.deser.array.PrimitiveCharacterArrayJsonDeserializer
 
getInstance() - Static method in class com.github.nmorel.gwtjackson.client.deser.array.PrimitiveDoubleArrayJsonDeserializer
 
getInstance() - Static method in class com.github.nmorel.gwtjackson.client.deser.array.PrimitiveFloatArrayJsonDeserializer
 
getInstance() - Static method in class com.github.nmorel.gwtjackson.client.deser.array.PrimitiveIntegerArrayJsonDeserializer
 
getInstance() - Static method in class com.github.nmorel.gwtjackson.client.deser.array.PrimitiveLongArrayJsonDeserializer
 
getInstance() - Static method in class com.github.nmorel.gwtjackson.client.deser.array.PrimitiveShortArrayJsonDeserializer
 
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.ShortJsonDeserializer
 
getInstance() - Method in class com.github.nmorel.gwtjackson.client.deser.bean.Instance
 
getInstance() - Static method in class com.github.nmorel.gwtjackson.client.deser.BooleanJsonDeserializer
 
getInstance() - Static method in class com.github.nmorel.gwtjackson.client.deser.CharacterJsonDeserializer
 
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() - Static method in class com.github.nmorel.gwtjackson.client.deser.map.key.CharacterKeyDeserializer
 
getInstance() - Static method in class com.github.nmorel.gwtjackson.client.deser.map.key.StringKeyDeserializer
 
getInstance() - Static method in class com.github.nmorel.gwtjackson.client.deser.map.key.UUIDKeyDeserializer
 
getInstance() - Static method in class com.github.nmorel.gwtjackson.client.deser.StringJsonDeserializer
 
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() - Static method in class com.github.nmorel.gwtjackson.client.ser.array.PrimitiveBooleanArrayJsonSerializer
 
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() - Static method in class com.github.nmorel.gwtjackson.client.ser.array.PrimitiveDoubleArrayJsonSerializer
 
getInstance() - Static method in class com.github.nmorel.gwtjackson.client.ser.array.PrimitiveFloatArrayJsonSerializer
 
getInstance() - Static method in class com.github.nmorel.gwtjackson.client.ser.array.PrimitiveIntegerArrayJsonSerializer
 
getInstance() - Static method in class com.github.nmorel.gwtjackson.client.ser.array.PrimitiveLongArrayJsonSerializer
 
getInstance() - Static method in class com.github.nmorel.gwtjackson.client.ser.array.PrimitiveShortArrayJsonSerializer
 
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.ShortJsonSerializer
 
getInstance() - Static method in class com.github.nmorel.gwtjackson.client.ser.BooleanJsonSerializer
 
getInstance() - Static method in class com.github.nmorel.gwtjackson.client.ser.CharacterJsonSerializer
 
getInstance() - Static method in class com.github.nmorel.gwtjackson.client.ser.EnumJsonSerializer
 
getInstance() - Static method in class com.github.nmorel.gwtjackson.client.ser.map.key.BaseDateKeySerializer.DateKeySerializer
 
getInstance() - Static method in class com.github.nmorel.gwtjackson.client.ser.map.key.BaseDateKeySerializer.SqlDateKeySerializer
 
getInstance() - Static method in class com.github.nmorel.gwtjackson.client.ser.map.key.BaseDateKeySerializer.SqlTimeKeySerializer
 
getInstance() - Static method in class com.github.nmorel.gwtjackson.client.ser.map.key.BaseDateKeySerializer.SqlTimestampKeySerializer
 
getInstance() - Static method in class com.github.nmorel.gwtjackson.client.ser.map.key.BaseNumberKeySerializer.BigDecimalKeySerializer
 
getInstance() - Static method in class com.github.nmorel.gwtjackson.client.ser.map.key.BaseNumberKeySerializer.BigIntegerKeySerializer
 
getInstance() - Static method in class com.github.nmorel.gwtjackson.client.ser.map.key.BaseNumberKeySerializer.ByteKeySerializer
 
getInstance() - Static method in class com.github.nmorel.gwtjackson.client.ser.map.key.BaseNumberKeySerializer.DoubleKeySerializer
 
getInstance() - Static method in class com.github.nmorel.gwtjackson.client.ser.map.key.BaseNumberKeySerializer.FloatKeySerializer
 
getInstance() - Static method in class com.github.nmorel.gwtjackson.client.ser.map.key.BaseNumberKeySerializer.IntegerKeySerializer
 
getInstance() - Static method in class com.github.nmorel.gwtjackson.client.ser.map.key.BaseNumberKeySerializer.LongKeySerializer
 
getInstance() - Static method in class com.github.nmorel.gwtjackson.client.ser.map.key.BaseNumberKeySerializer.ShortKeySerializer
 
getInstance() - Static method in class com.github.nmorel.gwtjackson.client.ser.map.key.BooleanKeySerializer
 
getInstance() - Static method in class com.github.nmorel.gwtjackson.client.ser.map.key.CharacterKeySerializer
 
getInstance() - Static method in class com.github.nmorel.gwtjackson.client.ser.map.key.EnumKeySerializer
 
getInstance() - Static method in class com.github.nmorel.gwtjackson.client.ser.map.key.StringKeySerializer
 
getInstance() - Static method in class com.github.nmorel.gwtjackson.client.ser.map.key.UUIDKeySerializer
 
getInstance() - Static method in class com.github.nmorel.gwtjackson.client.ser.RawValueJsonSerializer
 
getInstance() - Static method in class com.github.nmorel.gwtjackson.client.ser.StringJsonSerializer
 
getInstance() - Static method in class com.github.nmorel.gwtjackson.client.ser.UUIDJsonSerializer
 
getInstance() - Static method in class com.github.nmorel.gwtjackson.client.ser.VoidJsonSerializer
 
getInstanceBuilder() - Method in class com.github.nmorel.gwtjackson.client.deser.bean.AbstractBeanJsonDeserializer
 
getIntegerJsonDeserializer() - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
 
getIntegerJsonSerializer() - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
 
getIntegerKeyDeserializer() - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
 
getIntegerKeySerializer() - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
 
getIsGetterVisibility() - Method in class com.github.nmorel.gwtjackson.rebind.BeanInfo
 
getJavaObjectTypeFor(JPrimitiveType) - Static method in class com.github.nmorel.gwtjackson.rebind.AbstractCreator
Returns the String represention of the java type for a primitive for example int/Integer, float/Float, char/Character.
getJoinedTypeParameterMappersWithoutType() - Method in class com.github.nmorel.gwtjackson.rebind.AbstractBeanJsonCreator.TypeParameters
 
getJoinedTypeParameterMappersWithType() - Method in class com.github.nmorel.gwtjackson.rebind.AbstractBeanJsonCreator.TypeParameters
 
getJsonDeserializerFromType(JType) - Method in class com.github.nmorel.gwtjackson.rebind.AbstractCreator
Build the string that instantiate a JsonDeserializer for the given type.
getJsonDeserializerFromType(JType, PropertyInfo) - Method in class com.github.nmorel.gwtjackson.rebind.AbstractCreator
Build the string that instantiate a JsonDeserializer for the given type.
getJsonSerializerFromType(JType) - Method in class com.github.nmorel.gwtjackson.rebind.AbstractCreator
Build the string that instantiate a JsonSerializer for the given type.
getJsonSerializerFromType(JType, PropertyInfo) - Method in class com.github.nmorel.gwtjackson.rebind.AbstractCreator
Build the string that instantiate a JsonSerializer for the given type.
getKeyDeserializerFromType(JType) - Method in class com.github.nmorel.gwtjackson.rebind.AbstractCreator
Build the string that instantiate a KeyDeserializer for the given type.
getKeySerializerFromType(JType) - Method in class com.github.nmorel.gwtjackson.rebind.AbstractCreator
Build the string that instantiate a KeySerializer for the given type.
getLineNumber() - Method in class com.github.nmorel.gwtjackson.client.stream.JsonReader
 
getLogger() - Method in class com.github.nmorel.gwtjackson.client.JsonDeserializationContext
 
getLogger() - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
 
getLogger() - Method in class com.github.nmorel.gwtjackson.client.JsonSerializationContext
 
getLongJsonDeserializer() - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
 
getLongJsonSerializer() - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
 
getLongKeyDeserializer() - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
 
getLongKeySerializer() - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
 
getManagedReference() - Method in class com.github.nmorel.gwtjackson.rebind.PropertyInfo
 
getMapTypeToMetadata() - Method in class com.github.nmorel.gwtjackson.rebind.BeanTypeInfo
 
getObjectId(Object) - Method in class com.github.nmorel.gwtjackson.client.JsonSerializationContext
 
getObjectId(T, JsonSerializationContext) - Method in class com.github.nmorel.gwtjackson.client.ser.bean.IdentitySerializationInfo
 
getObjectWithId(ObjectIdGenerator.IdKey) - Method in class com.github.nmorel.gwtjackson.client.JsonDeserializationContext
 
getOutput() - Method in class com.github.nmorel.gwtjackson.client.stream.JsonWriter
 
getParameterizedTypes() - Method in class com.github.nmorel.gwtjackson.rebind.BeanInfo
 
getPrimitiveBooleanArrayJsonDeserializer() - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
 
getPrimitiveBooleanArrayJsonSerializer() - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
 
getPrimitiveByteArrayJsonDeserializer() - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
 
getPrimitiveByteArrayJsonSerializer() - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
 
getPrimitiveCharacterArrayJsonDeserializer() - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
 
getPrimitiveCharacterArrayJsonSerializer() - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
 
getPrimitiveDoubleArrayJsonDeserializer() - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
 
getPrimitiveDoubleArrayJsonSerializer() - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
 
getPrimitiveFloatArrayJsonDeserializer() - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
 
getPrimitiveFloatArrayJsonSerializer() - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
 
getPrimitiveIntegerArrayJsonDeserializer() - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
 
getPrimitiveIntegerArrayJsonSerializer() - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
 
getPrimitiveLongArrayJsonDeserializer() - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
 
getPrimitiveLongArrayJsonSerializer() - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
 
getPrimitiveShortArrayJsonDeserializer() - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
 
getPrimitiveShortArrayJsonSerializer() - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
 
getPrintWriter(String, String) - Method in class com.github.nmorel.gwtjackson.rebind.AbstractCreator
 
getProperties() - Method in class com.github.nmorel.gwtjackson.rebind.BeanJsonMapperInfo
 
getProperty() - Method in class com.github.nmorel.gwtjackson.rebind.BeanIdentityInfo
 
getPropertyName() - Method in class com.github.nmorel.gwtjackson.client.deser.bean.IdentityDeserializationInfo
 
getPropertyName() - Method in class com.github.nmorel.gwtjackson.client.deser.bean.SuperclassDeserializationInfo
 
getPropertyName() - Method in class com.github.nmorel.gwtjackson.client.ser.bean.IdentitySerializationInfo
 
getPropertyName() - Method in class com.github.nmorel.gwtjackson.client.ser.bean.SuperclassSerializationInfo
 
getPropertyName() - Method in class com.github.nmorel.gwtjackson.rebind.BeanIdentityInfo
 
getPropertyName() - Method in class com.github.nmorel.gwtjackson.rebind.BeanTypeInfo
 
getPropertyName() - Method in class com.github.nmorel.gwtjackson.rebind.PropertyInfo
 
getPropertyOrderList() - Method in class com.github.nmorel.gwtjackson.rebind.BeanInfo
 
getQualifiedClassName() - Method in class com.github.nmorel.gwtjackson.rebind.AbstractBeanJsonCreator
 
getQualifiedClassName(JType) - Method in class com.github.nmorel.gwtjackson.rebind.AbstractCreator
 
getQualifiedDeserializerClassName() - Method in class com.github.nmorel.gwtjackson.rebind.BeanJsonMapperInfo
 
getQualifiedSerializerClassName() - Method in class com.github.nmorel.gwtjackson.rebind.BeanJsonMapperInfo
 
getRawValueJsonSerializer() - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
 
getScope() - Method in class com.github.nmorel.gwtjackson.rebind.BeanIdentityInfo
 
getSerializeNulls() - Method in class com.github.nmorel.gwtjackson.client.stream.JsonWriter
Returns true if object members are serialized when their value is null.
getSerializer(JsonSerializationContext) - Method in class com.github.nmorel.gwtjackson.client.ser.bean.HasSerializer
 
getSerializer(Class) - Method in class com.github.nmorel.gwtjackson.client.ser.bean.SuperclassSerializationInfo
 
getSetter() - Method in class com.github.nmorel.gwtjackson.rebind.FieldAccessors
 
getSetterAccessor() - Method in class com.github.nmorel.gwtjackson.rebind.PropertyInfo
 
getSetters() - Method in class com.github.nmorel.gwtjackson.rebind.FieldAccessors
 
getSetterVisibility() - Method in class com.github.nmorel.gwtjackson.rebind.BeanInfo
 
getShortJsonDeserializer() - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
 
getShortJsonSerializer() - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
 
getShortKeyDeserializer() - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
 
getShortKeySerializer() - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
 
getSimpleClassName() - Method in class com.github.nmorel.gwtjackson.rebind.AbstractBeanJsonCreator
 
getSimpleDeserializerClassName() - Method in class com.github.nmorel.gwtjackson.rebind.BeanJsonMapperInfo
 
getSimpleSerializerClassName() - Method in class com.github.nmorel.gwtjackson.rebind.BeanJsonMapperInfo
 
getSourceWriter(PrintWriter, String, String, String, String...) - Method in class com.github.nmorel.gwtjackson.rebind.AbstractCreator
 
getSqlDateJsonDeserializer() - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
 
getSqlDateJsonSerializer() - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
 
getSqlDateKeyDeserializer() - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
 
getSqlDateKeySerializer() - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
 
getSqlTimeJsonDeserializer() - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
 
getSqlTimeJsonSerializer() - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
 
getSqlTimeKeyDeserializer() - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
 
getSqlTimeKeySerializer() - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
 
getSqlTimestampJsonDeserializer() - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
 
getSqlTimestampJsonSerializer() - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
 
getSqlTimestampKeyDeserializer() - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
 
getSqlTimestampKeySerializer() - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
 
getStringJsonDeserializer() - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
 
getStringJsonSerializer() - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
 
getStringKeyDeserializer() - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
 
getStringKeySerializer() - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
 
getSuperclass() - Method in class com.github.nmorel.gwtjackson.rebind.AbstractBeanJsonCreator
 
getSuperclassInfo() - Method in class com.github.nmorel.gwtjackson.client.deser.bean.AbstractBeanJsonDeserializer
 
getSuperclassInfo() - Method in class com.github.nmorel.gwtjackson.client.ser.bean.AbstractBeanJsonSerializer
 
getType() - Method in class com.github.nmorel.gwtjackson.rebind.BeanIdentityInfo
 
getType() - Method in class com.github.nmorel.gwtjackson.rebind.BeanInfo
 
getType() - Method in class com.github.nmorel.gwtjackson.rebind.BeanJsonMapperInfo
 
getType(String) - Method in class com.github.nmorel.gwtjackson.rebind.JacksonTypeOracle
 
getType() - Method in class com.github.nmorel.gwtjackson.rebind.PropertyInfo
 
getTypeInfo(Class) - Method in class com.github.nmorel.gwtjackson.client.ser.bean.SuperclassSerializationInfo
 
getTypeInfo() - Method in class com.github.nmorel.gwtjackson.rebind.BeanInfo
 
getTypeInfo() - Method in class com.github.nmorel.gwtjackson.rebind.PropertyInfo
 
getTypeParameterMapperNames() - Method in class com.github.nmorel.gwtjackson.rebind.AbstractBeanJsonCreator.TypeParameters
 
getUse() - Method in class com.github.nmorel.gwtjackson.rebind.BeanTypeInfo
 
getUUIDJsonDeserializer() - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
 
getUUIDJsonSerializer() - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
 
getUUIDKeyDeserializer() - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
 
getUUIDKeySerializer() - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
 
getValue(T, JsonSerializationContext) - Method in class com.github.nmorel.gwtjackson.client.ser.bean.BeanPropertySerializer
 
getVoidJsonDeserializer() - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
 
getVoidJsonSerializer() - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
 

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
 
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.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

IDENTITY_DESERIALIZATION_INFO_CLASS - Static variable in class com.github.nmorel.gwtjackson.rebind.AbstractCreator
 
IDENTITY_SERIALIZATION_INFO_CLASS - Static variable in class com.github.nmorel.gwtjackson.rebind.AbstractCreator
 
IdentityDeserializationInfo<T,V> - Class in com.github.nmorel.gwtjackson.client.deser.bean
Contains identity informations for deserialization process.
IdentityDeserializationInfo(String, Class<?>, Class<?>) - Constructor for class com.github.nmorel.gwtjackson.client.deser.bean.IdentityDeserializationInfo
 
IdentityHashMapJsonDeserializer<K,V> - Class in com.github.nmorel.gwtjackson.client.deser.map
Default JsonDeserializer implementation for IdentityHashMap.
IdentitySerializationInfo<T,I> - Class in com.github.nmorel.gwtjackson.client.ser.bean
Contains identity informations for serialization process.
IdentitySerializationInfo(boolean, String) - Constructor for class com.github.nmorel.gwtjackson.client.ser.bean.IdentitySerializationInfo
 
indent(boolean) - Method in class com.github.nmorel.gwtjackson.client.JsonSerializationContext.Builder
Feature that allows enabling (or disabling) indentation for the underlying writer.
Instance<T> - Class in com.github.nmorel.gwtjackson.client.deser.bean
 
Instance(T) - Constructor for class com.github.nmorel.gwtjackson.client.deser.bean.Instance
 
Instance(T, Map<String, String>) - Constructor for class com.github.nmorel.gwtjackson.client.deser.bean.Instance
 
InstanceBuilder<T> - Interface in com.github.nmorel.gwtjackson.client.deser.bean
 
isAcceptSingleValueAsArray() - Method in class com.github.nmorel.gwtjackson.client.JsonDeserializationContext
 
isAlwaysAsId() - Method in class com.github.nmorel.gwtjackson.client.ser.bean.IdentitySerializationInfo
 
isAlwaysAsId() - Method in class com.github.nmorel.gwtjackson.rebind.BeanIdentityInfo
 
isCreatorDefaultConstructor() - Method in class com.github.nmorel.gwtjackson.rebind.BeanInfo
 
isCreatorDelegation() - Method in class com.github.nmorel.gwtjackson.rebind.BeanInfo
 
isEnumMap(JClassType) - Method in class com.github.nmorel.gwtjackson.rebind.JacksonTypeOracle
 
isEnumSet(JClassType) - Method in class com.github.nmorel.gwtjackson.rebind.JacksonTypeOracle
 
isFailOnUnknownProperties() - Method in class com.github.nmorel.gwtjackson.client.JsonDeserializationContext
 
isHtmlSafe() - Method in class com.github.nmorel.gwtjackson.client.stream.JsonWriter
Returns true if this writer writes JSON that's safe for inclusion in HTML and XML documents.
isIdABeanProperty() - Method in class com.github.nmorel.gwtjackson.rebind.BeanIdentityInfo
 
isIgnored() - Method in class com.github.nmorel.gwtjackson.rebind.PropertyInfo
 
isIgnoreUnknown() - Method in class com.github.nmorel.gwtjackson.rebind.BeanInfo
 
isIncludeTypeInfo() - Method in class com.github.nmorel.gwtjackson.client.deser.bean.SuperclassDeserializationInfo
 
isIncludeTypeInfo() - Method in class com.github.nmorel.gwtjackson.client.ser.bean.SuperclassSerializationInfo
 
isIterable(JClassType) - Method in class com.github.nmorel.gwtjackson.rebind.JacksonTypeOracle
 
isLenient() - Method in class com.github.nmorel.gwtjackson.client.stream.JsonReader
Returns true if this parser is liberal in what it accepts.
isLenient() - Method in class com.github.nmorel.gwtjackson.client.stream.JsonWriter
Returns true if this writer has relaxed syntax rules.
isMap(JClassType) - Method in class com.github.nmorel.gwtjackson.rebind.JacksonTypeOracle
 
isNullValueAllowed() - Method in class com.github.nmorel.gwtjackson.client.deser.collection.BaseCollectionJsonDeserializer
 
isNullValueAllowed() - Method in class com.github.nmorel.gwtjackson.client.deser.collection.BaseQueueJsonDeserializer
 
isNullValueAllowed() - Method in class com.github.nmorel.gwtjackson.client.deser.collection.BaseSortedSetJsonDeserializer
 
isNullValueAllowed() - Method in class com.github.nmorel.gwtjackson.client.deser.collection.EnumSetJsonDeserializer
 
isObject(JType) - Method in class com.github.nmorel.gwtjackson.rebind.JacksonTypeOracle
 
isObjectReader(JClassType) - Method in class com.github.nmorel.gwtjackson.rebind.JacksonTypeOracle
 
isObjectWriter(JClassType) - Method in class com.github.nmorel.gwtjackson.rebind.JacksonTypeOracle
 
isOrderMapEntriesByKeys() - Method in class com.github.nmorel.gwtjackson.client.JsonSerializationContext
 
isPropertyOrderAlphabetic() - Method in class com.github.nmorel.gwtjackson.rebind.BeanInfo
 
isRawValue() - Method in class com.github.nmorel.gwtjackson.rebind.PropertyInfo
 
isRequired() - Method in class com.github.nmorel.gwtjackson.rebind.PropertyInfo
 
isSerializer() - Method in class com.github.nmorel.gwtjackson.rebind.AbstractBeanJsonCreator
 
isSerializer() - Method in class com.github.nmorel.gwtjackson.rebind.BeanJsonDeserializerCreator
 
isSerializer() - Method in class com.github.nmorel.gwtjackson.rebind.BeanJsonSerializerCreator
 
isUnwrapRootValue() - Method in class com.github.nmorel.gwtjackson.client.JsonDeserializationContext
 
isVisible() - Method in class com.github.nmorel.gwtjackson.rebind.PropertyInfo
 
isWrapRootValue() - Method in class com.github.nmorel.gwtjackson.client.JsonSerializationContext
 
isWriteCharArraysAsJsonArrays() - Method in class com.github.nmorel.gwtjackson.client.JsonSerializationContext
 
isWriteDateKeysAsTimestamps() - Method in class com.github.nmorel.gwtjackson.client.JsonSerializationContext
 
isWriteDatesAsTimestamps() - Method in class com.github.nmorel.gwtjackson.client.JsonSerializationContext
 
isWriteEmptyJsonArrays() - Method in class com.github.nmorel.gwtjackson.client.JsonSerializationContext
 
isWriteNullMapValues() - Method in class com.github.nmorel.gwtjackson.client.JsonSerializationContext
 
isWriteSingleElemArraysUnwrapped() - Method in class com.github.nmorel.gwtjackson.client.JsonSerializationContext
 
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
 

J

JacksonTypeOracle - Class in com.github.nmorel.gwtjackson.rebind
 
JacksonTypeOracle(TreeLogger, TypeOracle) - Constructor for class com.github.nmorel.gwtjackson.rebind.JacksonTypeOracle
 
JSON_DESERIALIZATION_CONTEXT_CLASS - Static variable in class com.github.nmorel.gwtjackson.rebind.AbstractCreator
 
JSON_DESERIALIZER_CLASS - Static variable in class com.github.nmorel.gwtjackson.rebind.AbstractCreator
 
JSON_READER_CLASS - Static variable in class com.github.nmorel.gwtjackson.rebind.AbstractCreator
 
JSON_SERIALIZATION_CONTEXT_CLASS - Static variable in class com.github.nmorel.gwtjackson.rebind.AbstractCreator
 
JSON_SERIALIZER_CLASS - Static variable in class com.github.nmorel.gwtjackson.rebind.AbstractCreator
 
JSON_WRITER_CLASS - Static variable in class com.github.nmorel.gwtjackson.rebind.AbstractCreator
 
JsonDeserializationContext - Class in com.github.nmorel.gwtjackson.client
Context for the deserialization process.
JsonDeserializationContext.Builder - Class in com.github.nmorel.gwtjackson.client
 
JsonDeserializationContext.Builder() - Constructor for class com.github.nmorel.gwtjackson.client.JsonDeserializationContext.Builder
 
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
 
JsonDeserializationException(String) - Constructor for exception com.github.nmorel.gwtjackson.client.exception.JsonDeserializationException
 
JsonDeserializationException(String, Throwable) - Constructor for exception com.github.nmorel.gwtjackson.client.exception.JsonDeserializationException
 
JsonDeserializationException(Throwable) - Constructor for exception com.github.nmorel.gwtjackson.client.exception.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
 
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
 
JsonMappingException(String) - Constructor for exception com.github.nmorel.gwtjackson.client.exception.JsonMappingException
 
JsonMappingException(String, Throwable) - Constructor for exception com.github.nmorel.gwtjackson.client.exception.JsonMappingException
 
JsonMappingException(Throwable) - Constructor for exception com.github.nmorel.gwtjackson.client.exception.JsonMappingException
 
JsonReader - Class in com.github.nmorel.gwtjackson.client.stream
Reads a JSON (RFC 4627) encoded value as a stream of tokens.
JsonReader(StringReader) - Constructor for class com.github.nmorel.gwtjackson.client.stream.JsonReader
Creates a new instance that reads a JSON-encoded stream from in.
JsonSerializationContext - Class in com.github.nmorel.gwtjackson.client
Context for the serialization process.
JsonSerializationContext.Builder - Class in com.github.nmorel.gwtjackson.client
 
JsonSerializationContext.Builder() - Constructor for class com.github.nmorel.gwtjackson.client.JsonSerializationContext.Builder
 
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
 
JsonSerializationException(String) - Constructor for exception com.github.nmorel.gwtjackson.client.exception.JsonSerializationException
 
JsonSerializationException(String, Throwable) - Constructor for exception com.github.nmorel.gwtjackson.client.exception.JsonSerializationException
 
JsonSerializationException(Throwable) - Constructor for exception com.github.nmorel.gwtjackson.client.exception.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
 
JsonToken - Enum in com.github.nmorel.gwtjackson.client.stream
A structure, name or value type in a JSON-encoded string.
JsonWriter - Class in com.github.nmorel.gwtjackson.client.stream
Writes a JSON (RFC 4627) encoded value to a stream, one token at a time.
JsonWriter(StringBuilder) - Constructor for class com.github.nmorel.gwtjackson.client.stream.JsonWriter
Creates a new instance that writes a JSON-encoded stream to out.

K

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
 

M

MalformedJsonException - Exception in com.github.nmorel.gwtjackson.client.stream
Thrown when a reader encounters malformed JSON.
MalformedJsonException(String) - Constructor for exception com.github.nmorel.gwtjackson.client.stream.MalformedJsonException
 
MalformedJsonException(String, Throwable) - Constructor for exception com.github.nmorel.gwtjackson.client.stream.MalformedJsonException
 
MalformedJsonException(Throwable) - Constructor for exception com.github.nmorel.gwtjackson.client.stream.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
 
mapperInfo - Variable in class com.github.nmorel.gwtjackson.rebind.AbstractBeanJsonCreator
 
method - Variable in class com.github.nmorel.gwtjackson.rebind.FieldAccessor
 

N

name(String) - Method in class com.github.nmorel.gwtjackson.client.stream.JsonWriter
Encodes the property name.
newAbstractCollectionJsonDeserializer(JsonDeserializer<T>) - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
 
newAbstractCollectionJsonSerializer(JsonSerializer<T>) - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
 
newAbstractListJsonDeserializer(JsonDeserializer<T>) - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
 
newAbstractListJsonSerializer(JsonSerializer<T>) - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
 
newAbstractMapJsonDeserializer(KeyDeserializer<K>, JsonDeserializer<V>) - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
 
newAbstractMapJsonSerializer(KeySerializer<K>, JsonSerializer<V>) - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
 
newAbstractQueueJsonDeserializer(JsonDeserializer<T>) - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
 
newAbstractQueueJsonSerializer(JsonSerializer<T>) - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
 
newAbstractSequentialListJsonDeserializer(JsonDeserializer<T>) - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
 
newAbstractSequentialListJsonSerializer(JsonSerializer<T>) - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
 
newAbstractSetJsonDeserializer(JsonDeserializer<T>) - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
 
newAbstractSetJsonSerializer(JsonSerializer<T>) - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
 
newArrayJsonDeserializer(JsonDeserializer<T>, ArrayJsonDeserializer.ArrayCreator<T>) - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
 
newArrayJsonSerializer(JsonSerializer<T>) - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
 
newArrayListJsonDeserializer(JsonDeserializer<T>) - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
 
newArrayListJsonSerializer(JsonSerializer<T>) - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
 
newCollection() - Method in class com.github.nmorel.gwtjackson.client.deser.collection.AbstractCollectionJsonDeserializer
 
newCollection() - Method in class com.github.nmorel.gwtjackson.client.deser.collection.AbstractListJsonDeserializer
 
newCollection() - Method in class com.github.nmorel.gwtjackson.client.deser.collection.AbstractQueueJsonDeserializer
 
newCollection() - Method in class com.github.nmorel.gwtjackson.client.deser.collection.AbstractSequentialListJsonDeserializer
 
newCollection() - Method in class com.github.nmorel.gwtjackson.client.deser.collection.AbstractSetJsonDeserializer
 
newCollection() - Method in class com.github.nmorel.gwtjackson.client.deser.collection.ArrayListJsonDeserializer
 
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
 
newCollection() - Method in class com.github.nmorel.gwtjackson.client.deser.collection.EnumSetJsonDeserializer
 
newCollection() - Method in class com.github.nmorel.gwtjackson.client.deser.collection.HashSetJsonDeserializer
 
newCollection() - Method in class com.github.nmorel.gwtjackson.client.deser.collection.LinkedHashSetJsonDeserializer
 
newCollection() - Method in class com.github.nmorel.gwtjackson.client.deser.collection.LinkedListJsonDeserializer
 
newCollection() - Method in class com.github.nmorel.gwtjackson.client.deser.collection.ListJsonDeserializer
 
newCollection() - Method in class com.github.nmorel.gwtjackson.client.deser.collection.PriorityQueueJsonDeserializer
 
newCollection() - Method in class com.github.nmorel.gwtjackson.client.deser.collection.QueueJsonDeserializer
 
newCollection() - Method in class com.github.nmorel.gwtjackson.client.deser.collection.SetJsonDeserializer
 
newCollection() - Method in class com.github.nmorel.gwtjackson.client.deser.collection.SortedSetJsonDeserializer
 
newCollection() - Method in class com.github.nmorel.gwtjackson.client.deser.collection.StackJsonDeserializer
 
newCollection() - Method in class com.github.nmorel.gwtjackson.client.deser.collection.TreeSetJsonDeserializer
 
newCollection() - Method in class com.github.nmorel.gwtjackson.client.deser.collection.VectorJsonDeserializer
 
newCollectionJsonDeserializer(JsonDeserializer<T>) - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
 
newCollectionJsonSerializer(JsonSerializer<T>) - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
 
newDeserializer(JsonDeserializationContext) - Method in class com.github.nmorel.gwtjackson.client.AbstractObjectMapper
Instantiates a new deserializer
newDeserializer(JsonDeserializationContext) - Method in class com.github.nmorel.gwtjackson.client.AbstractObjectWriter
 
newDeserializer(JsonDeserializationContext) - Method in class com.github.nmorel.gwtjackson.client.deser.bean.HasDeserializer
 
newEnumJsonDeserializer(Class<T>) - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
 
newEnumKeyDeserializer(Class<T>) - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
 
newEnumMapJsonDeserializer(Class<E>, KeyDeserializer<E>, JsonDeserializer<V>) - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
 
newEnumMapJsonSerializer(KeySerializer<E>, JsonSerializer<V>) - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
 
newEnumSetJsonDeserializer(Class<T>, JsonDeserializer<T>) - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
 
newEnumSetJsonSerializer(JsonSerializer<E>) - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
 
newHashMapJsonDeserializer(KeyDeserializer<K>, JsonDeserializer<V>) - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
 
newHashMapJsonSerializer(KeySerializer<K>, JsonSerializer<V>) - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
 
newHashSetJsonDeserializer(JsonDeserializer<T>) - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
 
newHashSetJsonSerializer(JsonSerializer<T>) - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
 
newIdentityHashMapJsonDeserializer(KeyDeserializer<K>, JsonDeserializer<V>) - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
 
newIdentityHashMapJsonSerializer(KeySerializer<K>, JsonSerializer<V>) - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
 
newInstance(JsonDeserializer<T>, ArrayJsonDeserializer.ArrayCreator<T>) - Static method in class com.github.nmorel.gwtjackson.client.deser.array.ArrayJsonDeserializer
 
newInstance(JsonReader, JsonDeserializationContext) - Method in interface com.github.nmorel.gwtjackson.client.deser.bean.InstanceBuilder
 
newInstance(JsonDeserializer<T>) - Static method in class com.github.nmorel.gwtjackson.client.deser.collection.AbstractCollectionJsonDeserializer
 
newInstance(JsonDeserializer<T>) - Static method in class com.github.nmorel.gwtjackson.client.deser.collection.AbstractListJsonDeserializer
 
newInstance(JsonDeserializer<T>) - Static method in class com.github.nmorel.gwtjackson.client.deser.collection.AbstractQueueJsonDeserializer
 
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(JsonDeserializer<T>) - Static method in class com.github.nmorel.gwtjackson.client.deser.collection.ArrayListJsonDeserializer
 
newInstance(JsonDeserializer<T>) - Static method in class com.github.nmorel.gwtjackson.client.deser.collection.CollectionJsonDeserializer
 
newInstance(Class<E>, JsonDeserializer<E>) - Static method in class com.github.nmorel.gwtjackson.client.deser.collection.EnumSetJsonDeserializer
 
newInstance(JsonDeserializer<T>) - Static method in class com.github.nmorel.gwtjackson.client.deser.collection.HashSetJsonDeserializer
 
newInstance(JsonDeserializer<T>) - Static method in class com.github.nmorel.gwtjackson.client.deser.collection.IterableJsonDeserializer
 
newInstance(JsonDeserializer<T>) - Static method in class com.github.nmorel.gwtjackson.client.deser.collection.LinkedHashSetJsonDeserializer
 
newInstance(JsonDeserializer<T>) - Static method in class com.github.nmorel.gwtjackson.client.deser.collection.LinkedListJsonDeserializer
 
newInstance(JsonDeserializer<T>) - Static method in class com.github.nmorel.gwtjackson.client.deser.collection.ListJsonDeserializer
 
newInstance(JsonDeserializer<T>) - Static method in class com.github.nmorel.gwtjackson.client.deser.collection.PriorityQueueJsonDeserializer
 
newInstance(JsonDeserializer<T>) - Static method in class com.github.nmorel.gwtjackson.client.deser.collection.QueueJsonDeserializer
 
newInstance(JsonDeserializer<T>) - Static method in class com.github.nmorel.gwtjackson.client.deser.collection.SetJsonDeserializer
 
newInstance(JsonDeserializer<T>) - Static method in class com.github.nmorel.gwtjackson.client.deser.collection.SortedSetJsonDeserializer
 
newInstance(JsonDeserializer<T>) - Static method in class com.github.nmorel.gwtjackson.client.deser.collection.StackJsonDeserializer
 
newInstance(JsonDeserializer<T>) - Static method in class com.github.nmorel.gwtjackson.client.deser.collection.TreeSetJsonDeserializer
 
newInstance(JsonDeserializer<T>) - Static method in class com.github.nmorel.gwtjackson.client.deser.collection.VectorJsonDeserializer
 
newInstance(Class<E>) - Static method in class com.github.nmorel.gwtjackson.client.deser.EnumJsonDeserializer
 
newInstance(KeyDeserializer<K>, JsonDeserializer<V>) - Static method in class com.github.nmorel.gwtjackson.client.deser.map.AbstractMapJsonDeserializer
 
newInstance(Class<E>, KeyDeserializer<E>, JsonDeserializer<V>) - Static method in class com.github.nmorel.gwtjackson.client.deser.map.EnumMapJsonDeserializer
 
newInstance(KeyDeserializer<K>, JsonDeserializer<V>) - Static method in class com.github.nmorel.gwtjackson.client.deser.map.HashMapJsonDeserializer
 
newInstance(KeyDeserializer<K>, JsonDeserializer<V>) - Static method in class com.github.nmorel.gwtjackson.client.deser.map.IdentityHashMapJsonDeserializer
 
newInstance(Class<E>) - Static method in class com.github.nmorel.gwtjackson.client.deser.map.key.EnumKeyDeserializer
 
newInstance(KeyDeserializer<K>, JsonDeserializer<V>) - Static method in class com.github.nmorel.gwtjackson.client.deser.map.LinkedHashMapJsonDeserializer
 
newInstance(KeyDeserializer<K>, JsonDeserializer<V>) - Static method in class com.github.nmorel.gwtjackson.client.deser.map.MapJsonDeserializer
 
newInstance(KeyDeserializer<K>, JsonDeserializer<V>) - Static method in class com.github.nmorel.gwtjackson.client.deser.map.SortedMapJsonDeserializer
 
newInstance(KeyDeserializer<K>, JsonDeserializer<V>) - Static method in class com.github.nmorel.gwtjackson.client.deser.map.TreeMapJsonDeserializer
 
newInstance(JsonSerializer<T>) - Static method in class com.github.nmorel.gwtjackson.client.ser.array.ArrayJsonSerializer
 
newInstance(JsonSerializer<T>) - Static method in class com.github.nmorel.gwtjackson.client.ser.IterableJsonSerializer
 
newInstance(KeySerializer<K>, JsonSerializer<V>) - Static method in class com.github.nmorel.gwtjackson.client.ser.map.MapJsonSerializer
 
newIterableJsonDeserializer(JsonDeserializer<T>) - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
 
newIterableJsonSerializer(JsonSerializer<T>) - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
 
newJsonReader(String) - Method in class com.github.nmorel.gwtjackson.client.JsonDeserializationContext
 
newJsonWriter() - Method in class com.github.nmorel.gwtjackson.client.JsonSerializationContext
 
newLinkedHashMapJsonDeserializer(KeyDeserializer<K>, JsonDeserializer<V>) - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
 
newLinkedHashMapJsonSerializer(KeySerializer<K>, JsonSerializer<V>) - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
 
newLinkedHashSetJsonDeserializer(JsonDeserializer<T>) - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
 
newLinkedHashSetJsonSerializer(JsonSerializer<T>) - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
 
newLinkedListJsonDeserializer(JsonDeserializer<T>) - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
 
newLinkedListJsonSerializer(JsonSerializer<T>) - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
 
newListJsonDeserializer(JsonDeserializer<T>) - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
 
newListJsonSerializer(JsonSerializer<T>) - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
 
newMap() - Method in class com.github.nmorel.gwtjackson.client.deser.map.AbstractMapJsonDeserializer
 
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
 
newMap() - Method in class com.github.nmorel.gwtjackson.client.deser.map.HashMapJsonDeserializer
 
newMap() - Method in class com.github.nmorel.gwtjackson.client.deser.map.IdentityHashMapJsonDeserializer
 
newMap() - Method in class com.github.nmorel.gwtjackson.client.deser.map.LinkedHashMapJsonDeserializer
 
newMap() - Method in class com.github.nmorel.gwtjackson.client.deser.map.MapJsonDeserializer
 
newMap() - Method in class com.github.nmorel.gwtjackson.client.deser.map.SortedMapJsonDeserializer
 
newMap() - Method in class com.github.nmorel.gwtjackson.client.deser.map.TreeMapJsonDeserializer
 
newMapJsonDeserializer(KeyDeserializer<K>, JsonDeserializer<V>) - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
 
newMapJsonSerializer(KeySerializer<K>, JsonSerializer<V>) - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
 
newPriorityQueueJsonDeserializer(JsonDeserializer<T>) - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
 
newPriorityQueueJsonSerializer(JsonSerializer<T>) - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
 
newQueueJsonDeserializer(JsonDeserializer<T>) - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
 
newQueueJsonSerializer(JsonSerializer<T>) - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
 
newSerializer(JsonSerializationContext) - Method in class com.github.nmorel.gwtjackson.client.AbstractObjectMapper
Instantiates a new serializer
newSerializer(JsonSerializationContext) - Method in class com.github.nmorel.gwtjackson.client.AbstractObjectReader
 
newSerializer(JsonSerializationContext) - Method in class com.github.nmorel.gwtjackson.client.ser.bean.HasSerializer
 
newSetJsonDeserializer(JsonDeserializer<T>) - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
 
newSetJsonSerializer(JsonSerializer<T>) - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
 
newSortedMapJsonDeserializer(KeyDeserializer<K>, JsonDeserializer<V>) - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
 
newSortedMapJsonSerializer(KeySerializer<K>, JsonSerializer<V>) - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
 
newSortedSetJsonDeserializer(JsonDeserializer<T>) - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
 
newSortedSetJsonSerializer(JsonSerializer<T>) - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
 
newStackJsonDeserializer(JsonDeserializer<T>) - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
 
newStackJsonSerializer(JsonSerializer<T>) - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
 
newTreeMapJsonDeserializer(KeyDeserializer<K>, JsonDeserializer<V>) - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
 
newTreeMapJsonSerializer(KeySerializer<K>, JsonSerializer<V>) - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
 
newTreeSetJsonDeserializer(JsonDeserializer<T>) - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
 
newTreeSetJsonSerializer(JsonSerializer<T>) - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
 
newVectorJsonDeserializer(JsonDeserializer<T>) - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
 
newVectorJsonSerializer(JsonSerializer<T>) - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
 
nextBoolean() - Method in class 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.JsonReader
Returns the double value of the next token, consuming it.
nextInt() - Method in class com.github.nmorel.gwtjackson.client.stream.JsonReader
Returns the int value of the next token, consuming it.
nextLong() - Method in class 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.JsonReader
Returns the next token, a property name, and consumes it.
nextNull() - Method in class com.github.nmorel.gwtjackson.client.stream.JsonReader
Consumes the next token from the JSON stream and asserts that it is a literal null.
nextString() - Method in class 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.JsonReader
Reads the next value recursively and returns it as a String.
nullValue() - Method in class com.github.nmorel.gwtjackson.client.stream.JsonWriter
Encodes null.

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
 
ObjectMapper<T> - Interface in com.github.nmorel.gwtjackson.client
Interface combining ObjectReader and ObjectWriter
ObjectMapperCreator - Class in com.github.nmorel.gwtjackson.rebind
 
ObjectMapperCreator(TreeLogger, GeneratorContext) - Constructor for class com.github.nmorel.gwtjackson.rebind.ObjectMapperCreator
 
ObjectMapperGenerator - Class in com.github.nmorel.gwtjackson.rebind
 
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(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

peek() - Method in class com.github.nmorel.gwtjackson.client.stream.JsonReader
Returns the type of the next token without consuming it.
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.
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.
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.
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.
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.
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.
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.
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.
PriorityQueueJsonDeserializer<T> - Class in com.github.nmorel.gwtjackson.client.deser.collection
Default JsonDeserializer implementation for PriorityQueue.
process(TreeLogger, JacksonTypeOracle, JClassType) - Static method in class com.github.nmorel.gwtjackson.rebind.BeanIdentityInfo
 
process(TreeLogger, JacksonTypeOracle, JType, FieldAccessors) - Static method in class com.github.nmorel.gwtjackson.rebind.BeanIdentityInfo
 
process(TreeLogger, JacksonTypeOracle, BeanJsonMapperInfo) - Static method in class com.github.nmorel.gwtjackson.rebind.BeanInfo
 
process(TreeLogger, JacksonTypeOracle, JClassType) - Static method in class com.github.nmorel.gwtjackson.rebind.BeanTypeInfo
 
process(TreeLogger, JacksonTypeOracle, JType, FieldAccessors) - Static method in class com.github.nmorel.gwtjackson.rebind.BeanTypeInfo
 
process(TreeLogger, JacksonTypeOracle, FieldAccessors, BeanJsonMapperInfo) - Static method in class com.github.nmorel.gwtjackson.rebind.PropertyInfo
 
process(TreeLogger, JacksonTypeOracle, String, JParameter, BeanInfo) - Static method in class com.github.nmorel.gwtjackson.rebind.PropertyInfo
Processes and construct a PropertyInfo for a constructor parameter.
PropertyInfo - Class in com.github.nmorel.gwtjackson.rebind
 
PropertyInfo.AdditionalMethod - Interface in com.github.nmorel.gwtjackson.rebind
 
propertyName - Variable in class com.github.nmorel.gwtjackson.rebind.FieldAccessor
 

Q

QueueJsonDeserializer<T> - Class in com.github.nmorel.gwtjackson.client.deser.collection
Default JsonDeserializer implementation for Queue.
QUOTED_FUNCTION - Static variable in class com.github.nmorel.gwtjackson.rebind.CreatorUtils
 

R

rawValue(Object) - Method in class 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
 
read(String, JsonDeserializationContext) - Method in class com.github.nmorel.gwtjackson.client.AbstractObjectMapper
 
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.StringReader
Reads characters into a portion of an array.
readAndAddIdToContext(JsonReader, T, JsonDeserializationContext) - Method in class com.github.nmorel.gwtjackson.client.deser.bean.IdentityDeserializationInfo
Reads the id and adds an ObjectIdGenerator.IdKey to the context.
readIdKey(JsonReader, JsonDeserializationContext) - Method in class com.github.nmorel.gwtjackson.client.deser.bean.IdentityDeserializationInfo
Reads the id and returns an ObjectIdGenerator.IdKey to the context.

S

serialize(JsonWriter, T, JsonSerializationContext) - 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.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
 
serializeNulls(boolean) - Method in class com.github.nmorel.gwtjackson.client.JsonSerializationContext.Builder
Sets whether object members are serialized when their value is null.
serializeObject(JsonWriter, T, JsonSerializationContext) - Method in class com.github.nmorel.gwtjackson.client.ser.bean.AbstractBeanJsonSerializer
Serializes all the properties of the bean.
serializeObject(JsonWriter, T, JsonSerializationContext) - Method in class com.github.nmorel.gwtjackson.client.ser.bean.SubtypeSerializer
 
serializer - Variable in class com.github.nmorel.gwtjackson.client.ser.IterableJsonSerializer
 
setBackReference(String, Object, T[], JsonDeserializationContext) - Method in class com.github.nmorel.gwtjackson.client.deser.array.ArrayJsonDeserializer
 
setBackReference(String, Object, T, JsonDeserializationContext) - Method in class com.github.nmorel.gwtjackson.client.deser.bean.AbstractBeanJsonDeserializer
 
setBackReference(T, R, JsonDeserializationContext) - Method in interface com.github.nmorel.gwtjackson.client.deser.bean.BackReferenceProperty
 
setBackReference(String, Object, C, JsonDeserializationContext) - Method in class com.github.nmorel.gwtjackson.client.deser.collection.BaseCollectionJsonDeserializer
 
setBackReference(String, Object, I, JsonDeserializationContext) - Method in class com.github.nmorel.gwtjackson.client.deser.collection.BaseIterableJsonDeserializer
 
setBackReference(String, Object, M, JsonDeserializationContext) - Method in class com.github.nmorel.gwtjackson.client.deser.map.BaseMapJsonDeserializer
 
setBackReference(String, Object, T, JsonDeserializationContext) - Method in class com.github.nmorel.gwtjackson.client.JsonDeserializer
Set the back reference.
setBeanInfo(BeanInfo) - Method in class com.github.nmorel.gwtjackson.rebind.BeanJsonMapperInfo
 
setField(JField) - Method in class com.github.nmorel.gwtjackson.rebind.FieldAccessors
 
setFieldName(String) - Method in class com.github.nmorel.gwtjackson.rebind.FieldAccessors
 
setHtmlSafe(boolean) - Method in class com.github.nmorel.gwtjackson.client.stream.JsonWriter
Configure this writer to emit JSON that's safe for direct inclusion in HTML and XML documents.
setIdentityInfo(IdentityDeserializationInfo<T, ?>) - Method in class com.github.nmorel.gwtjackson.client.deser.bean.AbstractBeanJsonDeserializer
 
setIdentityInfo(IdentitySerializationInfo<T, ?>) - Method in class com.github.nmorel.gwtjackson.client.ser.bean.AbstractBeanJsonSerializer
 
setIdToBean(T, V) - Method in class com.github.nmorel.gwtjackson.client.deser.bean.IdentityDeserializationInfo
Override this method to set the id into the bean
setIndent(String) - Method in class com.github.nmorel.gwtjackson.client.stream.JsonWriter
Sets the indentation string to be repeated for each level of indentation in the encoded document.
setInstanceBuilder(InstanceBuilder<T>) - Method in class com.github.nmorel.gwtjackson.client.deser.bean.AbstractBeanJsonDeserializer
 
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.JsonReader
Configure this parser to be be liberal in what it accepts.
setLenient(boolean) - Method in class com.github.nmorel.gwtjackson.client.stream.JsonWriter
Configure this writer to relax its syntax rules.
setProperties(Map<String, PropertyInfo>) - Method in class com.github.nmorel.gwtjackson.rebind.BeanJsonMapperInfo
 
setProperty(PropertyInfo) - Method in class com.github.nmorel.gwtjackson.rebind.BeanIdentityInfo
 
setRequired(boolean) - Method in class com.github.nmorel.gwtjackson.rebind.PropertyInfo
 
setSerializeNulls(boolean) - Method in class com.github.nmorel.gwtjackson.client.stream.JsonWriter
Sets whether object members are serialized when their value is null.
setSuperclassInfo(SuperclassDeserializationInfo<T>) - Method in class com.github.nmorel.gwtjackson.client.deser.bean.AbstractBeanJsonDeserializer
 
setSuperclassInfo(SuperclassSerializationInfo<T>) - Method in class com.github.nmorel.gwtjackson.client.ser.bean.AbstractBeanJsonSerializer
 
skipValue() - Method in class 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.
StringKeySerializer - Class in com.github.nmorel.gwtjackson.client.ser.map.key
Default KeySerializer implementation for String.
StringReader - Class in com.github.nmorel.gwtjackson.client.stream
 
StringReader(String) - Constructor for class com.github.nmorel.gwtjackson.client.stream.StringReader
 
SUBTYPE_DESERIALIZER_CLASS - Static variable in class com.github.nmorel.gwtjackson.rebind.AbstractCreator
 
SUBTYPE_SERIALIZER_CLASS - Static variable in class com.github.nmorel.gwtjackson.rebind.AbstractCreator
 
SubtypeDeserializer<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
 
SubtypeSerializer<T> - Class in com.github.nmorel.gwtjackson.client.ser.bean
Delegate the serialization of a subtype to a corresponding AbstractBeanJsonSerializer
SubtypeSerializer() - Constructor for class com.github.nmorel.gwtjackson.client.ser.bean.SubtypeSerializer
 
SUPERCLASS_DESERIALIZATION_INFO_CLASS - Static variable in class com.github.nmorel.gwtjackson.rebind.AbstractCreator
 
SUPERCLASS_SERIALIZATION_INFO_CLASS - Static variable in class com.github.nmorel.gwtjackson.rebind.AbstractCreator
 
SuperclassDeserializationInfo<T> - Class in com.github.nmorel.gwtjackson.client.deser.bean
Contains deserialization informations about superclass
SuperclassDeserializationInfo() - Constructor for class com.github.nmorel.gwtjackson.client.deser.bean.SuperclassDeserializationInfo
 
SuperclassDeserializationInfo(JsonTypeInfo.As, String) - Constructor for class com.github.nmorel.gwtjackson.client.deser.bean.SuperclassDeserializationInfo
 
SuperclassSerializationInfo<T> - Class in com.github.nmorel.gwtjackson.client.ser.bean
Contains serialization informations about superclass
SuperclassSerializationInfo() - Constructor for class com.github.nmorel.gwtjackson.client.ser.bean.SuperclassSerializationInfo
 
SuperclassSerializationInfo(JsonTypeInfo.As, String) - Constructor for class com.github.nmorel.gwtjackson.client.ser.bean.SuperclassSerializationInfo
 

T

toString() - Method in class com.github.nmorel.gwtjackson.client.stream.JsonReader
 
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(Exception) - Method in class com.github.nmorel.gwtjackson.client.JsonDeserializationContext
Trace an error and returns a corresponding exception.
traceError(Exception, 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, Exception) - Method in class com.github.nmorel.gwtjackson.client.JsonSerializationContext
Trace an error and returns a corresponding exception.
traceError(Object, Exception, 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_PARAMETER_DESERIALIZER_FIELD_NAME - Static variable in class com.github.nmorel.gwtjackson.rebind.AbstractCreator
 
TYPE_PARAMETER_PREFIX - Static variable in class com.github.nmorel.gwtjackson.rebind.AbstractCreator
 
TYPE_PARAMETER_SERIALIZER_FIELD_NAME - Static variable in class com.github.nmorel.gwtjackson.rebind.AbstractCreator
 
typeOracle - Variable in class com.github.nmorel.gwtjackson.rebind.AbstractCreator
 

U

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.
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.
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.JsonWriter
Encodes value.
value(boolean) - Method in class com.github.nmorel.gwtjackson.client.stream.JsonWriter
Encodes value.
value(double) - Method in class com.github.nmorel.gwtjackson.client.stream.JsonWriter
Encodes value.
value(long) - Method in class com.github.nmorel.gwtjackson.client.stream.JsonWriter
Encodes value.
value(Number) - Method in class 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.
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.
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

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
 
write(T, JsonSerializationContext) - Method in class com.github.nmorel.gwtjackson.client.AbstractObjectMapper
 
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(SourceWriter) - Method in interface com.github.nmorel.gwtjackson.rebind.PropertyInfo.AdditionalMethod
 
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).
writeClassBody(SourceWriter, BeanInfo, Map<String, PropertyInfo>) - Method in class com.github.nmorel.gwtjackson.rebind.AbstractBeanJsonCreator
 
writeClassBody(SourceWriter, BeanInfo, Map<String, PropertyInfo>) - Method in class com.github.nmorel.gwtjackson.rebind.BeanJsonDeserializerCreator
 
writeClassBody(SourceWriter, BeanInfo, Map<String, PropertyInfo>) - Method in class com.github.nmorel.gwtjackson.rebind.BeanJsonSerializerCreator
 
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(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(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(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(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 

Copyright © 2013. All Rights Reserved.