- BackReferenceProperty<T,R> - Interface in com.github.nmorel.gwtjackson.client.deser.bean
-
BackReferenceProperty interface.
- Base64Utils - Class in com.github.nmorel.gwtjackson.client.utils
-
A utility to decode and encode byte arrays as Strings, using only "safe"
characters.
- Base64Utils() - Constructor for class com.github.nmorel.gwtjackson.client.utils.Base64Utils
-
- BaseCollectionJsonDeserializer<C extends Collection<T>,T> - Class in com.github.nmorel.gwtjackson.client.deser.collection
-
- BaseCollectionJsonDeserializer(JsonDeserializer<T>) - Constructor for class com.github.nmorel.gwtjackson.client.deser.collection.BaseCollectionJsonDeserializer
-
Constructor for BaseCollectionJsonDeserializer.
- BaseDateJsonDeserializer<D extends Date> - Class in com.github.nmorel.gwtjackson.client.deser
-
- BaseDateJsonDeserializer() - Constructor for class com.github.nmorel.gwtjackson.client.deser.BaseDateJsonDeserializer
-
- BaseDateJsonDeserializer.DateJsonDeserializer - Class in com.github.nmorel.gwtjackson.client.deser
-
- BaseDateJsonDeserializer.SqlDateJsonDeserializer - Class in com.github.nmorel.gwtjackson.client.deser
-
- BaseDateJsonDeserializer.SqlTimeJsonDeserializer - Class in com.github.nmorel.gwtjackson.client.deser
-
- BaseDateJsonDeserializer.SqlTimestampJsonDeserializer - Class in com.github.nmorel.gwtjackson.client.deser
-
- BaseDateJsonSerializer<D extends Date> - Class in com.github.nmorel.gwtjackson.client.ser
-
- BaseDateJsonSerializer() - Constructor for class com.github.nmorel.gwtjackson.client.ser.BaseDateJsonSerializer
-
- BaseDateJsonSerializer.DateJsonSerializer - Class in com.github.nmorel.gwtjackson.client.ser
-
- BaseDateJsonSerializer.SqlDateJsonSerializer - Class in com.github.nmorel.gwtjackson.client.ser
-
- BaseDateJsonSerializer.SqlTimeJsonSerializer - Class in com.github.nmorel.gwtjackson.client.ser
-
- BaseDateJsonSerializer.SqlTimestampJsonSerializer - Class in com.github.nmorel.gwtjackson.client.ser
-
- BaseDateKeyDeserializer<D extends Date> - Class in com.github.nmorel.gwtjackson.client.deser.map.key
-
- 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
-
- BaseDateKeyDeserializer.SqlDateKeyDeserializer - Class in com.github.nmorel.gwtjackson.client.deser.map.key
-
- BaseDateKeyDeserializer.SqlTimeKeyDeserializer - Class in com.github.nmorel.gwtjackson.client.deser.map.key
-
- BaseDateKeyDeserializer.SqlTimestampKeyDeserializer - Class in com.github.nmorel.gwtjackson.client.deser.map.key
-
- BaseIterableJsonDeserializer<I extends Iterable<T>,T> - Class in com.github.nmorel.gwtjackson.client.deser.collection
-
- BaseIterableJsonDeserializer(JsonDeserializer<T>) - Constructor for class com.github.nmorel.gwtjackson.client.deser.collection.BaseIterableJsonDeserializer
-
Constructor for BaseIterableJsonDeserializer.
- BaseListJsonDeserializer<L extends List<T>,T> - Class in com.github.nmorel.gwtjackson.client.deser.collection
-
- BaseListJsonDeserializer(JsonDeserializer<T>) - Constructor for class com.github.nmorel.gwtjackson.client.deser.collection.BaseListJsonDeserializer
-
Constructor for BaseListJsonDeserializer.
- BaseMapJsonDeserializer<M extends Map<K,V>,K,V> - Class in com.github.nmorel.gwtjackson.client.deser.map
-
- BaseMapJsonDeserializer(KeyDeserializer<K>, JsonDeserializer<V>) - Constructor for class com.github.nmorel.gwtjackson.client.deser.map.BaseMapJsonDeserializer
-
Constructor for BaseMapJsonDeserializer.
- BaseNumberJsonDeserializer<N extends Number> - Class in com.github.nmorel.gwtjackson.client.deser
-
- BaseNumberJsonDeserializer() - Constructor for class com.github.nmorel.gwtjackson.client.deser.BaseNumberJsonDeserializer
-
- BaseNumberJsonDeserializer.BigDecimalJsonDeserializer - Class in com.github.nmorel.gwtjackson.client.deser
-
- BaseNumberJsonDeserializer.BigIntegerJsonDeserializer - Class in com.github.nmorel.gwtjackson.client.deser
-
- BaseNumberJsonDeserializer.ByteJsonDeserializer - Class in com.github.nmorel.gwtjackson.client.deser
-
- BaseNumberJsonDeserializer.DoubleJsonDeserializer - Class in com.github.nmorel.gwtjackson.client.deser
-
- BaseNumberJsonDeserializer.FloatJsonDeserializer - Class in com.github.nmorel.gwtjackson.client.deser
-
- BaseNumberJsonDeserializer.IntegerJsonDeserializer - Class in com.github.nmorel.gwtjackson.client.deser
-
- BaseNumberJsonDeserializer.LongJsonDeserializer - Class in com.github.nmorel.gwtjackson.client.deser
-
- BaseNumberJsonDeserializer.NumberJsonDeserializer - Class in com.github.nmorel.gwtjackson.client.deser
-
- BaseNumberJsonDeserializer.ShortJsonDeserializer - Class in com.github.nmorel.gwtjackson.client.deser
-
- BaseNumberJsonSerializer<N extends Number> - Class in com.github.nmorel.gwtjackson.client.ser
-
- BaseNumberJsonSerializer() - Constructor for class com.github.nmorel.gwtjackson.client.ser.BaseNumberJsonSerializer
-
- BaseNumberJsonSerializer.BigDecimalJsonSerializer - Class in com.github.nmorel.gwtjackson.client.ser
-
- BaseNumberJsonSerializer.BigIntegerJsonSerializer - Class in com.github.nmorel.gwtjackson.client.ser
-
- BaseNumberJsonSerializer.ByteJsonSerializer - Class in com.github.nmorel.gwtjackson.client.ser
-
- BaseNumberJsonSerializer.DoubleJsonSerializer - Class in com.github.nmorel.gwtjackson.client.ser
-
- BaseNumberJsonSerializer.FloatJsonSerializer - Class in com.github.nmorel.gwtjackson.client.ser
-
- BaseNumberJsonSerializer.IntegerJsonSerializer - Class in com.github.nmorel.gwtjackson.client.ser
-
- BaseNumberJsonSerializer.LongJsonSerializer - Class in com.github.nmorel.gwtjackson.client.ser
-
- BaseNumberJsonSerializer.NumberJsonSerializer - Class in com.github.nmorel.gwtjackson.client.ser
-
- BaseNumberJsonSerializer.ShortJsonSerializer - Class in com.github.nmorel.gwtjackson.client.ser
-
- BaseNumberKeyDeserializer<N extends Number> - Class in com.github.nmorel.gwtjackson.client.deser.map.key
-
- 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
-
- BaseNumberKeyDeserializer.BigIntegerKeyDeserializer - Class in com.github.nmorel.gwtjackson.client.deser.map.key
-
- BaseNumberKeyDeserializer.ByteKeyDeserializer - Class in com.github.nmorel.gwtjackson.client.deser.map.key
-
- BaseNumberKeyDeserializer.DoubleKeyDeserializer - Class in com.github.nmorel.gwtjackson.client.deser.map.key
-
- BaseNumberKeyDeserializer.FloatKeyDeserializer - Class in com.github.nmorel.gwtjackson.client.deser.map.key
-
- BaseNumberKeyDeserializer.IntegerKeyDeserializer - Class in com.github.nmorel.gwtjackson.client.deser.map.key
-
- BaseNumberKeyDeserializer.LongKeyDeserializer - Class in com.github.nmorel.gwtjackson.client.deser.map.key
-
- BaseNumberKeyDeserializer.ShortKeyDeserializer - Class in com.github.nmorel.gwtjackson.client.deser.map.key
-
- BaseQueueJsonDeserializer<Q extends Queue<T>,T> - Class in com.github.nmorel.gwtjackson.client.deser.collection
-
- BaseQueueJsonDeserializer(JsonDeserializer<T>) - Constructor for class com.github.nmorel.gwtjackson.client.deser.collection.BaseQueueJsonDeserializer
-
Constructor for BaseQueueJsonDeserializer.
- BaseSetJsonDeserializer<S extends Set<T>,T> - Class in com.github.nmorel.gwtjackson.client.deser.collection
-
- BaseSetJsonDeserializer(JsonDeserializer<T>) - Constructor for class com.github.nmorel.gwtjackson.client.deser.collection.BaseSetJsonDeserializer
-
Constructor for BaseSetJsonDeserializer.
- BaseSortedSetJsonDeserializer<S extends SortedSet<T>,T> - Class in com.github.nmorel.gwtjackson.client.deser.collection
-
- BaseSortedSetJsonDeserializer(JsonDeserializer<T>) - Constructor for class com.github.nmorel.gwtjackson.client.deser.collection.BaseSortedSetJsonDeserializer
-
Constructor for BaseSortedSetJsonDeserializer.
- BeanIdentityInfo - Class in com.github.nmorel.gwtjackson.rebind.bean
-
BeanIdentityInfo class.
- beanInfo - Variable in class com.github.nmorel.gwtjackson.rebind.AbstractBeanJsonCreator
-
- BeanInfo - Class in com.github.nmorel.gwtjackson.rebind.bean
-
BeanInfo class.
- BeanJsonDeserializerCreator - Class in com.github.nmorel.gwtjackson.rebind
-
BeanJsonDeserializerCreator class.
- BeanJsonDeserializerCreator(TreeLogger, GeneratorContext, RebindConfiguration, JacksonTypeOracle, JClassType) - Constructor for class com.github.nmorel.gwtjackson.rebind.BeanJsonDeserializerCreator
-
Constructor for BeanJsonDeserializerCreator.
- BeanJsonMapperInfo - Class in com.github.nmorel.gwtjackson.rebind
-
BeanJsonMapperInfo class.
- BeanJsonMapperInfo(JClassType, String, boolean, String, String, BeanInfo, ImmutableMap<String, PropertyInfo>) - Constructor for class com.github.nmorel.gwtjackson.rebind.BeanJsonMapperInfo
-
Constructor for BeanJsonMapperInfo.
- BeanJsonSerializerCreator - Class in com.github.nmorel.gwtjackson.rebind
-
BeanJsonSerializerCreator class.
- BeanJsonSerializerCreator(TreeLogger, GeneratorContext, RebindConfiguration, JacksonTypeOracle, JClassType) - Constructor for class com.github.nmorel.gwtjackson.rebind.BeanJsonSerializerCreator
-
Constructor for BeanJsonSerializerCreator.
- beanMapper - Variable in class com.github.nmorel.gwtjackson.rebind.type.JMapperType
-
- beanMapper - Variable in class com.github.nmorel.gwtjackson.rebind.type.JMapperType.Builder
-
- beanMapper(boolean) - Method in class com.github.nmorel.gwtjackson.rebind.type.JMapperType.Builder
-
- BeanProcessor - Class in com.github.nmorel.gwtjackson.rebind.bean
-
BeanProcessor class.
- BeanProcessor() - Constructor for class com.github.nmorel.gwtjackson.rebind.bean.BeanProcessor
-
- BeanPropertyDeserializer<T,V> - Class in com.github.nmorel.gwtjackson.client.deser.bean
-
Deserializes a bean's property
- BeanPropertyDeserializer() - Constructor for class com.github.nmorel.gwtjackson.client.deser.bean.BeanPropertyDeserializer
-
- BeanPropertySerializer<T,V> - Class in com.github.nmorel.gwtjackson.client.ser.bean
-
Serializes a bean's property
- BeanPropertySerializer(String) - Constructor for class com.github.nmorel.gwtjackson.client.ser.bean.BeanPropertySerializer
-
Constructor for BeanPropertySerializer.
- BeanSubtypeDeserializer() - Constructor for class com.github.nmorel.gwtjackson.client.deser.bean.SubtypeDeserializer.BeanSubtypeDeserializer
-
- BeanSubtypeSerializer() - Constructor for class com.github.nmorel.gwtjackson.client.ser.bean.SubtypeSerializer.BeanSubtypeSerializer
-
- BeanTypeInfo - Class in com.github.nmorel.gwtjackson.rebind.bean
-
BeanTypeInfo class.
- beginArray() - Method in class com.github.nmorel.gwtjackson.client.stream.impl.DefaultJsonReader
-
Consumes the next token from the JSON stream and asserts that it is the
beginning of a new array.
- beginArray() - Method in class com.github.nmorel.gwtjackson.client.stream.impl.DefaultJsonWriter
-
Begins encoding a new array.
- beginArray() - Method in class com.github.nmorel.gwtjackson.client.stream.impl.FastJsonWriter
-
Begins encoding a new array.
- beginArray() - Method in class com.github.nmorel.gwtjackson.client.stream.impl.NonBufferedJsonReader
-
Consumes the next token from the JSON stream and asserts that it is the
beginning of a new array.
- beginArray() - Method in interface com.github.nmorel.gwtjackson.client.stream.JsonReader
-
Consumes the next token from the JSON stream and asserts that it is the
beginning of a new array.
- beginArray() - Method in interface com.github.nmorel.gwtjackson.client.stream.JsonWriter
-
Begins encoding a new array.
- beginObject() - Method in class com.github.nmorel.gwtjackson.client.stream.impl.DefaultJsonReader
-
Consumes the next token from the JSON stream and asserts that it is the
beginning of a new object.
- beginObject() - Method in class com.github.nmorel.gwtjackson.client.stream.impl.DefaultJsonWriter
-
Begins encoding a new object.
- beginObject() - Method in class com.github.nmorel.gwtjackson.client.stream.impl.FastJsonWriter
-
Begins encoding a new object.
- beginObject() - Method in class com.github.nmorel.gwtjackson.client.stream.impl.NonBufferedJsonReader
-
Consumes the next token from the JSON stream and asserts that it is the
beginning of a new object.
- beginObject() - Method in interface com.github.nmorel.gwtjackson.client.stream.JsonReader
-
Consumes the next token from the JSON stream and asserts that it is the
beginning of a new object.
- beginObject() - Method in interface com.github.nmorel.gwtjackson.client.stream.JsonWriter
-
Begins encoding a new object.
- BooleanJsonDeserializer - Class in com.github.nmorel.gwtjackson.client.deser
-
- BooleanJsonSerializer - Class in com.github.nmorel.gwtjackson.client.ser
-
- BooleanKeyDeserializer - Class in com.github.nmorel.gwtjackson.client.deser.map.key
-
- BooleanKeySerializer - Class in com.github.nmorel.gwtjackson.client.ser.map.key
-
- build() - Method in class com.github.nmorel.gwtjackson.client.JsonDeserializationContext.Builder
-
- build() - Method in class com.github.nmorel.gwtjackson.client.JsonSerializationContext.Builder
-
- build() - Method in class com.github.nmorel.gwtjackson.rebind.type.JDeserializerType.Builder
-
- build() - Method in class com.github.nmorel.gwtjackson.rebind.type.JSerializerType.Builder
-
- build() - Method in class com.github.nmorel.gwtjackson.rebind.writer.JsniCodeBlockBuilder
-
build
- buildCommonPropertyParameters(CodeBlock.Builder, PropertyInfo) - Method in class com.github.nmorel.gwtjackson.rebind.AbstractBeanJsonCreator
-
Add the common property parameters to the code builder.
- builder() - Static method in class com.github.nmorel.gwtjackson.client.JsonDeserializationContext
-
builder
- Builder() - Constructor for class com.github.nmorel.gwtjackson.client.JsonDeserializationContext.Builder
-
- builder() - Static method in class com.github.nmorel.gwtjackson.client.JsonSerializationContext
-
builder
- Builder() - Constructor for class com.github.nmorel.gwtjackson.client.JsonSerializationContext.Builder
-
- Builder() - Constructor for class com.github.nmorel.gwtjackson.rebind.type.JDeserializerType.Builder
-
- Builder() - Constructor for class com.github.nmorel.gwtjackson.rebind.type.JMapperType.Builder
-
- Builder() - Constructor for class com.github.nmorel.gwtjackson.rebind.type.JSerializerType.Builder
-
- builder() - Static method in class com.github.nmorel.gwtjackson.rebind.writer.JsniCodeBlockBuilder
-
builder
- buildSpecific(TypeSpec.Builder) - Method in class com.github.nmorel.gwtjackson.rebind.AbstractBeanJsonCreator
-
Method implemented by childs to add specific methods to the builder.
- buildSpecific(TypeSpec.Builder) - Method in class com.github.nmorel.gwtjackson.rebind.BeanJsonDeserializerCreator
-
Method implemented by childs to add specific methods to the builder.
- buildSpecific(TypeSpec.Builder) - Method in class com.github.nmorel.gwtjackson.rebind.BeanJsonSerializerCreator
-
Method implemented by childs to add specific methods to the builder.
- DATE_FORMAT_STR_ISO8601 - Static variable in class com.github.nmorel.gwtjackson.client.utils.DateFormat
-
Defines a commonly used date format that conforms
to ISO-8601 date formatting standard, when it includes basic undecorated
timezone definition
- DATE_FORMAT_STR_ISO8601_Z - Static variable in class com.github.nmorel.gwtjackson.client.utils.DateFormat
-
Same as 'regular' 8601, but handles 'Z' as an alias for "+0000"
(or "GMT")
- DATE_FORMAT_STR_PLAIN - Static variable in class com.github.nmorel.gwtjackson.client.utils.DateFormat
-
ISO-8601 with just the Date part, no time
- DATE_FORMAT_STR_RFC1123 - Static variable in class com.github.nmorel.gwtjackson.client.utils.DateFormat
-
This constant defines the date format specified by
RFC 1123 / RFC 822.
- DateFormat - Class in com.github.nmorel.gwtjackson.client.utils
-
DateFormat class.
- DateKeySerializer<D extends Date> - Class in com.github.nmorel.gwtjackson.client.ser.map.key
-
- DEFAULT - Static variable in class com.github.nmorel.gwtjackson.client.JsonDeserializerParameters
-
Constant DEFAULT
- DEFAULT - Static variable in class com.github.nmorel.gwtjackson.client.JsonSerializerParameters
-
Constant DEFAULT
- DEFAULT_WILDCARD - Static variable in class com.github.nmorel.gwtjackson.rebind.writer.JTypeName
-
Default wildcard : ?
- DefaultConfiguration - Class in com.github.nmorel.gwtjackson.rebind
-
- DefaultConfiguration() - Constructor for class com.github.nmorel.gwtjackson.rebind.DefaultConfiguration
-
- DefaultJsonReader - Class in com.github.nmorel.gwtjackson.client.stream.impl
-
Reads a JSON (
RFC 4627)
encoded value as a stream of tokens.
- DefaultJsonReader(StringReader) - Constructor for class com.github.nmorel.gwtjackson.client.stream.impl.DefaultJsonReader
-
Creates a new instance that reads a JSON-encoded stream from in.
- DefaultJsonWriter - Class in com.github.nmorel.gwtjackson.client.stream.impl
-
Writes a JSON (
RFC 4627)
encoded value to a stream, one token at a time.
- DefaultJsonWriter(StringBuilder) - Constructor for class com.github.nmorel.gwtjackson.client.stream.impl.DefaultJsonWriter
-
Creates a new instance that writes a JSON-encoded stream to out.
- DefaultSubtypeDeserializer() - Constructor for class com.github.nmorel.gwtjackson.client.deser.bean.SubtypeDeserializer.DefaultSubtypeDeserializer
-
- DefaultSubtypeSerializer() - Constructor for class com.github.nmorel.gwtjackson.client.ser.bean.SubtypeSerializer.DefaultSubtypeSerializer
-
- DELEGATION_PARAM_NAME - Static variable in class com.github.nmorel.gwtjackson.rebind.BeanJsonDeserializerCreator
-
Constant DELEGATION_PARAM_NAME="delegation"
- deserialize(JsonReader, T, String, JsonDeserializationContext) - Method in class com.github.nmorel.gwtjackson.client.deser.bean.AnySetterDeserializer
-
Deserializes the property defined for this instance.
- deserialize(JsonReader, T, JsonDeserializationContext) - Method in class com.github.nmorel.gwtjackson.client.deser.bean.BeanPropertyDeserializer
-
Deserializes the property defined for this instance.
- deserialize(JsonReader, JsonDeserializationContext) - Method in class com.github.nmorel.gwtjackson.client.deser.bean.HasDeserializerAndParameters
-
Deserializes the property defined for this instance.
- deserialize(String, JsonDeserializationContext) - Method in class com.github.nmorel.gwtjackson.client.deser.map.key.KeyDeserializer
-
Deserializes a key into an object.
- deserialize(JsonReader, JsonDeserializationContext) - Method in class com.github.nmorel.gwtjackson.client.JsonDeserializer
-
Deserializes a JSON input into an object.
- deserialize(JsonReader, JsonDeserializationContext, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.JsonDeserializer
-
Deserializes a JSON input into an object.
- deserializeDate(Date) - Method in class com.github.nmorel.gwtjackson.client.deser.map.key.BaseDateKeyDeserializer.DateKeyDeserializer
-
- deserializeDate(Date) - Method in class com.github.nmorel.gwtjackson.client.deser.map.key.BaseDateKeyDeserializer
-
deserializeDate
- deserializeDate(Date) - Method in class com.github.nmorel.gwtjackson.client.deser.map.key.BaseDateKeyDeserializer.SqlDateKeyDeserializer
-
- deserializeDate(Date) - Method in class com.github.nmorel.gwtjackson.client.deser.map.key.BaseDateKeyDeserializer.SqlTimeKeyDeserializer
-
- deserializeDate(Date) - Method in class com.github.nmorel.gwtjackson.client.deser.map.key.BaseDateKeyDeserializer.SqlTimestampKeyDeserializer
-
- deserializeInline(JsonReader, JsonDeserializationContext, JsonDeserializerParameters, IdentityDeserializationInfo, TypeDeserializationInfo, String, Map<String, String>) - Method in class com.github.nmorel.gwtjackson.client.deser.bean.AbstractBeanJsonDeserializer
-
deserializeInline
- deserializeInline(JsonReader, JsonDeserializationContext, JsonDeserializerParameters, IdentityDeserializationInfo, TypeDeserializationInfo, String, Map<String, String>) - Method in class com.github.nmorel.gwtjackson.client.deser.bean.SubtypeDeserializer.BeanSubtypeDeserializer
-
- deserializeInline(JsonReader, JsonDeserializationContext, JsonDeserializerParameters, IdentityDeserializationInfo, TypeDeserializationInfo, String, Map<String, String>) - Method in class com.github.nmorel.gwtjackson.client.deser.bean.SubtypeDeserializer.DefaultSubtypeDeserializer
-
- deserializeIntoList(JsonReader, JsonDeserializationContext, JsonDeserializer<C>, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.array.AbstractArrayJsonDeserializer
-
Deserializes the array into a
List.
- deserializeIntoList(JsonReader, JsonDeserializationContext, JsonDeserializer<C>, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.array.dd.AbstractArray2dJsonDeserializer
-
Deserializes the array into a
List.
- deserializeMillis(long) - Method in class com.github.nmorel.gwtjackson.client.deser.map.key.BaseDateKeyDeserializer.DateKeyDeserializer
-
- deserializeMillis(long) - Method in class com.github.nmorel.gwtjackson.client.deser.map.key.BaseDateKeyDeserializer
-
deserializeMillis
- deserializeMillis(long) - Method in class com.github.nmorel.gwtjackson.client.deser.map.key.BaseDateKeyDeserializer.SqlDateKeyDeserializer
-
- deserializeMillis(long) - Method in class com.github.nmorel.gwtjackson.client.deser.map.key.BaseDateKeyDeserializer.SqlTimeKeyDeserializer
-
- deserializeMillis(long) - Method in class com.github.nmorel.gwtjackson.client.deser.map.key.BaseDateKeyDeserializer.SqlTimestampKeyDeserializer
-
- deserializeNullValue(JsonReader, JsonDeserializationContext, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.JsonDeserializer
-
Deserialize the null value.
- deserializeNumber(long, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.BaseDateJsonDeserializer.DateJsonDeserializer
-
- deserializeNumber(long, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.BaseDateJsonDeserializer
-
deserializeNumber
- deserializeNumber(long, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.BaseDateJsonDeserializer.SqlDateJsonDeserializer
-
- deserializeNumber(long, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.BaseDateJsonDeserializer.SqlTimeJsonDeserializer
-
- deserializeNumber(long, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.BaseDateJsonDeserializer.SqlTimestampJsonDeserializer
-
- deserializer(Class<? extends KeyDeserializer>) - Method in class com.github.nmorel.gwtjackson.client.AbstractConfiguration.KeyTypeConfiguration
-
- deserializer(Class) - Method in class com.github.nmorel.gwtjackson.client.AbstractConfiguration.PrimitiveTypeConfiguration
-
- deserializer(Class<? extends JsonDeserializer>) - Method in class com.github.nmorel.gwtjackson.client.AbstractConfiguration.TypeConfiguration
-
- deserializer - Variable in class com.github.nmorel.gwtjackson.client.deser.collection.BaseIterableJsonDeserializer
-
- Deserializer<T> - Class in com.github.nmorel.gwtjackson.client
-
Wrapper to access both key and json deserializer for a type.
- Deserializer() - Constructor for class com.github.nmorel.gwtjackson.client.Deserializer
-
- deserializeString(String, JsonDeserializationContext, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.BaseDateJsonDeserializer.DateJsonDeserializer
-
- deserializeString(String, JsonDeserializationContext, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.BaseDateJsonDeserializer
-
deserializeString
- deserializeString(String, JsonDeserializationContext, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.BaseDateJsonDeserializer.SqlDateJsonDeserializer
-
- deserializeString(String, JsonDeserializationContext, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.BaseDateJsonDeserializer.SqlTimeJsonDeserializer
-
- deserializeString(String, JsonDeserializationContext, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.BaseDateJsonDeserializer.SqlTimestampJsonDeserializer
-
- deserializeWrapped(JsonReader, JsonDeserializationContext, JsonDeserializerParameters, IdentityDeserializationInfo, TypeDeserializationInfo, String) - Method in class com.github.nmorel.gwtjackson.client.deser.bean.AbstractBeanJsonDeserializer
-
deserializeWrapped
- deserializeWrapped(JsonReader, JsonDeserializationContext, JsonDeserializerParameters, IdentityDeserializationInfo, TypeDeserializationInfo, String) - Method in class com.github.nmorel.gwtjackson.client.deser.bean.AbstractDelegationBeanJsonDeserializer
-
deserializeWrapped
- deserializeWrapped(JsonReader, JsonDeserializationContext, JsonDeserializerParameters, IdentityDeserializationInfo, TypeDeserializationInfo, String) - Method in class com.github.nmorel.gwtjackson.client.deser.bean.AbstractObjectBeanJsonDeserializer
-
deserializeWrapped
- deserializeWrapped(JsonReader, JsonDeserializationContext, JsonDeserializerParameters, IdentityDeserializationInfo, TypeDeserializationInfo, String) - Method in class com.github.nmorel.gwtjackson.client.deser.bean.AbstractSerializableBeanJsonDeserializer
-
deserializeWrapped
- deserializeWrapped(JsonReader, JsonDeserializationContext, JsonDeserializerParameters, IdentityDeserializationInfo, TypeDeserializationInfo, String) - Method in class com.github.nmorel.gwtjackson.client.deser.bean.SubtypeDeserializer.BeanSubtypeDeserializer
-
- deserializeWrapped(JsonReader, JsonDeserializationContext, JsonDeserializerParameters, IdentityDeserializationInfo, TypeDeserializationInfo, String) - Method in class com.github.nmorel.gwtjackson.client.deser.bean.SubtypeDeserializer.DefaultSubtypeDeserializer
-
- doDeserialize(JsonReader, JsonDeserializationContext, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.array.AbstractArrayJsonDeserializer
-
Deserializes a non-null JSON input into an object.
- doDeserialize(JsonReader, JsonDeserializationContext, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.array.dd.Array2dJsonDeserializer
-
Deserializes a non-null JSON input into an object.
- doDeserialize(JsonReader, JsonDeserializationContext, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.array.dd.PrimitiveBooleanArray2dJsonDeserializer
-
Deserializes a non-null JSON input into an object.
- doDeserialize(JsonReader, JsonDeserializationContext, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.array.dd.PrimitiveByteArray2dJsonDeserializer
-
Deserializes a non-null JSON input into an object.
- doDeserialize(JsonReader, JsonDeserializationContext, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.array.dd.PrimitiveCharacterArray2dJsonDeserializer
-
Deserializes a non-null JSON input into an object.
- doDeserialize(JsonReader, JsonDeserializationContext, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.array.dd.PrimitiveDoubleArray2dJsonDeserializer
-
Deserializes a non-null JSON input into an object.
- doDeserialize(JsonReader, JsonDeserializationContext, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.array.dd.PrimitiveFloatArray2dJsonDeserializer
-
Deserializes a non-null JSON input into an object.
- doDeserialize(JsonReader, JsonDeserializationContext, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.array.dd.PrimitiveIntegerArray2dJsonDeserializer
-
Deserializes a non-null JSON input into an object.
- doDeserialize(JsonReader, JsonDeserializationContext, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.array.dd.PrimitiveLongArray2dJsonDeserializer
-
Deserializes a non-null JSON input into an object.
- doDeserialize(JsonReader, JsonDeserializationContext, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.array.dd.PrimitiveShortArray2dJsonDeserializer
-
Deserializes a non-null JSON input into an object.
- doDeserialize(JsonReader, JsonDeserializationContext, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.BaseDateJsonDeserializer
-
Deserializes a non-null JSON input into an object.
- doDeserialize(JsonReader, JsonDeserializationContext, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.BaseNumberJsonDeserializer.BigDecimalJsonDeserializer
-
- doDeserialize(JsonReader, JsonDeserializationContext, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.BaseNumberJsonDeserializer.BigIntegerJsonDeserializer
-
- doDeserialize(JsonReader, JsonDeserializationContext, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.BaseNumberJsonDeserializer.ByteJsonDeserializer
-
- doDeserialize(JsonReader, JsonDeserializationContext, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.BaseNumberJsonDeserializer.DoubleJsonDeserializer
-
- doDeserialize(JsonReader, JsonDeserializationContext, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.BaseNumberJsonDeserializer.FloatJsonDeserializer
-
- doDeserialize(JsonReader, JsonDeserializationContext, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.BaseNumberJsonDeserializer.IntegerJsonDeserializer
-
- doDeserialize(JsonReader, JsonDeserializationContext, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.BaseNumberJsonDeserializer.LongJsonDeserializer
-
- doDeserialize(JsonReader, JsonDeserializationContext, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.BaseNumberJsonDeserializer.NumberJsonDeserializer
-
- doDeserialize(JsonReader, JsonDeserializationContext, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.BaseNumberJsonDeserializer.ShortJsonDeserializer
-
- doDeserialize(JsonReader, JsonDeserializationContext, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.bean.AbstractBeanJsonDeserializer
-
Deserializes a non-null JSON input into an object.
- doDeserialize(JsonReader, JsonDeserializationContext, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.BooleanJsonDeserializer
-
Deserializes a non-null JSON input into an object.
- doDeserialize(JsonReader, JsonDeserializationContext, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.CharacterJsonDeserializer
-
Deserializes a non-null JSON input into an object.
- doDeserialize(JsonReader, JsonDeserializationContext, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.collection.BaseCollectionJsonDeserializer
-
Deserializes a non-null JSON input into an object.
- doDeserialize(JsonReader, JsonDeserializationContext, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.collection.IterableJsonDeserializer
-
Deserializes a non-null JSON input into an object.
- doDeserialize(JsonReader, JsonDeserializationContext, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.EnumJsonDeserializer
-
Deserializes a non-null JSON input into an object.
- doDeserialize(JsonReader, JsonDeserializationContext, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.JavaScriptObjectJsonDeserializer
-
Deserializes a non-null JSON input into an object.
- doDeserialize(JsonReader, JsonDeserializationContext, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.map.BaseMapJsonDeserializer
-
Deserializes a non-null JSON input into an object.
- doDeserialize(String, JsonDeserializationContext) - Method in class com.github.nmorel.gwtjackson.client.deser.map.key.BaseDateKeyDeserializer
-
Deserializes a non-null key into an object.
- doDeserialize(String, JsonDeserializationContext) - Method in class com.github.nmorel.gwtjackson.client.deser.map.key.BaseNumberKeyDeserializer.BigDecimalKeyDeserializer
-
- doDeserialize(String, JsonDeserializationContext) - Method in class com.github.nmorel.gwtjackson.client.deser.map.key.BaseNumberKeyDeserializer.BigIntegerKeyDeserializer
-
- doDeserialize(String, JsonDeserializationContext) - Method in class com.github.nmorel.gwtjackson.client.deser.map.key.BaseNumberKeyDeserializer.ByteKeyDeserializer
-
- doDeserialize(String, JsonDeserializationContext) - Method in class com.github.nmorel.gwtjackson.client.deser.map.key.BaseNumberKeyDeserializer.DoubleKeyDeserializer
-
- doDeserialize(String, JsonDeserializationContext) - Method in class com.github.nmorel.gwtjackson.client.deser.map.key.BaseNumberKeyDeserializer.FloatKeyDeserializer
-
- doDeserialize(String, JsonDeserializationContext) - Method in class com.github.nmorel.gwtjackson.client.deser.map.key.BaseNumberKeyDeserializer.IntegerKeyDeserializer
-
- doDeserialize(String, JsonDeserializationContext) - Method in class com.github.nmorel.gwtjackson.client.deser.map.key.BaseNumberKeyDeserializer.LongKeyDeserializer
-
- doDeserialize(String, JsonDeserializationContext) - Method in class com.github.nmorel.gwtjackson.client.deser.map.key.BaseNumberKeyDeserializer.ShortKeyDeserializer
-
- doDeserialize(String, JsonDeserializationContext) - Method in class com.github.nmorel.gwtjackson.client.deser.map.key.BooleanKeyDeserializer
-
Deserializes a non-null key into an object.
- doDeserialize(String, JsonDeserializationContext) - Method in class com.github.nmorel.gwtjackson.client.deser.map.key.CharacterKeyDeserializer
-
Deserializes a non-null key into an object.
- doDeserialize(String, JsonDeserializationContext) - Method in class com.github.nmorel.gwtjackson.client.deser.map.key.EnumKeyDeserializer
-
Deserializes a non-null key into an object.
- doDeserialize(String, JsonDeserializationContext) - Method in class com.github.nmorel.gwtjackson.client.deser.map.key.KeyDeserializer
-
Deserializes a non-null key into an object.
- doDeserialize(String, JsonDeserializationContext) - Method in class com.github.nmorel.gwtjackson.client.deser.map.key.StringKeyDeserializer
-
Deserializes a non-null key into an object.
- doDeserialize(String, JsonDeserializationContext) - Method in class com.github.nmorel.gwtjackson.client.deser.map.key.UUIDKeyDeserializer
-
Deserializes a non-null key into an object.
- doDeserialize(JsonReader, JsonDeserializationContext, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.StringJsonDeserializer
-
Deserializes a non-null JSON input into an object.
- doDeserialize(JsonReader, JsonDeserializationContext, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.UUIDJsonDeserializer
-
- doDeserialize(JsonReader, JsonDeserializationContext, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.VoidJsonDeserializer
-
Deserializes a non-null JSON input into an object.
- doDeserialize(JsonReader, JsonDeserializationContext, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.JsonDeserializer
-
Deserializes a non-null JSON input into an object.
- doDeserializeArray(JsonReader, JsonDeserializationContext, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.array.AbstractArrayJsonDeserializer
-
doDeserializeArray
- doDeserializeArray(JsonReader, JsonDeserializationContext, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.array.ArrayJsonDeserializer
-
doDeserializeArray
- doDeserializeArray(JsonReader, JsonDeserializationContext, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.array.cast.PrimitiveDoubleArrayJsonDeserializer
-
doDeserializeArray
- doDeserializeArray(JsonReader, JsonDeserializationContext, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.array.cast.PrimitiveIntegerArrayJsonDeserializer
-
doDeserializeArray
- doDeserializeArray(JsonReader, JsonDeserializationContext, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.array.cast.PrimitiveShortArrayJsonDeserializer
-
doDeserializeArray
- doDeserializeArray(JsonReader, JsonDeserializationContext, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.array.cast.StringArrayJsonDeserializer
-
doDeserializeArray
- doDeserializeArray(JsonReader, JsonDeserializationContext, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.array.PrimitiveBooleanArrayJsonDeserializer
-
doDeserializeArray
- doDeserializeArray(JsonReader, JsonDeserializationContext, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.array.PrimitiveByteArrayJsonDeserializer
-
doDeserializeArray
- doDeserializeArray(JsonReader, JsonDeserializationContext, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.array.PrimitiveCharacterArrayJsonDeserializer
-
doDeserializeArray
- doDeserializeArray(JsonReader, JsonDeserializationContext, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.array.PrimitiveDoubleArrayJsonDeserializer
-
doDeserializeArray
- doDeserializeArray(JsonReader, JsonDeserializationContext, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.array.PrimitiveFloatArrayJsonDeserializer
-
doDeserializeArray
- doDeserializeArray(JsonReader, JsonDeserializationContext, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.array.PrimitiveIntegerArrayJsonDeserializer
-
doDeserializeArray
- doDeserializeArray(JsonReader, JsonDeserializationContext, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.array.PrimitiveLongArrayJsonDeserializer
-
doDeserializeArray
- doDeserializeArray(JsonReader, JsonDeserializationContext, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.array.PrimitiveShortArrayJsonDeserializer
-
doDeserializeArray
- doDeserializeIntoList(JsonReader, JsonDeserializationContext, JsonDeserializer<C>, JsonDeserializerParameters, JsonToken) - Method in class com.github.nmorel.gwtjackson.client.deser.array.dd.AbstractArray2dJsonDeserializer
-
doDeserializeIntoList
- doDeserializeNonArray(JsonReader, JsonDeserializationContext, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.array.AbstractArrayJsonDeserializer
-
doDeserializeNonArray
- doDeserializeNonArray(JsonReader, JsonDeserializationContext, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.array.PrimitiveByteArrayJsonDeserializer
-
doDeserializeNonArray
- doDeserializeNonArray(JsonReader, JsonDeserializationContext, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.array.PrimitiveCharacterArrayJsonDeserializer
-
doDeserializeNonArray
- doDeserializeSingleArray(JsonReader, JsonDeserializationContext, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.array.AbstractArrayJsonDeserializer
-
doDeserializeSingleArray
- doDeserializeSingleArray(JsonReader, JsonDeserializationContext, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.array.ArrayJsonDeserializer
-
doDeserializeSingleArray
- doDeserializeSingleArray(JsonReader, JsonDeserializationContext, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.array.cast.PrimitiveDoubleArrayJsonDeserializer
-
doDeserializeSingleArray
- doDeserializeSingleArray(JsonReader, JsonDeserializationContext, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.array.cast.PrimitiveIntegerArrayJsonDeserializer
-
doDeserializeSingleArray
- doDeserializeSingleArray(JsonReader, JsonDeserializationContext, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.array.cast.PrimitiveShortArrayJsonDeserializer
-
doDeserializeSingleArray
- doDeserializeSingleArray(JsonReader, JsonDeserializationContext, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.array.cast.StringArrayJsonDeserializer
-
doDeserializeSingleArray
- doDeserializeSingleArray(JsonReader, JsonDeserializationContext, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.array.PrimitiveBooleanArrayJsonDeserializer
-
doDeserializeSingleArray
- doDeserializeSingleArray(JsonReader, JsonDeserializationContext, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.array.PrimitiveByteArrayJsonDeserializer
-
doDeserializeSingleArray
- doDeserializeSingleArray(JsonReader, JsonDeserializationContext, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.array.PrimitiveCharacterArrayJsonDeserializer
-
doDeserializeSingleArray
- doDeserializeSingleArray(JsonReader, JsonDeserializationContext, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.array.PrimitiveDoubleArrayJsonDeserializer
-
doDeserializeSingleArray
- doDeserializeSingleArray(JsonReader, JsonDeserializationContext, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.array.PrimitiveFloatArrayJsonDeserializer
-
doDeserializeSingleArray
- doDeserializeSingleArray(JsonReader, JsonDeserializationContext, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.array.PrimitiveIntegerArrayJsonDeserializer
-
doDeserializeSingleArray
- doDeserializeSingleArray(JsonReader, JsonDeserializationContext, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.array.PrimitiveLongArrayJsonDeserializer
-
doDeserializeSingleArray
- doDeserializeSingleArray(JsonReader, JsonDeserializationContext, JsonDeserializerParameters) - Method in class com.github.nmorel.gwtjackson.client.deser.array.PrimitiveShortArrayJsonDeserializer
-
doDeserializeSingleArray
- doSerialize(JsonWriter, T, JsonSerializationContext, JsonSerializerParameters) - Method in class com.github.nmorel.gwtjackson.client.JsonSerializer
-
Serializes a non-null object into JSON output.
- doSerialize(JsonWriter, T[], JsonSerializationContext, JsonSerializerParameters) - Method in class com.github.nmorel.gwtjackson.client.ser.array.ArrayJsonSerializer
-
Serializes a non-null object into JSON output.
- doSerialize(JsonWriter, T[][], JsonSerializationContext, JsonSerializerParameters) - Method in class com.github.nmorel.gwtjackson.client.ser.array.dd.Array2dJsonSerializer
-
Serializes a non-null object into JSON output.
- doSerialize(JsonWriter, boolean[][], JsonSerializationContext, JsonSerializerParameters) - Method in class com.github.nmorel.gwtjackson.client.ser.array.dd.PrimitiveBooleanArray2dJsonSerializer
-
Serializes a non-null object into JSON output.
- doSerialize(JsonWriter, byte[][], JsonSerializationContext, JsonSerializerParameters) - Method in class com.github.nmorel.gwtjackson.client.ser.array.dd.PrimitiveByteArray2dJsonSerializer
-
Serializes a non-null object into JSON output.
- doSerialize(JsonWriter, char[][], JsonSerializationContext, JsonSerializerParameters) - Method in class com.github.nmorel.gwtjackson.client.ser.array.dd.PrimitiveCharacterArray2dJsonSerializer
-
Serializes a non-null object into JSON output.
- doSerialize(JsonWriter, double[][], JsonSerializationContext, JsonSerializerParameters) - Method in class com.github.nmorel.gwtjackson.client.ser.array.dd.PrimitiveDoubleArray2dJsonSerializer
-
Serializes a non-null object into JSON output.
- doSerialize(JsonWriter, float[][], JsonSerializationContext, JsonSerializerParameters) - Method in class com.github.nmorel.gwtjackson.client.ser.array.dd.PrimitiveFloatArray2dJsonSerializer
-
Serializes a non-null object into JSON output.
- doSerialize(JsonWriter, int[][], JsonSerializationContext, JsonSerializerParameters) - Method in class com.github.nmorel.gwtjackson.client.ser.array.dd.PrimitiveIntegerArray2dJsonSerializer
-
Serializes a non-null object into JSON output.
- doSerialize(JsonWriter, long[][], JsonSerializationContext, JsonSerializerParameters) - Method in class com.github.nmorel.gwtjackson.client.ser.array.dd.PrimitiveLongArray2dJsonSerializer
-
Serializes a non-null object into JSON output.
- doSerialize(JsonWriter, short[][], JsonSerializationContext, JsonSerializerParameters) - Method in class com.github.nmorel.gwtjackson.client.ser.array.dd.PrimitiveShortArray2dJsonSerializer
-
Serializes a non-null object into JSON output.
- doSerialize(JsonWriter, boolean[], JsonSerializationContext, JsonSerializerParameters) - Method in class com.github.nmorel.gwtjackson.client.ser.array.PrimitiveBooleanArrayJsonSerializer
-
Serializes a non-null object into JSON output.
- doSerialize(JsonWriter, byte[], JsonSerializationContext, JsonSerializerParameters) - Method in class com.github.nmorel.gwtjackson.client.ser.array.PrimitiveByteArrayJsonSerializer
-
- doSerialize(JsonWriter, char[], JsonSerializationContext, JsonSerializerParameters) - Method in class com.github.nmorel.gwtjackson.client.ser.array.PrimitiveCharacterArrayJsonSerializer
-
Serializes a non-null object into JSON output.
- doSerialize(JsonWriter, double[], JsonSerializationContext, JsonSerializerParameters) - Method in class com.github.nmorel.gwtjackson.client.ser.array.PrimitiveDoubleArrayJsonSerializer
-
Serializes a non-null object into JSON output.
- doSerialize(JsonWriter, float[], JsonSerializationContext, JsonSerializerParameters) - Method in class com.github.nmorel.gwtjackson.client.ser.array.PrimitiveFloatArrayJsonSerializer
-
Serializes a non-null object into JSON output.
- doSerialize(JsonWriter, int[], JsonSerializationContext, JsonSerializerParameters) - Method in class com.github.nmorel.gwtjackson.client.ser.array.PrimitiveIntegerArrayJsonSerializer
-
Serializes a non-null object into JSON output.
- doSerialize(JsonWriter, long[], JsonSerializationContext, JsonSerializerParameters) - Method in class com.github.nmorel.gwtjackson.client.ser.array.PrimitiveLongArrayJsonSerializer
-
Serializes a non-null object into JSON output.
- doSerialize(JsonWriter, short[], JsonSerializationContext, JsonSerializerParameters) - Method in class com.github.nmorel.gwtjackson.client.ser.array.PrimitiveShortArrayJsonSerializer
-
Serializes a non-null object into JSON output.
- doSerialize(JsonWriter, Date, JsonSerializationContext, JsonSerializerParameters) - Method in class com.github.nmorel.gwtjackson.client.ser.BaseDateJsonSerializer.DateJsonSerializer
-
- doSerialize(JsonWriter, Date, JsonSerializationContext, JsonSerializerParameters) - Method in class com.github.nmorel.gwtjackson.client.ser.BaseDateJsonSerializer.SqlDateJsonSerializer
-
- doSerialize(JsonWriter, Time, JsonSerializationContext, JsonSerializerParameters) - Method in class com.github.nmorel.gwtjackson.client.ser.BaseDateJsonSerializer.SqlTimeJsonSerializer
-
- doSerialize(JsonWriter, Timestamp, JsonSerializationContext, JsonSerializerParameters) - Method in class com.github.nmorel.gwtjackson.client.ser.BaseDateJsonSerializer.SqlTimestampJsonSerializer
-
- doSerialize(JsonWriter, N, JsonSerializationContext, JsonSerializerParameters) - Method in class com.github.nmorel.gwtjackson.client.ser.BaseNumberJsonSerializer
-
Serializes a non-null object into JSON output.
- doSerialize(JsonWriter, Double, JsonSerializationContext, JsonSerializerParameters) - Method in class com.github.nmorel.gwtjackson.client.ser.BaseNumberJsonSerializer.DoubleJsonSerializer
-
- doSerialize(JsonWriter, Long, JsonSerializationContext, JsonSerializerParameters) - Method in class com.github.nmorel.gwtjackson.client.ser.BaseNumberJsonSerializer.LongJsonSerializer
-
- doSerialize(JsonWriter, T, JsonSerializationContext, JsonSerializerParameters) - Method in class com.github.nmorel.gwtjackson.client.ser.bean.AbstractBeanJsonSerializer
-
Serializes a non-null object into JSON output.
- doSerialize(JsonWriter, Boolean, JsonSerializationContext, JsonSerializerParameters) - Method in class com.github.nmorel.gwtjackson.client.ser.BooleanJsonSerializer
-
Serializes a non-null object into JSON output.
- doSerialize(JsonWriter, Character, JsonSerializationContext, JsonSerializerParameters) - Method in class com.github.nmorel.gwtjackson.client.ser.CharacterJsonSerializer
-
Serializes a non-null object into JSON output.
- doSerialize(JsonWriter, C, JsonSerializationContext, JsonSerializerParameters) - Method in class com.github.nmorel.gwtjackson.client.ser.CollectionJsonSerializer
-
Serializes a non-null object into JSON output.
- doSerialize(JsonWriter, E, JsonSerializationContext, JsonSerializerParameters) - Method in class com.github.nmorel.gwtjackson.client.ser.EnumJsonSerializer
-
Serializes a non-null object into JSON output.
- doSerialize(JsonWriter, I, JsonSerializationContext, JsonSerializerParameters) - Method in class com.github.nmorel.gwtjackson.client.ser.IterableJsonSerializer
-
Serializes a non-null object into JSON output.
- doSerialize(JsonWriter, T, JsonSerializationContext, JsonSerializerParameters) - Method in class com.github.nmorel.gwtjackson.client.ser.JavaScriptObjectJsonSerializer
-
Serializes a non-null object into JSON output.
- doSerialize(Boolean, JsonSerializationContext) - Method in class com.github.nmorel.gwtjackson.client.ser.map.key.BooleanKeySerializer
-
Serializes a non-null object into a
String to use as map's key.
- doSerialize(Date, JsonSerializationContext) - Method in class com.github.nmorel.gwtjackson.client.ser.map.key.DateKeySerializer
-
Serializes a non-null object into a
String to use as map's key.
- doSerialize(E, JsonSerializationContext) - Method in class com.github.nmorel.gwtjackson.client.ser.map.key.EnumKeySerializer
-
Serializes a non-null object into a
String to use as map's key.
- doSerialize(T, JsonSerializationContext) - Method in class com.github.nmorel.gwtjackson.client.ser.map.key.KeySerializer
-
Serializes a non-null object into a
String to use as map's key.
- doSerialize(Number, JsonSerializationContext) - Method in class com.github.nmorel.gwtjackson.client.ser.map.key.NumberKeySerializer
-
Serializes a non-null object into a
String to use as map's key.
- doSerialize(Object, JsonSerializationContext) - Method in class com.github.nmorel.gwtjackson.client.ser.map.key.ObjectKeySerializer
-
Serializes a non-null object into a
String to use as map's key.
- doSerialize(Object, JsonSerializationContext) - Method in class com.github.nmorel.gwtjackson.client.ser.map.key.ToStringKeySerializer
-
Serializes a non-null object into a
String to use as map's key.
- doSerialize(UUID, JsonSerializationContext) - Method in class com.github.nmorel.gwtjackson.client.ser.map.key.UUIDKeySerializer
-
Serializes a non-null object into a
String to use as map's key.
- doSerialize(JsonWriter, M, JsonSerializationContext, JsonSerializerParameters) - Method in class com.github.nmorel.gwtjackson.client.ser.map.MapJsonSerializer
-
Serializes a non-null object into JSON output.
- doSerialize(JsonWriter, Object, JsonSerializationContext, JsonSerializerParameters) - Method in class com.github.nmorel.gwtjackson.client.ser.RawValueJsonSerializer
-
Serializes a non-null object into JSON output.
- doSerialize(JsonWriter, String, JsonSerializationContext, JsonSerializerParameters) - Method in class com.github.nmorel.gwtjackson.client.ser.StringJsonSerializer
-
Serializes a non-null object into JSON output.
- doSerialize(JsonWriter, UUID, JsonSerializationContext, JsonSerializerParameters) - Method in class com.github.nmorel.gwtjackson.client.ser.UUIDJsonSerializer
-
Serializes a non-null object into JSON output.
- doSerialize(JsonWriter, Void, JsonSerializationContext, JsonSerializerParameters) - Method in class com.github.nmorel.gwtjackson.client.ser.VoidJsonSerializer
-
Serializes a non-null object into JSON output.
- generate(TreeLogger, GeneratorContext, String) - Method in class com.github.nmorel.gwtjackson.rebind.ObjectMapperGenerator
- generateTypeInfo(BeanTypeInfo) - Method in class com.github.nmorel.gwtjackson.rebind.AbstractBeanJsonCreator
-
- get(String) - Method in class com.github.nmorel.gwtjackson.client.deser.bean.SimpleStringMap
-
Get a value indexed by a key.
- getAccessor() - Method in class com.github.nmorel.gwtjackson.rebind.property.FieldAccessor.Accessor
-
- getAccessor(String, Object...) - Method in class com.github.nmorel.gwtjackson.rebind.property.FieldAccessor
-
getAccessor
- getAccessor(String, boolean, boolean, Object...) - Method in class com.github.nmorel.gwtjackson.rebind.property.FieldAccessor
-
getAccessor
- getAdditionalMethod() - Method in class com.github.nmorel.gwtjackson.rebind.property.FieldAccessor.Accessor
-
- getAnnotation(String, List<? extends HasAnnotations>) - Static method in class com.github.nmorel.gwtjackson.rebind.CreatorUtils
-
Returns the first occurence of the annotation found on the types
- getAnnotation(Class<T>, List<? extends HasAnnotations>) - Static method in class com.github.nmorel.gwtjackson.rebind.CreatorUtils
-
Returns the first occurence of the annotation found on the types
- getAnnotation(String) - Method in class com.github.nmorel.gwtjackson.rebind.property.PropertyAccessors
-
getAnnotation
- getAnnotation(Class<T>) - Method in class com.github.nmorel.gwtjackson.rebind.property.PropertyAccessors
-
getAnnotation
- getAnyGetterPropertyInfo() - Method in class com.github.nmorel.gwtjackson.rebind.bean.BeanInfo
-
Getter for the field anyGetterPropertyInfo.
- getAnyGetterPropertyInfo() - Method in class com.github.nmorel.gwtjackson.rebind.property.PropertiesContainer
-
Getter for the field anyGetterPropertyInfo.
- getAnySetterPropertyInfo() - Method in class com.github.nmorel.gwtjackson.rebind.bean.BeanInfo
-
Getter for the field anySetterPropertyInfo.
- getAnySetterPropertyInfo() - Method in class com.github.nmorel.gwtjackson.rebind.property.PropertiesContainer
-
Getter for the field anySetterPropertyInfo.
- getBackReference() - Method in class com.github.nmorel.gwtjackson.rebind.property.PropertyInfo
-
Getter for the field backReference.
- getBeanInfo() - Method in class com.github.nmorel.gwtjackson.rebind.BeanJsonMapperInfo
-
Getter for the field beanInfo.
- getBeanJsonMapperInfo(JClassType) - Method in class com.github.nmorel.gwtjackson.rebind.JacksonTypeOracle
-
getBeanJsonMapperInfo
- getBufferedProperties() - Method in class com.github.nmorel.gwtjackson.client.deser.bean.Instance
-
Getter for the field bufferedProperties.
- getBuilder() - Method in class com.github.nmorel.gwtjackson.rebind.bean.BeanInfo
-
Getter for the field builder.
- getClassFromJsonDeserializeAnnotation(TreeLogger, Annotation, String) - Method in class com.github.nmorel.gwtjackson.rebind.JacksonTypeOracle
-
getClassFromJsonDeserializeAnnotation
- getColumnNumber() - Method in class com.github.nmorel.gwtjackson.client.stream.impl.DefaultJsonReader
-
getColumnNumber
- getColumnNumber() - Method in class com.github.nmorel.gwtjackson.client.stream.impl.NonBufferedJsonReader
-
getColumnNumber
- getColumnNumber() - Method in interface com.github.nmorel.gwtjackson.client.stream.JsonReader
-
getColumnNumber
- getCreatorMethod() - Method in class com.github.nmorel.gwtjackson.rebind.bean.BeanInfo
-
Getter for the field creatorMethod.
- getCreatorParameters() - Method in class com.github.nmorel.gwtjackson.rebind.bean.BeanInfo
-
Getter for the field creatorParameters.
- getCreatorVisibility() - Method in class com.github.nmorel.gwtjackson.client.AbstractConfiguration
-
Getter for the field creatorVisibility.
- getCreatorVisibility() - Method in class com.github.nmorel.gwtjackson.rebind.bean.BeanInfo
-
Getter for the field creatorVisibility.
- getDefaultCreatorVisibility() - Method in class com.github.nmorel.gwtjackson.rebind.RebindConfiguration
-
Getter for the field defaultCreatorVisibility.
- getDefaultFieldVisibility() - Method in class com.github.nmorel.gwtjackson.rebind.RebindConfiguration
-
Getter for the field defaultFieldVisibility.
- getDefaultGetterVisibility() - Method in class com.github.nmorel.gwtjackson.rebind.RebindConfiguration
-
Getter for the field defaultGetterVisibility.
- getDefaultIsGetterVisibility() - Method in class com.github.nmorel.gwtjackson.rebind.RebindConfiguration
-
Getter for the field defaultIsGetterVisibility.
- getDefaultSetterVisibility() - Method in class com.github.nmorel.gwtjackson.rebind.RebindConfiguration
-
Getter for the field defaultSetterVisibility.
- getDefaultValueForType(JType) - Static method in class com.github.nmorel.gwtjackson.rebind.CreatorUtils
-
Returns the default value of the given type.
- getDeserializedType() - Method in class com.github.nmorel.gwtjackson.client.deser.bean.AbstractBeanJsonDeserializer
-
getDeserializedType
- getDeserializer() - Method in class com.github.nmorel.gwtjackson.client.AbstractObjectMapper
-
Getter for the field deserializer.
- getDeserializer() - Method in class com.github.nmorel.gwtjackson.client.deser.bean.AbstractBeanJsonDeserializer
-
getDeserializer
- getDeserializer() - Method in class com.github.nmorel.gwtjackson.client.deser.bean.HasDeserializer
-
Getter for the field deserializer.
- getDeserializer(JType) - Method in class com.github.nmorel.gwtjackson.rebind.RebindConfiguration
-
- getEnum() - Method in class com.github.nmorel.gwtjackson.rebind.JacksonTypeOracle
-
getEnum
- getEnumClass() - Method in class com.github.nmorel.gwtjackson.client.deser.EnumJsonDeserializer
-
Getter for the field enumClass.
- getEnumClass() - Method in class com.github.nmorel.gwtjackson.client.deser.map.key.EnumKeyDeserializer
-
Getter for the field enumClass.
- getField() - Method in class com.github.nmorel.gwtjackson.rebind.property.FieldAccessor
-
Getter for the field field.
- getField() - Method in class com.github.nmorel.gwtjackson.rebind.property.PropertyAccessors
-
Getter for the field field.
- getFieldVisibility() - Method in class com.github.nmorel.gwtjackson.client.AbstractConfiguration
-
Getter for the field fieldVisibility.
- getFieldVisibility() - Method in class com.github.nmorel.gwtjackson.rebind.bean.BeanInfo
-
Getter for the field fieldVisibility.
- getFormat() - Method in class com.github.nmorel.gwtjackson.rebind.property.PropertyInfo
-
Getter for the field format.
- getGenerator() - Method in class com.github.nmorel.gwtjackson.rebind.bean.BeanIdentityInfo
-
Getter for the field generator.
- getGetter() - Method in class com.github.nmorel.gwtjackson.rebind.property.PropertyAccessors
-
Getter for the field getter.
- getGetterAccessor() - Method in class com.github.nmorel.gwtjackson.rebind.property.PropertyInfo
-
Getter for the field getterAccessor.
- getGetterVisibility() - Method in class com.github.nmorel.gwtjackson.client.AbstractConfiguration
-
Getter for the field getterVisibility.
- getGetterVisibility() - Method in class com.github.nmorel.gwtjackson.rebind.bean.BeanInfo
-
Getter for the field getterVisibility.
- getIdentityInfo() - Method in class com.github.nmorel.gwtjackson.client.JsonDeserializerParameters
-
Getter for the field identityInfo.
- getIdentityInfo() - Method in class com.github.nmorel.gwtjackson.client.JsonSerializerParameters
-
Getter for the field identityInfo.
- getIdentityInfo() - Method in class com.github.nmorel.gwtjackson.rebind.bean.BeanInfo
-
Getter for the field identityInfo.
- getIdentityInfo() - Method in class com.github.nmorel.gwtjackson.rebind.property.PropertyInfo
-
Getter for the field identityInfo.
- getIgnoredFields() - Method in class com.github.nmorel.gwtjackson.rebind.bean.BeanInfo
-
Getter for the field ignoredFields.
- getIgnoredProperties() - Method in class com.github.nmorel.gwtjackson.client.JsonDeserializerParameters
-
Getter for the field ignoredProperties.
- getIgnoredProperties() - Method in class com.github.nmorel.gwtjackson.client.JsonSerializerParameters
-
Getter for the field ignoredProperties.
- getIgnoredProperties() - Method in class com.github.nmorel.gwtjackson.rebind.property.PropertyInfo
-
Getter for the field ignoredProperties.
- getIgnoreUnknown() - Method in class com.github.nmorel.gwtjackson.rebind.property.PropertyInfo
-
Getter for the field ignoreUnknown.
- getInclude() - Method in class com.github.nmorel.gwtjackson.client.deser.bean.TypeDeserializationInfo
-
Getter for the field include.
- getInclude() - Method in class com.github.nmorel.gwtjackson.client.JsonSerializerParameters
-
Getter for the field include.
- getInclude() - Method in class com.github.nmorel.gwtjackson.client.ser.bean.TypeSerializationInfo
-
Getter for the field include.
- getInclude() - Method in class com.github.nmorel.gwtjackson.rebind.bean.BeanInfo
-
Getter for the field include.
- getInclude() - Method in class com.github.nmorel.gwtjackson.rebind.bean.BeanTypeInfo
-
Getter for the field include.
- getInclude() - Method in class com.github.nmorel.gwtjackson.rebind.property.PropertyInfo
-
Getter for the field include.
- getInput() - Method in class com.github.nmorel.gwtjackson.client.stream.impl.DefaultJsonReader
-
getInput
- getInput() - Method in class com.github.nmorel.gwtjackson.client.stream.impl.NonBufferedJsonReader
-
getInput
- getInput() - Method in class com.github.nmorel.gwtjackson.client.stream.impl.StringReader
-
getInput
- getInput() - Method in interface com.github.nmorel.gwtjackson.client.stream.JsonReader
-
getInput
- getInstance() - Static method in class com.github.nmorel.gwtjackson.client.deser.array.cast.PrimitiveDoubleArrayJsonDeserializer
-
getInstance
- getInstance() - Static method in class com.github.nmorel.gwtjackson.client.deser.array.cast.PrimitiveIntegerArrayJsonDeserializer
-
getInstance
- getInstance() - Static method in class com.github.nmorel.gwtjackson.client.deser.array.cast.PrimitiveShortArrayJsonDeserializer
-
getInstance
- getInstance() - Static method in class com.github.nmorel.gwtjackson.client.deser.array.cast.StringArrayJsonDeserializer
-
getInstance
- getInstance() - Static method in class com.github.nmorel.gwtjackson.client.deser.array.dd.PrimitiveBooleanArray2dJsonDeserializer
-
getInstance
- getInstance() - Static method in class com.github.nmorel.gwtjackson.client.deser.array.dd.PrimitiveByteArray2dJsonDeserializer
-
getInstance
- getInstance() - Static method in class com.github.nmorel.gwtjackson.client.deser.array.dd.PrimitiveCharacterArray2dJsonDeserializer
-
getInstance
- getInstance() - Static method in class com.github.nmorel.gwtjackson.client.deser.array.dd.PrimitiveDoubleArray2dJsonDeserializer
-
getInstance
- getInstance() - Static method in class com.github.nmorel.gwtjackson.client.deser.array.dd.PrimitiveFloatArray2dJsonDeserializer
-
getInstance
- getInstance() - Static method in class com.github.nmorel.gwtjackson.client.deser.array.dd.PrimitiveIntegerArray2dJsonDeserializer
-
getInstance
- getInstance() - Static method in class com.github.nmorel.gwtjackson.client.deser.array.dd.PrimitiveLongArray2dJsonDeserializer
-
getInstance
- getInstance() - Static method in class com.github.nmorel.gwtjackson.client.deser.array.dd.PrimitiveShortArray2dJsonDeserializer
-
getInstance
- getInstance() - Static method in class com.github.nmorel.gwtjackson.client.deser.array.PrimitiveBooleanArrayJsonDeserializer
-
getInstance
- getInstance() - Static method in class com.github.nmorel.gwtjackson.client.deser.array.PrimitiveByteArrayJsonDeserializer
-
getInstance
- getInstance() - Static method in class com.github.nmorel.gwtjackson.client.deser.array.PrimitiveCharacterArrayJsonDeserializer
-
getInstance
- getInstance() - Static method in class com.github.nmorel.gwtjackson.client.deser.array.PrimitiveDoubleArrayJsonDeserializer
-
getInstance
- getInstance() - Static method in class com.github.nmorel.gwtjackson.client.deser.array.PrimitiveFloatArrayJsonDeserializer
-
getInstance
- getInstance() - Static method in class com.github.nmorel.gwtjackson.client.deser.array.PrimitiveIntegerArrayJsonDeserializer
-
getInstance
- getInstance() - Static method in class com.github.nmorel.gwtjackson.client.deser.array.PrimitiveLongArrayJsonDeserializer
-
getInstance
- getInstance() - Static method in class com.github.nmorel.gwtjackson.client.deser.array.PrimitiveShortArrayJsonDeserializer
-
getInstance
- getInstance() - Static method in class com.github.nmorel.gwtjackson.client.deser.BaseDateJsonDeserializer.DateJsonDeserializer
-
- getInstance() - Static method in class com.github.nmorel.gwtjackson.client.deser.BaseDateJsonDeserializer.SqlDateJsonDeserializer
-
- getInstance() - Static method in class com.github.nmorel.gwtjackson.client.deser.BaseDateJsonDeserializer.SqlTimeJsonDeserializer
-
- getInstance() - Static method in class com.github.nmorel.gwtjackson.client.deser.BaseDateJsonDeserializer.SqlTimestampJsonDeserializer
-
- getInstance() - Static method in class com.github.nmorel.gwtjackson.client.deser.BaseNumberJsonDeserializer.BigDecimalJsonDeserializer
-
- getInstance() - Static method in class com.github.nmorel.gwtjackson.client.deser.BaseNumberJsonDeserializer.BigIntegerJsonDeserializer
-
- getInstance() - Static method in class com.github.nmorel.gwtjackson.client.deser.BaseNumberJsonDeserializer.ByteJsonDeserializer
-
- getInstance() - Static method in class com.github.nmorel.gwtjackson.client.deser.BaseNumberJsonDeserializer.DoubleJsonDeserializer
-
- getInstance() - Static method in class com.github.nmorel.gwtjackson.client.deser.BaseNumberJsonDeserializer.FloatJsonDeserializer
-
- getInstance() - Static method in class com.github.nmorel.gwtjackson.client.deser.BaseNumberJsonDeserializer.IntegerJsonDeserializer
-
- getInstance() - Static method in class com.github.nmorel.gwtjackson.client.deser.BaseNumberJsonDeserializer.LongJsonDeserializer
-
- getInstance() - Static method in class com.github.nmorel.gwtjackson.client.deser.BaseNumberJsonDeserializer.NumberJsonDeserializer
-
- getInstance() - Static method in class com.github.nmorel.gwtjackson.client.deser.BaseNumberJsonDeserializer.ShortJsonDeserializer
-
- getInstance() - Method in class com.github.nmorel.gwtjackson.client.deser.bean.Instance
-
Getter for the field instance.
- getInstance() - Static method in class com.github.nmorel.gwtjackson.client.deser.BooleanJsonDeserializer
-
getInstance
- getInstance() - Static method in class com.github.nmorel.gwtjackson.client.deser.CharacterJsonDeserializer
-
getInstance
- getInstance() - Static method in class com.github.nmorel.gwtjackson.client.deser.JavaScriptObjectJsonDeserializer
-
getInstance
- getInstance() - Static method in class com.github.nmorel.gwtjackson.client.deser.map.key.BaseDateKeyDeserializer.DateKeyDeserializer
-
- getInstance() - Static method in class com.github.nmorel.gwtjackson.client.deser.map.key.BaseDateKeyDeserializer.SqlDateKeyDeserializer
-
- getInstance() - Static method in class com.github.nmorel.gwtjackson.client.deser.map.key.BaseDateKeyDeserializer.SqlTimeKeyDeserializer
-
- getInstance() - Static method in class com.github.nmorel.gwtjackson.client.deser.map.key.BaseDateKeyDeserializer.SqlTimestampKeyDeserializer
-
- getInstance() - Static method in class com.github.nmorel.gwtjackson.client.deser.map.key.BaseNumberKeyDeserializer.BigDecimalKeyDeserializer
-
- getInstance() - Static method in class com.github.nmorel.gwtjackson.client.deser.map.key.BaseNumberKeyDeserializer.BigIntegerKeyDeserializer
-
- getInstance() - Static method in class com.github.nmorel.gwtjackson.client.deser.map.key.BaseNumberKeyDeserializer.ByteKeyDeserializer
-
- getInstance() - Static method in class com.github.nmorel.gwtjackson.client.deser.map.key.BaseNumberKeyDeserializer.DoubleKeyDeserializer
-
- getInstance() - Static method in class com.github.nmorel.gwtjackson.client.deser.map.key.BaseNumberKeyDeserializer.FloatKeyDeserializer
-
- getInstance() - Static method in class com.github.nmorel.gwtjackson.client.deser.map.key.BaseNumberKeyDeserializer.IntegerKeyDeserializer
-
- getInstance() - Static method in class com.github.nmorel.gwtjackson.client.deser.map.key.BaseNumberKeyDeserializer.LongKeyDeserializer
-
- getInstance() - Static method in class com.github.nmorel.gwtjackson.client.deser.map.key.BaseNumberKeyDeserializer.ShortKeyDeserializer
-
- getInstance() - Static method in class com.github.nmorel.gwtjackson.client.deser.map.key.BooleanKeyDeserializer
-
getInstance
- getInstance() - Static method in class com.github.nmorel.gwtjackson.client.deser.map.key.CharacterKeyDeserializer
-
getInstance
- getInstance() - Static method in class com.github.nmorel.gwtjackson.client.deser.map.key.StringKeyDeserializer
-
getInstance
- getInstance() - Static method in class com.github.nmorel.gwtjackson.client.deser.map.key.UUIDKeyDeserializer
-
getInstance
- getInstance() - Static method in class com.github.nmorel.gwtjackson.client.deser.StringJsonDeserializer
-
getInstance
- getInstance() - Static method in class com.github.nmorel.gwtjackson.client.deser.UUIDJsonDeserializer
-
- getInstance() - Static method in class com.github.nmorel.gwtjackson.client.deser.VoidJsonDeserializer
-
getInstance
- getInstance() - Static method in class com.github.nmorel.gwtjackson.client.ser.array.dd.PrimitiveBooleanArray2dJsonSerializer
-
getInstance
- getInstance() - Static method in class com.github.nmorel.gwtjackson.client.ser.array.dd.PrimitiveByteArray2dJsonSerializer
-
getInstance
- getInstance() - Static method in class com.github.nmorel.gwtjackson.client.ser.array.dd.PrimitiveCharacterArray2dJsonSerializer
-
getInstance
- getInstance() - Static method in class com.github.nmorel.gwtjackson.client.ser.array.dd.PrimitiveDoubleArray2dJsonSerializer
-
getInstance
- getInstance() - Static method in class com.github.nmorel.gwtjackson.client.ser.array.dd.PrimitiveFloatArray2dJsonSerializer
-
getInstance
- getInstance() - Static method in class com.github.nmorel.gwtjackson.client.ser.array.dd.PrimitiveIntegerArray2dJsonSerializer
-
getInstance
- getInstance() - Static method in class com.github.nmorel.gwtjackson.client.ser.array.dd.PrimitiveLongArray2dJsonSerializer
-
getInstance
- getInstance() - Static method in class com.github.nmorel.gwtjackson.client.ser.array.dd.PrimitiveShortArray2dJsonSerializer
-
getInstance
- getInstance() - Static method in class com.github.nmorel.gwtjackson.client.ser.array.PrimitiveBooleanArrayJsonSerializer
-
getInstance
- getInstance() - Static method in class com.github.nmorel.gwtjackson.client.ser.array.PrimitiveByteArrayJsonSerializer
-
- getInstance() - Static method in class com.github.nmorel.gwtjackson.client.ser.array.PrimitiveCharacterArrayJsonSerializer
-
getInstance
- getInstance() - Static method in class com.github.nmorel.gwtjackson.client.ser.array.PrimitiveDoubleArrayJsonSerializer
-
getInstance
- getInstance() - Static method in class com.github.nmorel.gwtjackson.client.ser.array.PrimitiveFloatArrayJsonSerializer
-
getInstance
- getInstance() - Static method in class com.github.nmorel.gwtjackson.client.ser.array.PrimitiveIntegerArrayJsonSerializer
-
getInstance
- getInstance() - Static method in class com.github.nmorel.gwtjackson.client.ser.array.PrimitiveLongArrayJsonSerializer
-
getInstance
- getInstance() - Static method in class com.github.nmorel.gwtjackson.client.ser.array.PrimitiveShortArrayJsonSerializer
-
getInstance
- getInstance() - Static method in class com.github.nmorel.gwtjackson.client.ser.BaseDateJsonSerializer.DateJsonSerializer
-
- getInstance() - Static method in class com.github.nmorel.gwtjackson.client.ser.BaseDateJsonSerializer.SqlDateJsonSerializer
-
- getInstance() - Static method in class com.github.nmorel.gwtjackson.client.ser.BaseDateJsonSerializer.SqlTimeJsonSerializer
-
- getInstance() - Static method in class com.github.nmorel.gwtjackson.client.ser.BaseDateJsonSerializer.SqlTimestampJsonSerializer
-
- getInstance() - Static method in class com.github.nmorel.gwtjackson.client.ser.BaseNumberJsonSerializer.BigDecimalJsonSerializer
-
- getInstance() - Static method in class com.github.nmorel.gwtjackson.client.ser.BaseNumberJsonSerializer.BigIntegerJsonSerializer
-
- getInstance() - Static method in class com.github.nmorel.gwtjackson.client.ser.BaseNumberJsonSerializer.ByteJsonSerializer
-
- getInstance() - Static method in class com.github.nmorel.gwtjackson.client.ser.BaseNumberJsonSerializer.DoubleJsonSerializer
-
- getInstance() - Static method in class com.github.nmorel.gwtjackson.client.ser.BaseNumberJsonSerializer.FloatJsonSerializer
-
- getInstance() - Static method in class com.github.nmorel.gwtjackson.client.ser.BaseNumberJsonSerializer.IntegerJsonSerializer
-
- getInstance() - Static method in class com.github.nmorel.gwtjackson.client.ser.BaseNumberJsonSerializer.LongJsonSerializer
-
- getInstance() - Static method in class com.github.nmorel.gwtjackson.client.ser.BaseNumberJsonSerializer.NumberJsonSerializer
-
- getInstance() - Static method in class com.github.nmorel.gwtjackson.client.ser.BaseNumberJsonSerializer.ShortJsonSerializer
-
- getInstance() - Static method in class com.github.nmorel.gwtjackson.client.ser.BooleanJsonSerializer
-
getInstance
- getInstance() - Static method in class com.github.nmorel.gwtjackson.client.ser.CharacterJsonSerializer
-
getInstance
- getInstance() - Static method in class com.github.nmorel.gwtjackson.client.ser.EnumJsonSerializer
-
getInstance
- getInstance() - Static method in class com.github.nmorel.gwtjackson.client.ser.JavaScriptObjectJsonSerializer
-
getInstance
- getInstance() - Static method in class com.github.nmorel.gwtjackson.client.ser.map.key.BooleanKeySerializer
-
getInstance
- getInstance() - Static method in class com.github.nmorel.gwtjackson.client.ser.map.key.DateKeySerializer
-
getInstance
- getInstance() - Static method in class com.github.nmorel.gwtjackson.client.ser.map.key.EnumKeySerializer
-
getInstance
- getInstance() - Static method in class com.github.nmorel.gwtjackson.client.ser.map.key.NumberKeySerializer
-
getInstance
- getInstance() - Static method in class com.github.nmorel.gwtjackson.client.ser.map.key.ObjectKeySerializer
-
getInstance
- getInstance() - Static method in class com.github.nmorel.gwtjackson.client.ser.map.key.ToStringKeySerializer
-
getInstance
- getInstance() - Static method in class com.github.nmorel.gwtjackson.client.ser.map.key.UUIDKeySerializer
-
getInstance
- getInstance() - Static method in class com.github.nmorel.gwtjackson.client.ser.RawValueJsonSerializer
-
getInstance
- getInstance() - Static method in class com.github.nmorel.gwtjackson.client.ser.StringJsonSerializer
-
getInstance
- getInstance() - Static method in class com.github.nmorel.gwtjackson.client.ser.UUIDJsonSerializer
-
getInstance
- getInstance() - Static method in class com.github.nmorel.gwtjackson.client.ser.VoidJsonSerializer
-
getInstance
- getInstance() - Method in class com.github.nmorel.gwtjackson.rebind.type.JMapperType
-
Getter for the field instance.
- getInstance() - Method in class com.github.nmorel.gwtjackson.rebind.type.JParameterizedMapper
-
getInstance
- getInstanceCreationMethod() - Method in class com.github.nmorel.gwtjackson.rebind.RebindConfiguration.MapperInstance
-
- getIsGetterVisibility() - Method in class com.github.nmorel.gwtjackson.client.AbstractConfiguration
-
Getter for the field isGetterVisibility.
- getIsGetterVisibility() - Method in class com.github.nmorel.gwtjackson.rebind.bean.BeanInfo
-
Getter for the field isGetterVisibility.
- getJavaLangObject() - Method in class com.github.nmorel.gwtjackson.rebind.JacksonTypeOracle
-
getJavaLangObject
- getJavaScriptObject() - Method in class com.github.nmorel.gwtjackson.rebind.JacksonTypeOracle
-
getJavaScriptObject
- getJson() - Method in class com.github.nmorel.gwtjackson.rebind.type.JParameterizedMapper
-
Getter for the field json.
- getJsonClass() - Method in class com.github.nmorel.gwtjackson.rebind.type.JParameterizedDeserializer
-
getJsonClass
- getJsonClass() - Method in class com.github.nmorel.gwtjackson.rebind.type.JParameterizedMapper
-
getJsonClass
- getJsonClass() - Method in class com.github.nmorel.gwtjackson.rebind.type.JParameterizedSerializer
-
getJsonClass
- getJsonDeserializerFromType(JType) - Method in class com.github.nmorel.gwtjackson.rebind.AbstractCreator
-
- getJsonDeserializerFromType(JType, boolean) - Method in class com.github.nmorel.gwtjackson.rebind.AbstractCreator
-
- getJsonSerializerFromType(JType) - Method in class com.github.nmorel.gwtjackson.rebind.AbstractCreator
-
- getJsonSerializerFromType(JType, boolean) - Method in class com.github.nmorel.gwtjackson.rebind.AbstractCreator
-
- getKey() - Method in class com.github.nmorel.gwtjackson.rebind.type.JParameterizedMapper
-
Getter for the field key.
- getKeyClass() - Method in class com.github.nmorel.gwtjackson.rebind.type.JParameterizedDeserializer
-
getKeyClass
- getKeyClass() - Method in class com.github.nmorel.gwtjackson.rebind.type.JParameterizedMapper
-
getKeyClass
- getKeyClass() - Method in class com.github.nmorel.gwtjackson.rebind.type.JParameterizedSerializer
-
getKeyClass
- getKeyDeserializer(JType) - Method in class com.github.nmorel.gwtjackson.rebind.RebindConfiguration
-
- getKeyDeserializerFromType(JType) - Method in class com.github.nmorel.gwtjackson.rebind.AbstractCreator
-
- getKeyDeserializerFromType(JType, boolean, boolean) - Method in class com.github.nmorel.gwtjackson.rebind.AbstractCreator
-
- getKeySerializer(JType) - Method in class com.github.nmorel.gwtjackson.rebind.RebindConfiguration
-
- getKeySerializerFromType(JType) - Method in class com.github.nmorel.gwtjackson.rebind.AbstractCreator
-
- getKeySerializerFromType(JType, boolean, boolean) - Method in class com.github.nmorel.gwtjackson.rebind.AbstractCreator
-
- getLineNumber() - Method in class com.github.nmorel.gwtjackson.client.stream.impl.DefaultJsonReader
-
getLineNumber
- getLineNumber() - Method in class com.github.nmorel.gwtjackson.client.stream.impl.NonBufferedJsonReader
-
getLineNumber
- getLineNumber() - Method in interface com.github.nmorel.gwtjackson.client.stream.JsonReader
-
getLineNumber
- getLocale() - Method in class com.github.nmorel.gwtjackson.client.JsonDeserializerParameters
-
Getter for the field locale.
- getLocale() - Method in class com.github.nmorel.gwtjackson.client.JsonSerializerParameters
-
Getter for the field locale.
- getLogger() - Method in class com.github.nmorel.gwtjackson.client.JsonDeserializationContext
-
getLogger
- getLogger() - Method in class com.github.nmorel.gwtjackson.client.JsonMappingContext
-
getLogger
- getLogger() - Method in class com.github.nmorel.gwtjackson.client.JsonSerializationContext
-
getLogger
- getMainClass() - Method in class com.github.nmorel.gwtjackson.rebind.type.JParameterizedDeserializer
-
getMainClass
- getMainClass() - Method in class com.github.nmorel.gwtjackson.rebind.type.JParameterizedMapper
-
getMainClass
- getMainClass() - Method in class com.github.nmorel.gwtjackson.rebind.type.JParameterizedSerializer
-
getMainClass
- getManagedReference() - Method in class com.github.nmorel.gwtjackson.rebind.property.PropertyInfo
-
Getter for the field managedReference.
- getMapMixInAnnotations() - Method in class com.github.nmorel.gwtjackson.client.AbstractConfiguration
-
Getter for the field mapMixInAnnotations.
- getMapperInfo() - Method in class com.github.nmorel.gwtjackson.rebind.AbstractBeanJsonCreator
-
getMapperInfo
- getMapperInfo(JClassType) - Method in class com.github.nmorel.gwtjackson.rebind.AbstractCreator
-
Returns the mapper information for the given type.
- getMapperInfo() - Method in class com.github.nmorel.gwtjackson.rebind.AbstractCreator
-
getMapperInfo
- getMapperInfo() - Method in class com.github.nmorel.gwtjackson.rebind.ObjectMapperCreator
-
getMapperInfo
- getMapperType() - Method in class com.github.nmorel.gwtjackson.rebind.RebindConfiguration.MapperInstance
-
- getMapTypeToDeserializationMetadata() - Method in class com.github.nmorel.gwtjackson.rebind.bean.BeanTypeInfo
-
Getter for the field mapTypeToDeserializationMetadata.
- getMapTypeToDeserializer() - Method in class com.github.nmorel.gwtjackson.client.AbstractConfiguration
-
Getter for the field mapTypeToDeserializer.
- getMapTypeToKeyDeserializer() - Method in class com.github.nmorel.gwtjackson.client.AbstractConfiguration
-
Getter for the field mapTypeToKeyDeserializer.
- getMapTypeToKeySerializer() - Method in class com.github.nmorel.gwtjackson.client.AbstractConfiguration
-
Getter for the field mapTypeToKeySerializer.
- getMapTypeToSerializationMetadata() - Method in class com.github.nmorel.gwtjackson.rebind.bean.BeanTypeInfo
-
Getter for the field mapTypeToSerializationMetadata.
- getMapTypeToSerializer() - Method in class com.github.nmorel.gwtjackson.client.AbstractConfiguration
-
Getter for the field mapTypeToSerializer.
- getMethod() - Method in class com.github.nmorel.gwtjackson.rebind.property.FieldAccessor
-
Getter for the field method.
- getMixInAnnotations(JType) - Method in class com.github.nmorel.gwtjackson.rebind.RebindConfiguration
-
Return the mixin type for the given type
- getObjectId(Object) - Method in class com.github.nmorel.gwtjackson.client.JsonSerializationContext
-
getObjectId
- getObjectId(T, JsonSerializationContext) - Method in class com.github.nmorel.gwtjackson.client.ser.bean.AbstractIdentitySerializationInfo
-
getObjectId
- getObjectId(T, JsonSerializationContext) - Method in interface com.github.nmorel.gwtjackson.client.ser.bean.IdentitySerializationInfo
-
getObjectId
- getObjectId(T, JsonSerializationContext) - Method in class com.github.nmorel.gwtjackson.client.ser.bean.PropertyIdentitySerializationInfo
-
getObjectId
- getObjectWithId(ObjectIdGenerator.IdKey) - Method in class com.github.nmorel.gwtjackson.client.JsonDeserializationContext
-
getObjectWithId
- getOutput() - Method in class com.github.nmorel.gwtjackson.client.stream.impl.DefaultJsonWriter
-
getOutput
- getOutput() - Method in class com.github.nmorel.gwtjackson.client.stream.impl.FastJsonWriter
-
getOutput
- getOutput() - Method in interface com.github.nmorel.gwtjackson.client.stream.JsonWriter
-
getOutput
- getPackageName() - Method in class com.github.nmorel.gwtjackson.rebind.BeanJsonMapperInfo
-
Getter for the field packageName.
- getParameter() - Method in class com.github.nmorel.gwtjackson.rebind.property.PropertyAccessors
-
Getter for the field parameter.
- getParameterizedTypes() - Method in class com.github.nmorel.gwtjackson.rebind.bean.BeanInfo
-
Getter for the field parameterizedTypes.
- getParameters() - Method in class com.github.nmorel.gwtjackson.client.deser.bean.HasDeserializerAndParameters
-
Getter for the field parameters.
- getParameters() - Method in class com.github.nmorel.gwtjackson.client.ser.bean.BeanPropertySerializer
-
Getter for the field parameters.
- getParameters() - Method in class com.github.nmorel.gwtjackson.rebind.RebindConfiguration.MapperInstance
-
- getParameters() - Method in class com.github.nmorel.gwtjackson.rebind.type.JMapperType
-
Getter for the field parameters.
- getParametersDeserializer() - Method in interface com.github.nmorel.gwtjackson.client.deser.bean.InstanceBuilder
-
getParametersDeserializer
- getPattern() - Method in class com.github.nmorel.gwtjackson.client.JsonDeserializerParameters
-
Getter for the field pattern.
- getPattern() - Method in class com.github.nmorel.gwtjackson.client.JsonSerializerParameters
-
Getter for the field pattern.
- getPrintWriter(String, String) - Method in class com.github.nmorel.gwtjackson.rebind.AbstractCreator
-
- getProperties() - Method in class com.github.nmorel.gwtjackson.rebind.BeanJsonMapperInfo
-
Getter for the field properties.
- getProperties() - Method in class com.github.nmorel.gwtjackson.rebind.property.PropertiesContainer
-
Getter for the field properties.
- getPropertyName() - Method in class com.github.nmorel.gwtjackson.client.deser.bean.AbstractIdentityDeserializationInfo
-
getPropertyName
- getPropertyName() - Method in interface com.github.nmorel.gwtjackson.client.deser.bean.IdentityDeserializationInfo
-
getPropertyName
- getPropertyName() - Method in class com.github.nmorel.gwtjackson.client.deser.bean.PropertyIdentityDeserializationInfo
-
getPropertyName
- getPropertyName() - Method in class com.github.nmorel.gwtjackson.client.deser.bean.TypeDeserializationInfo
-
Getter for the field propertyName.
- getPropertyName() - Method in class com.github.nmorel.gwtjackson.client.ser.bean.AbstractIdentitySerializationInfo
-
getPropertyName
- getPropertyName() - Method in class com.github.nmorel.gwtjackson.client.ser.bean.BeanPropertySerializer
-
Getter for the field propertyName.
- getPropertyName() - Method in interface com.github.nmorel.gwtjackson.client.ser.bean.IdentitySerializationInfo
-
getPropertyName
- getPropertyName() - Method in class com.github.nmorel.gwtjackson.client.ser.bean.TypeSerializationInfo
-
Getter for the field propertyName.
- getPropertyName() - Method in class com.github.nmorel.gwtjackson.rebind.bean.BeanIdentityInfo
-
Getter for the field propertyName.
- getPropertyName() - Method in class com.github.nmorel.gwtjackson.rebind.bean.BeanTypeInfo
-
Getter for the field propertyName.
- getPropertyName() - Method in class com.github.nmorel.gwtjackson.rebind.property.PropertyAccessors
-
Getter for the field propertyName.
- getPropertyName() - Method in class com.github.nmorel.gwtjackson.rebind.property.PropertyInfo
-
Getter for the field propertyName.
- getPropertyOrderList() - Method in class com.github.nmorel.gwtjackson.rebind.bean.BeanInfo
-
Getter for the field propertyOrderList.
- getRootMapperClass() - Method in class com.github.nmorel.gwtjackson.rebind.RebindConfiguration
-
Getter for the field rootMapperClass.
- getRootMapperHash() - Method in class com.github.nmorel.gwtjackson.rebind.RebindConfiguration
-
Getter for the field rootMapperHash.
- getScope() - Method in class com.github.nmorel.gwtjackson.rebind.bean.BeanIdentityInfo
-
Getter for the field scope.
- getSerializedType() - Method in class com.github.nmorel.gwtjackson.client.ser.bean.AbstractBeanJsonSerializer
-
getSerializedType
- getSerializeNulls() - Method in class com.github.nmorel.gwtjackson.client.stream.impl.DefaultJsonWriter
-
getSerializeNulls
- getSerializeNulls() - Method in class com.github.nmorel.gwtjackson.client.stream.impl.FastJsonWriter
-
getSerializeNulls
- getSerializeNulls() - Method in interface com.github.nmorel.gwtjackson.client.stream.JsonWriter
-
getSerializeNulls
- getSerializer() - Method in class com.github.nmorel.gwtjackson.client.AbstractObjectMapper
-
Getter for the field serializer.
- getSerializer() - Method in class com.github.nmorel.gwtjackson.client.ser.bean.HasSerializer
-
Getter for the field serializer.
- getSerializer(JType) - Method in class com.github.nmorel.gwtjackson.rebind.RebindConfiguration
-
- getSetter() - Method in class com.github.nmorel.gwtjackson.rebind.property.PropertyAccessors
-
Getter for the field setter.
- getSetterAccessor() - Method in class com.github.nmorel.gwtjackson.rebind.property.PropertyInfo
-
Getter for the field setterAccessor.
- getSetterVisibility() - Method in class com.github.nmorel.gwtjackson.client.AbstractConfiguration
-
Getter for the field setterVisibility.
- getSetterVisibility() - Method in class com.github.nmorel.gwtjackson.rebind.bean.BeanInfo
-
Getter for the field setterVisibility.
- getShape() - Method in class com.github.nmorel.gwtjackson.client.JsonDeserializerParameters
-
Getter for the field shape.
- getShape() - Method in class com.github.nmorel.gwtjackson.client.JsonSerializerParameters
-
Getter for the field shape.
- getSimpleDeserializerClassName() - Method in class com.github.nmorel.gwtjackson.rebind.BeanJsonMapperInfo
-
Getter for the field simpleDeserializerClassName.
- getSimpleSerializerClassName() - Method in class com.github.nmorel.gwtjackson.rebind.BeanJsonMapperInfo
-
Getter for the field simpleSerializerClassName.
- getString() - Method in class com.github.nmorel.gwtjackson.rebind.JacksonTypeOracle
-
getString
- getterVisibility(JsonAutoDetect.Visibility) - Method in class com.github.nmorel.gwtjackson.client.AbstractConfiguration
-
Override the default behaviour of JsonAutoDetect.Visibility#DEFAULT for getters.
- getTimezone() - Method in class com.github.nmorel.gwtjackson.client.JsonSerializerParameters
-
Getter for the field timezone.
- getType() - Method in class com.github.nmorel.gwtjackson.rebind.bean.BeanIdentityInfo
-
Getter for the field type.
- getType() - Method in class com.github.nmorel.gwtjackson.rebind.bean.BeanInfo
-
Getter for the field type.
- getType() - Method in class com.github.nmorel.gwtjackson.rebind.BeanJsonMapperInfo
-
Getter for the field type.
- getType(String) - Method in class com.github.nmorel.gwtjackson.rebind.JacksonTypeOracle
-
getType
- getType() - Method in class com.github.nmorel.gwtjackson.rebind.property.PropertyInfo
-
Getter for the field type.
- getType() - Method in class com.github.nmorel.gwtjackson.rebind.type.JMapperType
-
Getter for the field type.
- getTypeClass(String) - Method in class com.github.nmorel.gwtjackson.client.deser.bean.TypeDeserializationInfo
-
getTypeClass
- getTypeInfo() - Method in class com.github.nmorel.gwtjackson.client.JsonDeserializerParameters
-
Getter for the field typeInfo.
- getTypeInfo() - Method in class com.github.nmorel.gwtjackson.client.JsonSerializerParameters
-
Getter for the field typeInfo.
- getTypeInfo(Class) - Method in class com.github.nmorel.gwtjackson.client.ser.bean.TypeSerializationInfo
-
getTypeInfo
- getTypeInfo() - Method in class com.github.nmorel.gwtjackson.rebind.bean.BeanInfo
-
Getter for the field typeInfo.
- getTypeInfo() - Method in class com.github.nmorel.gwtjackson.rebind.property.PropertyInfo
-
Getter for the field typeInfo.
- getUse() - Method in class com.github.nmorel.gwtjackson.rebind.bean.BeanTypeInfo
-
Getter for the field use.
- getValue(T, JsonSerializationContext) - Method in class com.github.nmorel.gwtjackson.client.ser.bean.BeanPropertySerializer
-
getValue
- getValuePropertyInfo() - Method in class com.github.nmorel.gwtjackson.rebind.bean.BeanInfo
-
Getter for the field valuePropertyInfo.
- getValuePropertyInfo() - Method in class com.github.nmorel.gwtjackson.rebind.property.PropertiesContainer
-
Getter for the field valuePropertyInfo.
- getWhitelist() - Method in class com.github.nmorel.gwtjackson.client.AbstractConfiguration
-
Getter for the field whitelist.
- IdentityDeserializationInfo<T> - Interface in com.github.nmorel.gwtjackson.client.deser.bean
-
Contains identity informations for deserialization process.
- IdentityHashMapJsonDeserializer<K,V> - Class in com.github.nmorel.gwtjackson.client.deser.map
-
- IdentitySerializationInfo<T> - Interface in com.github.nmorel.gwtjackson.client.ser.bean
-
Contains identity informations for serialization process.
- indent - Variable in class com.github.nmorel.gwtjackson.client.JsonSerializationContext.Builder
-
- indent(boolean) - Method in class com.github.nmorel.gwtjackson.client.JsonSerializationContext.Builder
-
Feature that allows enabling (or disabling) indentation
for the underlying writer.
- initAnyGetterPropertySerializer() - Method in class com.github.nmorel.gwtjackson.client.ser.bean.AbstractBeanJsonSerializer
-
- initAnySetterDeserializer() - Method in class com.github.nmorel.gwtjackson.client.deser.bean.AbstractBeanJsonDeserializer
-
- initBackReferenceDeserializers() - Method in class com.github.nmorel.gwtjackson.client.deser.bean.AbstractBeanJsonDeserializer
-
Initialize the
SimpleStringMap containing the back reference deserializers.
- initDeserializers() - Method in class com.github.nmorel.gwtjackson.client.deser.bean.AbstractBeanJsonDeserializer
-
- initIdentityInfo() - Method in class com.github.nmorel.gwtjackson.client.deser.bean.AbstractBeanJsonDeserializer
-
- initIdentityInfo() - Method in class com.github.nmorel.gwtjackson.client.ser.bean.AbstractBeanJsonSerializer
-
- initIgnoredProperties() - Method in class com.github.nmorel.gwtjackson.client.deser.bean.AbstractBeanJsonDeserializer
-
Initialize the
Set containing the ignored property names.
- initInstanceBuilder() - Method in class com.github.nmorel.gwtjackson.client.deser.bean.AbstractBeanJsonDeserializer
-
- initMapSubtypeClassToDeserializer() - Method in class com.github.nmorel.gwtjackson.client.deser.bean.AbstractBeanJsonDeserializer
-
- initMapSubtypeClassToSerializer() - Method in class com.github.nmorel.gwtjackson.client.ser.bean.AbstractBeanJsonSerializer
-
- initRequiredProperties() - Method in class com.github.nmorel.gwtjackson.client.deser.bean.AbstractBeanJsonDeserializer
-
Initialize the
Set containing the required property names.
- initSerializers() - Method in class com.github.nmorel.gwtjackson.client.ser.bean.AbstractBeanJsonSerializer
-
Initialize the
Map containing the property serializers.
- initTypeInfo() - Method in class com.github.nmorel.gwtjackson.client.deser.bean.AbstractBeanJsonDeserializer
-
- initTypeInfo() - Method in class com.github.nmorel.gwtjackson.client.ser.bean.AbstractBeanJsonSerializer
-
- initValueSerializer() - Method in class com.github.nmorel.gwtjackson.client.ser.bean.AbstractValueBeanJsonSerializer
-
initValueSerializer
- Instance<T> - Class in com.github.nmorel.gwtjackson.client.deser.bean
-
Instance class.
- Instance(T, Map<String, String>) - Constructor for class com.github.nmorel.gwtjackson.client.deser.bean.Instance
-
Constructor for Instance.
- instance - Variable in class com.github.nmorel.gwtjackson.rebind.type.JMapperType.Builder
-
- instance(CodeBlock) - Method in class com.github.nmorel.gwtjackson.rebind.type.JMapperType.Builder
-
- instance - Variable in class com.github.nmorel.gwtjackson.rebind.type.JMapperType
-
- instanceBuilder - Variable in class com.github.nmorel.gwtjackson.client.deser.bean.AbstractBeanJsonDeserializer
-
- InstanceBuilder<T> - Interface in com.github.nmorel.gwtjackson.client.deser.bean
-
InstanceBuilder interface.
- isAbsent(T) - Method in class com.github.nmorel.gwtjackson.client.JsonSerializer
-
- isAcceptSingleValueAsArray() - Method in class com.github.nmorel.gwtjackson.client.JsonDeserializationContext
-
isAcceptSingleValueAsArray
- isAlwaysAsId() - Method in class com.github.nmorel.gwtjackson.client.ser.bean.AbstractIdentitySerializationInfo
-
isAlwaysAsId
- isAlwaysAsId() - Method in interface com.github.nmorel.gwtjackson.client.ser.bean.IdentitySerializationInfo
-
isAlwaysAsId
- isAlwaysAsId() - Method in class com.github.nmorel.gwtjackson.client.ser.bean.PropertyIdentitySerializationInfo
-
isAlwaysAsId
- isAlwaysAsId() - Method in class com.github.nmorel.gwtjackson.rebind.bean.BeanIdentityInfo
-
isAlwaysAsId
- isAnnotationPresent(Class<T>, List<? extends HasAnnotations>) - Static method in class com.github.nmorel.gwtjackson.rebind.CreatorUtils
-
Returns true when one of the type has the specified annotation
- isAnnotationPresentOnField(Class<T>) - Method in class com.github.nmorel.gwtjackson.rebind.property.PropertyAccessors
-
isAnnotationPresentOnField
- isAnnotationPresentOnGetter(Class<T>) - Method in class com.github.nmorel.gwtjackson.rebind.property.PropertyAccessors
-
isAnnotationPresentOnGetter
- isAnnotationPresentOnSetter(Class<T>) - Method in class com.github.nmorel.gwtjackson.rebind.property.PropertyAccessors
-
isAnnotationPresentOnSetter
- isAnyGetter() - Method in class com.github.nmorel.gwtjackson.rebind.property.PropertyInfo
-
isAnyGetter
- isAnySetter() - Method in class com.github.nmorel.gwtjackson.rebind.property.PropertyInfo
-
isAnySetter
- isBeanMapper() - Method in class com.github.nmorel.gwtjackson.rebind.type.JMapperType
-
isBeanMapper
- isCreatorDefaultConstructor() - Method in class com.github.nmorel.gwtjackson.rebind.bean.BeanInfo
-
isCreatorDefaultConstructor
- isCreatorDelegation() - Method in class com.github.nmorel.gwtjackson.rebind.bean.BeanInfo
-
isCreatorDelegation
- isDefault(T) - Method in class com.github.nmorel.gwtjackson.client.JsonSerializer
-
- isDefault(BigDecimal) - Method in class com.github.nmorel.gwtjackson.client.ser.BaseNumberJsonSerializer.BigDecimalJsonSerializer
-
- isDefault(BigInteger) - Method in class com.github.nmorel.gwtjackson.client.ser.BaseNumberJsonSerializer.BigIntegerJsonSerializer
-
- isDefault(Byte) - Method in class com.github.nmorel.gwtjackson.client.ser.BaseNumberJsonSerializer.ByteJsonSerializer
-
- isDefault(Double) - Method in class com.github.nmorel.gwtjackson.client.ser.BaseNumberJsonSerializer.DoubleJsonSerializer
-
- isDefault(Float) - Method in class com.github.nmorel.gwtjackson.client.ser.BaseNumberJsonSerializer.FloatJsonSerializer
-
- isDefault(Integer) - Method in class com.github.nmorel.gwtjackson.client.ser.BaseNumberJsonSerializer.IntegerJsonSerializer
-
- isDefault(Long) - Method in class com.github.nmorel.gwtjackson.client.ser.BaseNumberJsonSerializer.LongJsonSerializer
-
- isDefault(Number) - Method in class com.github.nmorel.gwtjackson.client.ser.BaseNumberJsonSerializer.NumberJsonSerializer
-
- isDefault(Short) - Method in class com.github.nmorel.gwtjackson.client.ser.BaseNumberJsonSerializer.ShortJsonSerializer
-
- isDefault(Boolean) - Method in class com.github.nmorel.gwtjackson.client.ser.BooleanJsonSerializer
- isDefault(Character) - Method in class com.github.nmorel.gwtjackson.client.ser.CharacterJsonSerializer
- isDefaultIgnoreUnknown() - Method in class com.github.nmorel.gwtjackson.client.deser.bean.AbstractBeanJsonDeserializer
-
- isEmpty(T) - Method in class com.github.nmorel.gwtjackson.client.JsonSerializer
-
- isEmpty(T[]) - Method in class com.github.nmorel.gwtjackson.client.ser.array.ArrayJsonSerializer
- isEmpty(T[][]) - Method in class com.github.nmorel.gwtjackson.client.ser.array.dd.Array2dJsonSerializer
- isEmpty(boolean[][]) - Method in class com.github.nmorel.gwtjackson.client.ser.array.dd.PrimitiveBooleanArray2dJsonSerializer
- isEmpty(byte[][]) - Method in class com.github.nmorel.gwtjackson.client.ser.array.dd.PrimitiveByteArray2dJsonSerializer
- isEmpty(char[][]) - Method in class com.github.nmorel.gwtjackson.client.ser.array.dd.PrimitiveCharacterArray2dJsonSerializer
- isEmpty(double[][]) - Method in class com.github.nmorel.gwtjackson.client.ser.array.dd.PrimitiveDoubleArray2dJsonSerializer
- isEmpty(float[][]) - Method in class com.github.nmorel.gwtjackson.client.ser.array.dd.PrimitiveFloatArray2dJsonSerializer
- isEmpty(int[][]) - Method in class com.github.nmorel.gwtjackson.client.ser.array.dd.PrimitiveIntegerArray2dJsonSerializer
- isEmpty(long[][]) - Method in class com.github.nmorel.gwtjackson.client.ser.array.dd.PrimitiveLongArray2dJsonSerializer
- isEmpty(short[][]) - Method in class com.github.nmorel.gwtjackson.client.ser.array.dd.PrimitiveShortArray2dJsonSerializer
- isEmpty(boolean[]) - Method in class com.github.nmorel.gwtjackson.client.ser.array.PrimitiveBooleanArrayJsonSerializer
- isEmpty(byte[]) - Method in class com.github.nmorel.gwtjackson.client.ser.array.PrimitiveByteArrayJsonSerializer
-
- isEmpty(char[]) - Method in class com.github.nmorel.gwtjackson.client.ser.array.PrimitiveCharacterArrayJsonSerializer
- isEmpty(double[]) - Method in class com.github.nmorel.gwtjackson.client.ser.array.PrimitiveDoubleArrayJsonSerializer
- isEmpty(float[]) - Method in class com.github.nmorel.gwtjackson.client.ser.array.PrimitiveFloatArrayJsonSerializer
- isEmpty(int[]) - Method in class com.github.nmorel.gwtjackson.client.ser.array.PrimitiveIntegerArrayJsonSerializer
- isEmpty(long[]) - Method in class com.github.nmorel.gwtjackson.client.ser.array.PrimitiveLongArrayJsonSerializer
- isEmpty(short[]) - Method in class com.github.nmorel.gwtjackson.client.ser.array.PrimitiveShortArrayJsonSerializer
- isEmpty(D) - Method in class com.github.nmorel.gwtjackson.client.ser.BaseDateJsonSerializer
- isEmpty(C) - Method in class com.github.nmorel.gwtjackson.client.ser.CollectionJsonSerializer
- isEmpty(I) - Method in class com.github.nmorel.gwtjackson.client.ser.IterableJsonSerializer
- isEmpty(M) - Method in class com.github.nmorel.gwtjackson.client.ser.map.MapJsonSerializer
- isEmpty(String) - Method in class com.github.nmorel.gwtjackson.client.ser.StringJsonSerializer
- isEnum(JType) - Method in class com.github.nmorel.gwtjackson.rebind.JacksonTypeOracle
-
isEnum
- isEnumSupertype(JType) - Method in class com.github.nmorel.gwtjackson.rebind.JacksonTypeOracle
-
isEnumSupertype
- isFailOnUnknownProperties() - Method in class com.github.nmorel.gwtjackson.client.JsonDeserializationContext
-
isFailOnUnknownProperties
- isGetterVisibility(JsonAutoDetect.Visibility) - Method in class com.github.nmorel.gwtjackson.client.AbstractConfiguration
-
Override the default behaviour of JsonAutoDetect.Visibility#DEFAULT for boolean getters.
- isIdABeanProperty() - Method in class com.github.nmorel.gwtjackson.rebind.bean.BeanIdentityInfo
-
Gets the value of the property idABeanProperty.
- isIgnored() - Method in class com.github.nmorel.gwtjackson.rebind.property.PropertyInfo
-
isIgnored
- isIgnoreUnknown() - Method in class com.github.nmorel.gwtjackson.client.JsonDeserializerParameters
-
isIgnoreUnknown
- isIgnoreUnknown() - Method in class com.github.nmorel.gwtjackson.rebind.bean.BeanInfo
-
isIgnoreUnknown
- isIterable(JClassType) - Method in class com.github.nmorel.gwtjackson.rebind.JacksonTypeOracle
-
isIterable
- isJavaScriptObject(JType) - Method in class com.github.nmorel.gwtjackson.rebind.JacksonTypeOracle
-
isJavaScriptObject
- isJsonDeserializer(JType) - Method in class com.github.nmorel.gwtjackson.rebind.JacksonTypeOracle
-
isJsonDeserializer
- isJsonSerializer(JType) - Method in class com.github.nmorel.gwtjackson.rebind.JacksonTypeOracle
-
isJsonSerializer
- isKeyDeserializer(JType) - Method in class com.github.nmorel.gwtjackson.rebind.JacksonTypeOracle
-
isKeyDeserializer
- isKeySerializer(JType) - Method in class com.github.nmorel.gwtjackson.rebind.JacksonTypeOracle
-
isKeySerializer
- isLenient() - Method in class com.github.nmorel.gwtjackson.client.stream.impl.DefaultJsonReader
-
Returns true if this parser is liberal in what it accepts.
- isLenient() - Method in class com.github.nmorel.gwtjackson.client.stream.impl.DefaultJsonWriter
-
Returns true if this writer has relaxed syntax rules.
- isLenient() - Method in class com.github.nmorel.gwtjackson.client.stream.impl.FastJsonWriter
-
Returns true if this writer has relaxed syntax rules.
- isLenient() - Method in class com.github.nmorel.gwtjackson.client.stream.impl.NonBufferedJsonReader
-
Returns true if this parser is liberal in what it accepts.
- isMap(JClassType) - Method in class com.github.nmorel.gwtjackson.rebind.JacksonTypeOracle
-
isMap
- isNullValueAllowed() - Method in class com.github.nmorel.gwtjackson.client.deser.collection.BaseCollectionJsonDeserializer
-
isNullValueAllowed
- isNullValueAllowed() - Method in class com.github.nmorel.gwtjackson.client.deser.collection.BaseQueueJsonDeserializer
-
isNullValueAllowed
- isNullValueAllowed() - Method in class com.github.nmorel.gwtjackson.client.deser.collection.BaseSortedSetJsonDeserializer
-
isNullValueAllowed
- isNullValueAllowed() - Method in class com.github.nmorel.gwtjackson.client.deser.collection.EnumSetJsonDeserializer
-
isNullValueAllowed
- isObject(JType) - Static method in class com.github.nmorel.gwtjackson.rebind.CreatorUtils
-
isObject
- isObjectOrSerializable(JType) - Static method in class com.github.nmorel.gwtjackson.rebind.CreatorUtils
-
isObjectOrSerializable
- isObjectReader(JClassType) - Method in class com.github.nmorel.gwtjackson.rebind.JacksonTypeOracle
-
isObjectReader
- isObjectWriter(JClassType) - Method in class com.github.nmorel.gwtjackson.rebind.JacksonTypeOracle
-
isObjectWriter
- isOrderMapEntriesByKeys() - Method in class com.github.nmorel.gwtjackson.client.JsonSerializationContext
-
isOrderMapEntriesByKeys
- isProperty() - Method in class com.github.nmorel.gwtjackson.client.deser.bean.AbstractIdentityDeserializationInfo
-
Gets the value of the property property.
- isProperty() - Method in interface com.github.nmorel.gwtjackson.client.deser.bean.IdentityDeserializationInfo
-
Gets the value of the property property.
- isProperty() - Method in class com.github.nmorel.gwtjackson.client.deser.bean.PropertyIdentityDeserializationInfo
-
Gets the value of the property property.
- isProperty() - Method in class com.github.nmorel.gwtjackson.client.ser.bean.AbstractIdentitySerializationInfo
-
Gets the value of the property property.
- isProperty() - Method in interface com.github.nmorel.gwtjackson.client.ser.bean.IdentitySerializationInfo
-
Gets the value of the property property.
- isProperty() - Method in class com.github.nmorel.gwtjackson.client.ser.bean.PropertyIdentitySerializationInfo
-
Gets the value of the property property.
- isPropertyOrderAlphabetic() - Method in class com.github.nmorel.gwtjackson.rebind.bean.BeanInfo
-
isPropertyOrderAlphabetic
- isRawValue() - Method in class com.github.nmorel.gwtjackson.rebind.property.PropertyInfo
-
isRawValue
- isReadUnknownEnumValuesAsNull() - Method in class com.github.nmorel.gwtjackson.client.JsonDeserializationContext
-
isReadUnknownEnumValuesAsNull
- isRequired() - Method in class com.github.nmorel.gwtjackson.rebind.property.PropertyInfo
-
isRequired
- isSamePackage() - Method in class com.github.nmorel.gwtjackson.rebind.BeanJsonMapperInfo
-
isSamePackage
- isSerializable(JType) - Static method in class com.github.nmorel.gwtjackson.rebind.CreatorUtils
-
isSerializable
- isSerializeNulls() - Method in class com.github.nmorel.gwtjackson.client.JsonSerializationContext
-
isSerializeNulls
- isSerializer() - Method in class com.github.nmorel.gwtjackson.rebind.AbstractBeanJsonCreator
-
isSerializer
- isSerializer() - Method in class com.github.nmorel.gwtjackson.rebind.BeanJsonDeserializerCreator
-
isSerializer
- isSerializer() - Method in class com.github.nmorel.gwtjackson.rebind.BeanJsonSerializerCreator
-
isSerializer
- isSpecificToMapper(JClassType) - Method in class com.github.nmorel.gwtjackson.rebind.RebindConfiguration
-
isSpecificToMapper
- isTypeSupportedForDeserialization(TreeLogger, JClassType) - Method in class com.github.nmorel.gwtjackson.rebind.RebindConfiguration
-
isTypeSupportedForDeserialization
- isTypeSupportedForSerialization(TreeLogger, JClassType) - Method in class com.github.nmorel.gwtjackson.rebind.RebindConfiguration
-
isTypeSupportedForSerialization
- isUnwrapped() - Method in class com.github.nmorel.gwtjackson.client.JsonSerializerParameters
-
isUnwrapped
- isUnwrapped() - Method in class com.github.nmorel.gwtjackson.rebind.property.PropertyInfo
-
isUnwrapped
- isUnwrapRootValue() - Method in class com.github.nmorel.gwtjackson.client.JsonDeserializationContext
-
isUnwrapRootValue
- isUseBrowserTimezone() - Method in class com.github.nmorel.gwtjackson.client.JsonDeserializationContext
-
isUseBrowserTimezone
- isUseSafeEval() - Method in class com.github.nmorel.gwtjackson.client.JsonDeserializationContext
-
isUseSafeEval
- isValue() - Method in class com.github.nmorel.gwtjackson.rebind.property.PropertyInfo
-
isValue
- isWrapRootValue() - Method in class com.github.nmorel.gwtjackson.client.JsonSerializationContext
-
isWrapRootValue
- isWriteCharArraysAsJsonArrays() - Method in class com.github.nmorel.gwtjackson.client.JsonSerializationContext
-
isWriteCharArraysAsJsonArrays
- isWriteDateKeysAsTimestamps() - Method in class com.github.nmorel.gwtjackson.client.JsonSerializationContext
-
isWriteDateKeysAsTimestamps
- isWriteDatesAsTimestamps() - Method in class com.github.nmorel.gwtjackson.client.JsonSerializationContext
-
isWriteDatesAsTimestamps
- isWriteEmptyJsonArrays() - Method in class com.github.nmorel.gwtjackson.client.JsonSerializationContext
-
isWriteEmptyJsonArrays
- isWriteNullMapValues() - Method in class com.github.nmorel.gwtjackson.client.JsonSerializationContext
-
isWriteNullMapValues
- isWriteSingleElemArraysUnwrapped() - Method in class com.github.nmorel.gwtjackson.client.JsonSerializationContext
-
isWriteSingleElemArraysUnwrapped
- IterableJsonDeserializer<T> - Class in com.github.nmorel.gwtjackson.client.deser.collection
-
- IterableJsonSerializer<I extends Iterable<T>,T> - Class in com.github.nmorel.gwtjackson.client.ser
-
- IterableJsonSerializer(JsonSerializer<T>) - Constructor for class com.github.nmorel.gwtjackson.client.ser.IterableJsonSerializer
-
Constructor for IterableJsonSerializer.
- JacksonTypeOracle - Class in com.github.nmorel.gwtjackson.rebind
-
JacksonTypeOracle class.
- JacksonTypeOracle(TreeLogger, TypeOracle) - Constructor for class com.github.nmorel.gwtjackson.rebind.JacksonTypeOracle
-
Constructor for JacksonTypeOracle.
- JavaScriptObjectJsonDeserializer<T extends com.google.gwt.core.client.JavaScriptObject> - Class in com.github.nmorel.gwtjackson.client.deser
-
- JavaScriptObjectJsonSerializer<T extends com.google.gwt.core.client.JavaScriptObject> - Class in com.github.nmorel.gwtjackson.client.ser
-
- JDeserializerType - Class in com.github.nmorel.gwtjackson.rebind.type
-
Contains informations about deserializer like its type or the code to instantiate it.
- JDeserializerType.Builder - Class in com.github.nmorel.gwtjackson.rebind.type
-
- JMapperType - Class in com.github.nmorel.gwtjackson.rebind.type
-
Contains informations about serializer or deserializer like its type or the code to instantiate it.
- JMapperType(boolean, JType, CodeBlock, ImmutableList<? extends JMapperType>) - Constructor for class com.github.nmorel.gwtjackson.rebind.type.JMapperType
-
Constructor for JMapperType.
- JMapperType.Builder<B extends JMapperType.Builder,M extends JMapperType> - Class in com.github.nmorel.gwtjackson.rebind.type
-
- JParameterizedDeserializer - Class in com.github.nmorel.gwtjackson.rebind.type
-
- JParameterizedDeserializer(JDeserializerType, JDeserializerType) - Constructor for class com.github.nmorel.gwtjackson.rebind.type.JParameterizedDeserializer
-
Constructor for JParameterizedDeserializer.
- JParameterizedMapper<T extends JMapperType> - Class in com.github.nmorel.gwtjackson.rebind.type
-
Abstract JParameterizedMapper class.
- JParameterizedMapper(T, T) - Constructor for class com.github.nmorel.gwtjackson.rebind.type.JParameterizedMapper
-
Constructor for JParameterizedMapper.
- JParameterizedSerializer - Class in com.github.nmorel.gwtjackson.rebind.type
-
- JParameterizedSerializer(JSerializerType, JSerializerType) - Constructor for class com.github.nmorel.gwtjackson.rebind.type.JParameterizedSerializer
-
Constructor for JParameterizedSerializer.
- JSerializerType - Class in com.github.nmorel.gwtjackson.rebind.type
-
Contains informations about serializer like its type or the code to instantiate it.
- JSerializerType.Builder - Class in com.github.nmorel.gwtjackson.rebind.type
-
- JsniCodeBlockBuilder - Class in com.github.nmorel.gwtjackson.rebind.writer
-
Helper class to build CodeBlock containing JSNI code.
- json() - Method in class com.github.nmorel.gwtjackson.client.Deserializer
-
json
- json() - Method in class com.github.nmorel.gwtjackson.client.Serializer
-
json
- JsonDeserializationContext - Class in com.github.nmorel.gwtjackson.client
-
Context for the deserialization process.
- JsonDeserializationContext.Builder - Class in com.github.nmorel.gwtjackson.client
-
- JsonDeserializationContext.DefaultBuilder - Class in com.github.nmorel.gwtjackson.client
-
- JsonDeserializationException - Exception in com.github.nmorel.gwtjackson.client.exception
-
Base exception for deserialization process
- JsonDeserializationException() - Constructor for exception com.github.nmorel.gwtjackson.client.exception.JsonDeserializationException
-
Constructor for JsonDeserializationException.
- JsonDeserializationException(String) - Constructor for exception com.github.nmorel.gwtjackson.client.exception.JsonDeserializationException
-
Constructor for JsonDeserializationException.
- JsonDeserializationException(String, Throwable) - Constructor for exception com.github.nmorel.gwtjackson.client.exception.JsonDeserializationException
-
Constructor for JsonDeserializationException.
- JsonDeserializationException(Throwable) - Constructor for exception com.github.nmorel.gwtjackson.client.exception.JsonDeserializationException
-
Constructor for JsonDeserializationException.
- JsonDeserializer<T> - Class in com.github.nmorel.gwtjackson.client
-
Base class for all the deserializer.
- JsonDeserializer() - Constructor for class com.github.nmorel.gwtjackson.client.JsonDeserializer
-
- JsonDeserializerParameters - Class in com.github.nmorel.gwtjackson.client
-
This class includes parameters defined through properties annotations like JsonIgnoreProperties.
- JsonDeserializerParameters() - Constructor for class com.github.nmorel.gwtjackson.client.JsonDeserializerParameters
-
- JsonMappingContext - Class in com.github.nmorel.gwtjackson.client
-
Base class for serialization and deserialization context
- JsonMappingContext() - Constructor for class com.github.nmorel.gwtjackson.client.JsonMappingContext
-
- JsonMappingException - Exception in com.github.nmorel.gwtjackson.client.exception
-
Base exception for mapping process
- JsonMappingException() - Constructor for exception com.github.nmorel.gwtjackson.client.exception.JsonMappingException
-
Constructor for JsonMappingException.
- JsonMappingException(String) - Constructor for exception com.github.nmorel.gwtjackson.client.exception.JsonMappingException
-
Constructor for JsonMappingException.
- JsonMappingException(String, Throwable) - Constructor for exception com.github.nmorel.gwtjackson.client.exception.JsonMappingException
-
Constructor for JsonMappingException.
- JsonMappingException(Throwable) - Constructor for exception com.github.nmorel.gwtjackson.client.exception.JsonMappingException
-
Constructor for JsonMappingException.
- JsonMixIns - Annotation Type in com.github.nmorel.gwtjackson.client.annotation
-
- JsonMixIns.JsonMixIn - Annotation Type in com.github.nmorel.gwtjackson.client.annotation
-
Definition of a mix-in annotation.
- JsonReader - Interface in com.github.nmorel.gwtjackson.client.stream
-
JsonReader interface.
- JsonSerializationContext - Class in com.github.nmorel.gwtjackson.client
-
Context for the serialization process.
- JsonSerializationContext.Builder - Class in com.github.nmorel.gwtjackson.client
-
- JsonSerializationContext.DefaultBuilder - Class in com.github.nmorel.gwtjackson.client
-
- JsonSerializationException - Exception in com.github.nmorel.gwtjackson.client.exception
-
Base exception for serialization process
- JsonSerializationException() - Constructor for exception com.github.nmorel.gwtjackson.client.exception.JsonSerializationException
-
Constructor for JsonSerializationException.
- JsonSerializationException(String) - Constructor for exception com.github.nmorel.gwtjackson.client.exception.JsonSerializationException
-
Constructor for JsonSerializationException.
- JsonSerializationException(String, Throwable) - Constructor for exception com.github.nmorel.gwtjackson.client.exception.JsonSerializationException
-
Constructor for JsonSerializationException.
- JsonSerializationException(Throwable) - Constructor for exception com.github.nmorel.gwtjackson.client.exception.JsonSerializationException
-
Constructor for JsonSerializationException.
- JsonSerializer<T> - Class in com.github.nmorel.gwtjackson.client
-
Base class for all the serializer.
- JsonSerializer() - Constructor for class com.github.nmorel.gwtjackson.client.JsonSerializer
-
- JsonSerializerParameters - Class in com.github.nmorel.gwtjackson.client
-
This class includes parameters defined through properties annotations like JsonFormat.
- JsonSerializerParameters() - Constructor for class com.github.nmorel.gwtjackson.client.JsonSerializerParameters
-
- JsonToken - Enum in com.github.nmorel.gwtjackson.client.stream
-
A structure, name or value type in a JSON-encoded string.
- JsonWriter - Interface in com.github.nmorel.gwtjackson.client.stream
-
JsonWriter interface.
- JTypeName - Class in com.github.nmorel.gwtjackson.rebind.writer
-
Helper class to convert JType into TypeName
- name(String) - Method in class com.github.nmorel.gwtjackson.client.stream.impl.DefaultJsonWriter
-
Encodes the property name.
- name(String) - Method in class com.github.nmorel.gwtjackson.client.stream.impl.FastJsonWriter
-
Encodes the property name.
- name(String) - Method in interface com.github.nmorel.gwtjackson.client.stream.JsonWriter
-
Encodes the property name.
- newCollection() - Method in class com.github.nmorel.gwtjackson.client.deser.collection.AbstractCollectionJsonDeserializer
-
Instantiates a new collection for deserialization process.
- newCollection() - Method in class com.github.nmorel.gwtjackson.client.deser.collection.AbstractListJsonDeserializer
-
Instantiates a new collection for deserialization process.
- newCollection() - Method in class com.github.nmorel.gwtjackson.client.deser.collection.AbstractQueueJsonDeserializer
-
Instantiates a new collection for deserialization process.
- newCollection() - Method in class com.github.nmorel.gwtjackson.client.deser.collection.AbstractSequentialListJsonDeserializer
-
- newCollection() - Method in class com.github.nmorel.gwtjackson.client.deser.collection.AbstractSetJsonDeserializer
-
Instantiates a new collection for deserialization process.
- newCollection() - Method in class com.github.nmorel.gwtjackson.client.deser.collection.ArrayListJsonDeserializer
-
Instantiates a new collection for deserialization process.
- newCollection() - Method in class com.github.nmorel.gwtjackson.client.deser.collection.BaseCollectionJsonDeserializer
-
Instantiates a new collection for deserialization process.
- newCollection() - Method in class com.github.nmorel.gwtjackson.client.deser.collection.CollectionJsonDeserializer
-
Instantiates a new collection for deserialization process.
- newCollection() - Method in class com.github.nmorel.gwtjackson.client.deser.collection.EnumSetJsonDeserializer
-
Instantiates a new collection for deserialization process.
- newCollection() - Method in class com.github.nmorel.gwtjackson.client.deser.collection.HashSetJsonDeserializer
-
Instantiates a new collection for deserialization process.
- newCollection() - Method in class com.github.nmorel.gwtjackson.client.deser.collection.LinkedHashSetJsonDeserializer
-
Instantiates a new collection for deserialization process.
- newCollection() - Method in class com.github.nmorel.gwtjackson.client.deser.collection.LinkedListJsonDeserializer
-
Instantiates a new collection for deserialization process.
- newCollection() - Method in class com.github.nmorel.gwtjackson.client.deser.collection.ListJsonDeserializer
-
Instantiates a new collection for deserialization process.
- newCollection() - Method in class com.github.nmorel.gwtjackson.client.deser.collection.PriorityQueueJsonDeserializer
-
Instantiates a new collection for deserialization process.
- newCollection() - Method in class com.github.nmorel.gwtjackson.client.deser.collection.QueueJsonDeserializer
-
Instantiates a new collection for deserialization process.
- newCollection() - Method in class com.github.nmorel.gwtjackson.client.deser.collection.SetJsonDeserializer
-
Instantiates a new collection for deserialization process.
- newCollection() - Method in class com.github.nmorel.gwtjackson.client.deser.collection.SortedSetJsonDeserializer
-
Instantiates a new collection for deserialization process.
- newCollection() - Method in class com.github.nmorel.gwtjackson.client.deser.collection.StackJsonDeserializer
-
Instantiates a new collection for deserialization process.
- newCollection() - Method in class com.github.nmorel.gwtjackson.client.deser.collection.TreeSetJsonDeserializer
-
Instantiates a new collection for deserialization process.
- newCollection() - Method in class com.github.nmorel.gwtjackson.client.deser.collection.VectorJsonDeserializer
-
Instantiates a new collection for deserialization process.
- newDeserializer() - Method in class com.github.nmorel.gwtjackson.client.AbstractObjectMapper
-
Instantiates a new deserializer
- newDeserializer() - Method in class com.github.nmorel.gwtjackson.client.AbstractObjectWriter
-
Instantiates a new deserializer
- newDeserializer() - Method in class com.github.nmorel.gwtjackson.client.deser.bean.HasDeserializer
-
newDeserializer
- newIdKey(Object) - Method in class com.github.nmorel.gwtjackson.client.deser.bean.AbstractIdentityDeserializationInfo
-
newIdKey
- newIdKey(Object) - Method in interface com.github.nmorel.gwtjackson.client.deser.bean.IdentityDeserializationInfo
-
newIdKey
- newIdKey(Object) - Method in class com.github.nmorel.gwtjackson.client.deser.bean.PropertyIdentityDeserializationInfo
-
newIdKey
- newInstance(JsonDeserializer<T>, ArrayJsonDeserializer.ArrayCreator<T>) - Static method in class com.github.nmorel.gwtjackson.client.deser.array.ArrayJsonDeserializer
-
newInstance
- newInstance(JsonDeserializer<T>, Array2dJsonDeserializer.Array2dCreator<T>) - Static method in class com.github.nmorel.gwtjackson.client.deser.array.dd.Array2dJsonDeserializer
-
newInstance
- newInstance(JsonReader, JsonDeserializationContext, JsonDeserializerParameters, Map<String, String>, Map<String, Object>) - Method in interface com.github.nmorel.gwtjackson.client.deser.bean.InstanceBuilder
-
newInstance
- newInstance(JsonDeserializer<T>) - Static method in class com.github.nmorel.gwtjackson.client.deser.collection.AbstractCollectionJsonDeserializer
-
newInstance
- newInstance(JsonDeserializer<T>) - Static method in class com.github.nmorel.gwtjackson.client.deser.collection.AbstractListJsonDeserializer
-
newInstance
- newInstance(JsonDeserializer<T>) - Static method in class com.github.nmorel.gwtjackson.client.deser.collection.AbstractQueueJsonDeserializer
-
newInstance
- newInstance(JsonDeserializer<T>) - Static method in class com.github.nmorel.gwtjackson.client.deser.collection.AbstractSequentialListJsonDeserializer
-
- newInstance(JsonDeserializer<T>) - Static method in class com.github.nmorel.gwtjackson.client.deser.collection.AbstractSetJsonDeserializer
-
newInstance
- newInstance(JsonDeserializer<T>) - Static method in class com.github.nmorel.gwtjackson.client.deser.collection.ArrayListJsonDeserializer
-
newInstance
- newInstance(JsonDeserializer<T>) - Static method in class com.github.nmorel.gwtjackson.client.deser.collection.CollectionJsonDeserializer
-
newInstance
- newInstance(EnumJsonDeserializer<E>) - Static method in class com.github.nmorel.gwtjackson.client.deser.collection.EnumSetJsonDeserializer
-
newInstance
- newInstance(JsonDeserializer<T>) - Static method in class com.github.nmorel.gwtjackson.client.deser.collection.HashSetJsonDeserializer
-
newInstance
- newInstance(JsonDeserializer<T>) - Static method in class com.github.nmorel.gwtjackson.client.deser.collection.IterableJsonDeserializer
-
newInstance
- newInstance(JsonDeserializer<T>) - Static method in class com.github.nmorel.gwtjackson.client.deser.collection.LinkedHashSetJsonDeserializer
-
newInstance
- newInstance(JsonDeserializer<T>) - Static method in class com.github.nmorel.gwtjackson.client.deser.collection.LinkedListJsonDeserializer
-
newInstance
- newInstance(JsonDeserializer<T>) - Static method in class com.github.nmorel.gwtjackson.client.deser.collection.ListJsonDeserializer
-
newInstance
- newInstance(JsonDeserializer<T>) - Static method in class com.github.nmorel.gwtjackson.client.deser.collection.PriorityQueueJsonDeserializer
-
newInstance
- newInstance(JsonDeserializer<T>) - Static method in class com.github.nmorel.gwtjackson.client.deser.collection.QueueJsonDeserializer
-
newInstance
- newInstance(JsonDeserializer<T>) - Static method in class com.github.nmorel.gwtjackson.client.deser.collection.SetJsonDeserializer
-
newInstance
- newInstance(JsonDeserializer<T>) - Static method in class com.github.nmorel.gwtjackson.client.deser.collection.SortedSetJsonDeserializer
-
newInstance
- newInstance(JsonDeserializer<T>) - Static method in class com.github.nmorel.gwtjackson.client.deser.collection.StackJsonDeserializer
-
newInstance
- newInstance(JsonDeserializer<T>) - Static method in class com.github.nmorel.gwtjackson.client.deser.collection.TreeSetJsonDeserializer
-
newInstance
- newInstance(JsonDeserializer<T>) - Static method in class com.github.nmorel.gwtjackson.client.deser.collection.VectorJsonDeserializer
-
newInstance
- newInstance(Class<E>) - Static method in class com.github.nmorel.gwtjackson.client.deser.EnumJsonDeserializer
-
newInstance
- newInstance(KeyDeserializer<K>, JsonDeserializer<V>) - Static method in class com.github.nmorel.gwtjackson.client.deser.map.AbstractMapJsonDeserializer
-
newInstance
- newInstance(EnumKeyDeserializer<E>, JsonDeserializer<V>) - Static method in class com.github.nmorel.gwtjackson.client.deser.map.EnumMapJsonDeserializer
-
newInstance
- newInstance(KeyDeserializer<K>, JsonDeserializer<V>) - Static method in class com.github.nmorel.gwtjackson.client.deser.map.HashMapJsonDeserializer
-
newInstance
- newInstance(KeyDeserializer<K>, JsonDeserializer<V>) - Static method in class com.github.nmorel.gwtjackson.client.deser.map.IdentityHashMapJsonDeserializer
-
newInstance
- newInstance(Class<E>) - Static method in class com.github.nmorel.gwtjackson.client.deser.map.key.EnumKeyDeserializer
-
newInstance
- newInstance(KeyDeserializer<K>, JsonDeserializer<V>) - Static method in class com.github.nmorel.gwtjackson.client.deser.map.LinkedHashMapJsonDeserializer
-
newInstance
- newInstance(KeyDeserializer<K>, JsonDeserializer<V>) - Static method in class com.github.nmorel.gwtjackson.client.deser.map.MapJsonDeserializer
-
newInstance
- newInstance(KeyDeserializer<K>, JsonDeserializer<V>) - Static method in class com.github.nmorel.gwtjackson.client.deser.map.SortedMapJsonDeserializer
-
newInstance
- newInstance(KeyDeserializer<K>, JsonDeserializer<V>) - Static method in class com.github.nmorel.gwtjackson.client.deser.map.TreeMapJsonDeserializer
-
newInstance
- newInstance(JsonSerializer<T>) - Static method in class com.github.nmorel.gwtjackson.client.ser.array.ArrayJsonSerializer
-
newInstance
- newInstance(JsonSerializer<T>) - Static method in class com.github.nmorel.gwtjackson.client.ser.array.dd.Array2dJsonSerializer
-
newInstance
- newInstance(JsonSerializer<?>) - Static method in class com.github.nmorel.gwtjackson.client.ser.CollectionJsonSerializer
-
newInstance
- newInstance(JsonSerializer<?>) - Static method in class com.github.nmorel.gwtjackson.client.ser.IterableJsonSerializer
-
newInstance
- newInstance(KeySerializer<?>, JsonSerializer<?>) - Static method in class com.github.nmorel.gwtjackson.client.ser.map.MapJsonSerializer
-
newInstance
- newJsonReader(String) - Method in class com.github.nmorel.gwtjackson.client.JsonDeserializationContext
-
newJsonReader
- newJsonWriter() - Method in class com.github.nmorel.gwtjackson.client.JsonSerializationContext
-
newJsonWriter
- newMap() - Method in class com.github.nmorel.gwtjackson.client.deser.map.AbstractMapJsonDeserializer
-
Instantiates a new map for deserialization process.
- newMap() - Method in class com.github.nmorel.gwtjackson.client.deser.map.BaseMapJsonDeserializer
-
Instantiates a new map for deserialization process.
- newMap() - Method in class com.github.nmorel.gwtjackson.client.deser.map.EnumMapJsonDeserializer
-
Instantiates a new map for deserialization process.
- newMap() - Method in class com.github.nmorel.gwtjackson.client.deser.map.HashMapJsonDeserializer
-
Instantiates a new map for deserialization process.
- newMap() - Method in class com.github.nmorel.gwtjackson.client.deser.map.IdentityHashMapJsonDeserializer
-
Instantiates a new map for deserialization process.
- newMap() - Method in class com.github.nmorel.gwtjackson.client.deser.map.LinkedHashMapJsonDeserializer
-
Instantiates a new map for deserialization process.
- newMap() - Method in class com.github.nmorel.gwtjackson.client.deser.map.MapJsonDeserializer
-
Instantiates a new map for deserialization process.
- newMap() - Method in class com.github.nmorel.gwtjackson.client.deser.map.SortedMapJsonDeserializer
-
Instantiates a new map for deserialization process.
- newMap() - Method in class com.github.nmorel.gwtjackson.client.deser.map.TreeMapJsonDeserializer
-
Instantiates a new map for deserialization process.
- newParameters() - Method in class com.github.nmorel.gwtjackson.client.deser.bean.HasDeserializerAndParameters
-
newParameters
- newParameters() - Method in class com.github.nmorel.gwtjackson.client.ser.bean.BeanPropertySerializer
-
newParameters
- newSerializer() - Method in class com.github.nmorel.gwtjackson.client.AbstractObjectMapper
-
Instantiates a new serializer
- newSerializer() - Method in class com.github.nmorel.gwtjackson.client.AbstractObjectReader
-
Instantiates a new serializer
- newSerializer() - Method in class com.github.nmorel.gwtjackson.client.ser.bean.AnyGetterPropertySerializer
-
newSerializer
- newSerializer() - Method in class com.github.nmorel.gwtjackson.client.ser.bean.HasSerializer
-
newSerializer
- nextBoolean() - Method in class com.github.nmorel.gwtjackson.client.stream.impl.DefaultJsonReader
-
Returns the
boolean value of the next token,
consuming it.
- nextBoolean() - Method in class com.github.nmorel.gwtjackson.client.stream.impl.NonBufferedJsonReader
-
Returns the
boolean value of the next token,
consuming it.
- nextBoolean() - Method in interface com.github.nmorel.gwtjackson.client.stream.JsonReader
-
Returns the
boolean value of the next token,
consuming it.
- nextDouble() - Method in class com.github.nmorel.gwtjackson.client.stream.impl.DefaultJsonReader
-
Returns the
double value of the next token,
consuming it.
- nextDouble() - Method in class com.github.nmorel.gwtjackson.client.stream.impl.NonBufferedJsonReader
-
Returns the
double value of the next token,
consuming it.
- nextDouble() - Method in interface com.github.nmorel.gwtjackson.client.stream.JsonReader
-
Returns the
double value of the next token,
consuming it.
- nextInt() - Method in class com.github.nmorel.gwtjackson.client.stream.impl.DefaultJsonReader
-
Returns the
int value of the next token,
consuming it.
- nextInt() - Method in class com.github.nmorel.gwtjackson.client.stream.impl.NonBufferedJsonReader
-
Returns the
int value of the next token,
consuming it.
- nextInt() - Method in interface com.github.nmorel.gwtjackson.client.stream.JsonReader
-
Returns the
int value of the next token,
consuming it.
- nextJavaScriptObject(boolean) - Method in class com.github.nmorel.gwtjackson.client.stream.impl.DefaultJsonReader
-
Returns the JavaScriptObject of the next token, consuming it.
- nextJavaScriptObject(boolean) - Method in class com.github.nmorel.gwtjackson.client.stream.impl.NonBufferedJsonReader
-
Returns the JavaScriptObject of the next token, consuming it.
- nextJavaScriptObject(boolean) - Method in interface com.github.nmorel.gwtjackson.client.stream.JsonReader
-
Returns the JavaScriptObject of the next token, consuming it.
- nextLong() - Method in class com.github.nmorel.gwtjackson.client.stream.impl.DefaultJsonReader
-
Returns the
long value of the next token,
consuming it.
- nextLong() - Method in class com.github.nmorel.gwtjackson.client.stream.impl.NonBufferedJsonReader
-
Returns the
long value of the next token,
consuming it.
- nextLong() - Method in interface com.github.nmorel.gwtjackson.client.stream.JsonReader
-
Returns the
long value of the next token,
consuming it.
- nextName() - Method in class com.github.nmorel.gwtjackson.client.stream.impl.DefaultJsonReader
-
- nextName() - Method in class com.github.nmorel.gwtjackson.client.stream.impl.NonBufferedJsonReader
-
- nextName() - Method in interface com.github.nmorel.gwtjackson.client.stream.JsonReader
-
- nextNull() - Method in class com.github.nmorel.gwtjackson.client.stream.impl.DefaultJsonReader
-
Consumes the next token from the JSON stream and asserts that it is a
literal null.
- nextNull() - Method in class com.github.nmorel.gwtjackson.client.stream.impl.NonBufferedJsonReader
-
Consumes the next token from the JSON stream and asserts that it is a
literal null.
- nextNull() - Method in interface com.github.nmorel.gwtjackson.client.stream.JsonReader
-
Consumes the next token from the JSON stream and asserts that it is a
literal null.
- nextNumber() - Method in class com.github.nmorel.gwtjackson.client.stream.impl.DefaultJsonReader
-
Returns the
Number value of the next token, consuming it.
- nextNumber() - Method in class com.github.nmorel.gwtjackson.client.stream.impl.NonBufferedJsonReader
-
Returns the
Number value of the next token, consuming it.
- nextNumber() - Method in interface com.github.nmorel.gwtjackson.client.stream.JsonReader
-
Returns the
Number value of the next token, consuming it.
- nextString() - Method in class com.github.nmorel.gwtjackson.client.stream.impl.DefaultJsonReader
-
Returns the
string value of the next token,
consuming it.
- nextString() - Method in class com.github.nmorel.gwtjackson.client.stream.impl.NonBufferedJsonReader
-
Returns the
string value of the next token,
consuming it.
- nextString() - Method in interface com.github.nmorel.gwtjackson.client.stream.JsonReader
-
Returns the
string value of the next token,
consuming it.
- nextValue() - Method in class com.github.nmorel.gwtjackson.client.stream.impl.DefaultJsonReader
-
Reads the next value recursively and returns it as a String.
- nextValue() - Method in class com.github.nmorel.gwtjackson.client.stream.impl.NonBufferedJsonReader
-
Reads the next value recursively and returns it as a String.
- nextValue() - Method in interface com.github.nmorel.gwtjackson.client.stream.JsonReader
-
Reads the next value recursively and returns it as a String.
- NonBufferedJsonReader - Class in com.github.nmorel.gwtjackson.client.stream.impl
-
Reads a JSON (
RFC 4627)
encoded value as a stream of tokens.
- NonBufferedJsonReader(String) - Constructor for class com.github.nmorel.gwtjackson.client.stream.impl.NonBufferedJsonReader
-
Creates a new instance that reads a JSON-encoded stream from in.
- nullValue() - Method in class com.github.nmorel.gwtjackson.client.stream.impl.DefaultJsonWriter
-
Encodes null.
- nullValue() - Method in class com.github.nmorel.gwtjackson.client.stream.impl.FastJsonWriter
-
Encodes null.
- nullValue() - Method in interface com.github.nmorel.gwtjackson.client.stream.JsonWriter
-
Encodes null.
- NumberKeySerializer - Class in com.github.nmorel.gwtjackson.client.ser.map.key
-
- serialize(JsonWriter, T, JsonSerializationContext) - Method in class com.github.nmorel.gwtjackson.client.JsonSerializer
-
Serializes an object into JSON output.
- serialize(JsonWriter, T, JsonSerializationContext, JsonSerializerParameters) - Method in class com.github.nmorel.gwtjackson.client.JsonSerializer
-
Serializes an object into JSON output.
- serialize(JsonWriter, T, JsonSerializationContext) - Method in class com.github.nmorel.gwtjackson.client.ser.bean.AnyGetterPropertySerializer
-
Serializes the property defined for this instance.
- serialize(JsonWriter, T, JsonSerializationContext) - Method in class com.github.nmorel.gwtjackson.client.ser.bean.BeanPropertySerializer
-
Serializes the property defined for this instance.
- serialize(T, JsonSerializationContext) - Method in class com.github.nmorel.gwtjackson.client.ser.map.key.KeySerializer
-
Serializes an object into a
String to use as map's key.
- serializeId(JsonWriter, JsonSerializationContext) - Method in class com.github.nmorel.gwtjackson.client.ser.bean.ObjectIdSerializer
-
serializeId
- serializeInternally(JsonWriter, T, JsonSerializationContext, JsonSerializerParameters, IdentitySerializationInfo<T>, TypeSerializationInfo<T>) - Method in class com.github.nmorel.gwtjackson.client.ser.bean.AbstractBeanJsonSerializer
-
serializeInternally
- serializeInternally(JsonWriter, T, JsonSerializationContext, JsonSerializerParameters, IdentitySerializationInfo<T>, TypeSerializationInfo<T>) - Method in class com.github.nmorel.gwtjackson.client.ser.bean.SubtypeSerializer.BeanSubtypeSerializer
-
- serializeInternally(JsonWriter, T, JsonSerializationContext, JsonSerializerParameters, IdentitySerializationInfo<T>, TypeSerializationInfo<T>) - Method in class com.github.nmorel.gwtjackson.client.ser.bean.SubtypeSerializer.DefaultSubtypeSerializer
-
- serializeNulls - Variable in class com.github.nmorel.gwtjackson.client.JsonSerializationContext.Builder
-
- serializeNulls(boolean) - Method in class com.github.nmorel.gwtjackson.client.JsonSerializationContext.Builder
-
Sets whether object members are serialized when their value is null.
- serializeNullValue(JsonWriter, JsonSerializationContext, JsonSerializerParameters) - Method in class com.github.nmorel.gwtjackson.client.JsonSerializer
-
Serialize the null value.
- serializeNullValue(JsonWriter, JsonSerializationContext, JsonSerializerParameters) - Method in class com.github.nmorel.gwtjackson.client.ser.VoidJsonSerializer
-
Serialize the null value.
- serializeObject(JsonWriter, T, JsonSerializationContext, Set<String>, IdentitySerializationInfo, ObjectIdSerializer<?>, String, String) - Method in class com.github.nmorel.gwtjackson.client.ser.bean.AbstractBeanJsonSerializer
-
Serializes all the properties of the bean in a json object.
- serializeObject(JsonWriter, T, JsonSerializationContext, Set<String>, IdentitySerializationInfo, ObjectIdSerializer<?>, String, String) - Method in class com.github.nmorel.gwtjackson.client.ser.bean.AbstractValueBeanJsonSerializer
-
Serializes all the properties of the bean in a json object.
- serializePropertyName(JsonWriter, T, JsonSerializationContext) - Method in class com.github.nmorel.gwtjackson.client.ser.bean.AnyGetterPropertySerializer
-
Serializes the property name
- serializePropertyName(JsonWriter, T, JsonSerializationContext) - Method in class com.github.nmorel.gwtjackson.client.ser.bean.BeanPropertySerializer
-
Serializes the property name
- serializer(Class<? extends KeySerializer>) - Method in class com.github.nmorel.gwtjackson.client.AbstractConfiguration.KeyTypeConfiguration
-
- serializer(Class) - Method in class com.github.nmorel.gwtjackson.client.AbstractConfiguration.PrimitiveTypeConfiguration
-
- serializer(Class<? extends JsonSerializer>) - Method in class com.github.nmorel.gwtjackson.client.AbstractConfiguration.TypeConfiguration
-
- serializer - Variable in class com.github.nmorel.gwtjackson.client.ser.CollectionJsonSerializer
-
- serializer - Variable in class com.github.nmorel.gwtjackson.client.ser.IterableJsonSerializer
-
- Serializer<T> - Class in com.github.nmorel.gwtjackson.client
-
Wrapper to access both key and json serializer for a type.
- Serializer() - Constructor for class com.github.nmorel.gwtjackson.client.Serializer
-
- serializers - Variable in class com.github.nmorel.gwtjackson.client.ser.bean.AbstractBeanJsonSerializer
-
- serializeValues(JsonWriter, M, JsonSerializationContext, JsonSerializerParameters) - Method in class com.github.nmorel.gwtjackson.client.ser.map.MapJsonSerializer
-
serializeValues
- setBackReference(String, Object, T[], JsonDeserializationContext) - Method in class com.github.nmorel.gwtjackson.client.deser.array.ArrayJsonDeserializer
-
Set the back reference.
- setBackReference(String, Object, T[][], JsonDeserializationContext) - Method in class com.github.nmorel.gwtjackson.client.deser.array.dd.Array2dJsonDeserializer
-
Set the back reference.
- setBackReference(String, Object, T, JsonDeserializationContext) - Method in class com.github.nmorel.gwtjackson.client.deser.bean.AbstractBeanJsonDeserializer
-
Set the back reference.
- setBackReference(T, R, JsonDeserializationContext) - Method in interface com.github.nmorel.gwtjackson.client.deser.bean.BackReferenceProperty
-
setBackReference
- setBackReference(String, Object, C, JsonDeserializationContext) - Method in class com.github.nmorel.gwtjackson.client.deser.collection.BaseCollectionJsonDeserializer
-
Set the back reference.
- setBackReference(String, Object, I, JsonDeserializationContext) - Method in class com.github.nmorel.gwtjackson.client.deser.collection.BaseIterableJsonDeserializer
-
Set the back reference.
- setBackReference(String, Object, M, JsonDeserializationContext) - Method in class com.github.nmorel.gwtjackson.client.deser.map.BaseMapJsonDeserializer
-
Set the back reference.
- setBackReference(String, Object, T, JsonDeserializationContext) - Method in class com.github.nmorel.gwtjackson.client.JsonDeserializer
-
Set the back reference.
- setIdentityInfo(IdentityDeserializationInfo) - Method in class com.github.nmorel.gwtjackson.client.JsonDeserializerParameters
-
Setter for the field identityInfo.
- setIdentityInfo(IdentitySerializationInfo) - Method in class com.github.nmorel.gwtjackson.client.JsonSerializerParameters
-
Setter for the field identityInfo.
- setIgnoreUnknown(boolean) - Method in class com.github.nmorel.gwtjackson.client.JsonDeserializerParameters
-
Setter for the field ignoreUnknown.
- setInclude(JsonInclude.Include) - Method in class com.github.nmorel.gwtjackson.client.JsonSerializerParameters
-
Setter for the field include.
- setIndent(String) - Method in class com.github.nmorel.gwtjackson.client.stream.impl.DefaultJsonWriter
-
Sets the indentation string to be repeated for each level of indentation
in the encoded document.
- setIndent(String) - Method in class com.github.nmorel.gwtjackson.client.stream.impl.FastJsonWriter
-
Sets the indentation string to be repeated for each level of indentation
in the encoded document.
- setIndent(String) - Method in interface com.github.nmorel.gwtjackson.client.stream.JsonWriter
-
Sets the indentation string to be repeated for each level of indentation
in the encoded document.
- SetJsonDeserializer<T> - Class in com.github.nmorel.gwtjackson.client.deser.collection
-
- setLenient(boolean) - Method in class com.github.nmorel.gwtjackson.client.stream.impl.DefaultJsonReader
-
Configure this parser to be be liberal in what it accepts.
- setLenient(boolean) - Method in class com.github.nmorel.gwtjackson.client.stream.impl.DefaultJsonWriter
-
Configure this writer to relax its syntax rules.
- setLenient(boolean) - Method in class com.github.nmorel.gwtjackson.client.stream.impl.FastJsonWriter
-
Configure this writer to relax its syntax rules.
- setLenient(boolean) - Method in class com.github.nmorel.gwtjackson.client.stream.impl.NonBufferedJsonReader
-
Configure this parser to be be liberal in what it accepts.
- setLenient(boolean) - Method in interface com.github.nmorel.gwtjackson.client.stream.JsonReader
-
Configure this parser to be be liberal in what it accepts.
- setLenient(boolean) - Method in interface com.github.nmorel.gwtjackson.client.stream.JsonWriter
-
Configure this writer to relax its syntax rules.
- setLocale(String) - Method in class com.github.nmorel.gwtjackson.client.JsonDeserializerParameters
-
Setter for the field locale.
- setLocale(String) - Method in class com.github.nmorel.gwtjackson.client.JsonSerializerParameters
-
Setter for the field locale.
- setPattern(String) - Method in class com.github.nmorel.gwtjackson.client.JsonDeserializerParameters
-
Setter for the field pattern.
- setPattern(String) - Method in class com.github.nmorel.gwtjackson.client.JsonSerializerParameters
-
Setter for the field pattern.
- setSerializeNulls(boolean) - Method in class com.github.nmorel.gwtjackson.client.stream.impl.DefaultJsonWriter
-
Sets whether object members are serialized when their value is null.
- setSerializeNulls(boolean) - Method in class com.github.nmorel.gwtjackson.client.stream.impl.FastJsonWriter
-
Sets whether object members are serialized when their value is null.
- setSerializeNulls(boolean) - Method in interface com.github.nmorel.gwtjackson.client.stream.JsonWriter
-
Sets whether object members are serialized when their value is null.
- setShape(JsonFormat.Shape) - Method in class com.github.nmorel.gwtjackson.client.JsonDeserializerParameters
-
Setter for the field shape.
- setShape(JsonFormat.Shape) - Method in class com.github.nmorel.gwtjackson.client.JsonSerializerParameters
-
Setter for the field shape.
- setterVisibility(JsonAutoDetect.Visibility) - Method in class com.github.nmorel.gwtjackson.client.AbstractConfiguration
-
Override the default behaviour of JsonAutoDetect.Visibility#DEFAULT for setters.
- setTimezone(TimeZone) - Method in class com.github.nmorel.gwtjackson.client.JsonSerializerParameters
-
Setter for the field timezone.
- setTypeInfo(TypeDeserializationInfo) - Method in class com.github.nmorel.gwtjackson.client.JsonDeserializerParameters
-
Setter for the field typeInfo.
- setTypeInfo(TypeSerializationInfo) - Method in class com.github.nmorel.gwtjackson.client.JsonSerializerParameters
-
Setter for the field typeInfo.
- setUnwrapped(boolean) - Method in class com.github.nmorel.gwtjackson.client.JsonSerializerParameters
-
Setter for the field unwrapped.
- setValue(T, String, V, JsonDeserializationContext) - Method in class com.github.nmorel.gwtjackson.client.deser.bean.AnySetterDeserializer
-
setValue
- setValue(T, V, JsonDeserializationContext) - Method in class com.github.nmorel.gwtjackson.client.deser.bean.BeanPropertyDeserializer
-
setValue
- SimpleStringMap<V> - Class in com.github.nmorel.gwtjackson.client.deser.bean
-
SimpleStringMap class.
- SimpleStringMap() - Constructor for class com.github.nmorel.gwtjackson.client.deser.bean.SimpleStringMap
-
Constructor for SimpleStringMap.
- skipValue() - Method in class com.github.nmorel.gwtjackson.client.stream.impl.DefaultJsonReader
-
Skips the next value recursively.
- skipValue() - Method in class com.github.nmorel.gwtjackson.client.stream.impl.NonBufferedJsonReader
-
Skips the next value recursively.
- skipValue() - Method in interface com.github.nmorel.gwtjackson.client.stream.JsonReader
-
Skips the next value recursively.
- SortedMapJsonDeserializer<K,V> - Class in com.github.nmorel.gwtjackson.client.deser.map
-
- SortedSetJsonDeserializer<T> - Class in com.github.nmorel.gwtjackson.client.deser.collection
-
- StackJsonDeserializer<T> - Class in com.github.nmorel.gwtjackson.client.deser.collection
-
- StringArrayJsonDeserializer - Class in com.github.nmorel.gwtjackson.client.deser.array.cast
-
- StringJsonDeserializer - Class in com.github.nmorel.gwtjackson.client.deser
-
- StringJsonSerializer - Class in com.github.nmorel.gwtjackson.client.ser
-
- StringKeyDeserializer - Class in com.github.nmorel.gwtjackson.client.deser.map.key
-
- StringReader - Class in com.github.nmorel.gwtjackson.client.stream.impl
-
StringReader class.
- StringReader(String) - Constructor for class com.github.nmorel.gwtjackson.client.stream.impl.StringReader
-
Constructor for StringReader.
- SubtypeDeserializer<T,D extends JsonDeserializer<T>> - Class in com.github.nmorel.gwtjackson.client.deser.bean
-
- SubtypeDeserializer() - Constructor for class com.github.nmorel.gwtjackson.client.deser.bean.SubtypeDeserializer
-
- SubtypeDeserializer.BeanSubtypeDeserializer<T> - Class in com.github.nmorel.gwtjackson.client.deser.bean
-
- SubtypeDeserializer.DefaultSubtypeDeserializer<T> - Class in com.github.nmorel.gwtjackson.client.deser.bean
-
- SubtypeSerializer<T,S extends JsonSerializer<T>> - Class in com.github.nmorel.gwtjackson.client.ser.bean
-
Delegate the serialization of a subtype to a corresponding
JsonSerializer
- SubtypeSerializer() - Constructor for class com.github.nmorel.gwtjackson.client.ser.bean.SubtypeSerializer
-
- SubtypeSerializer.BeanSubtypeSerializer<T> - Class in com.github.nmorel.gwtjackson.client.ser.bean
-
- SubtypeSerializer.DefaultSubtypeSerializer<T> - Class in com.github.nmorel.gwtjackson.client.ser.bean
-
Delegate the serialization of a subtype to a corresponding
JsonSerializer