|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ContextualDeserializer | |
---|---|
com.fasterxml.jackson.databind.deser | Contains implementation classes of deserialization part of data binding. |
com.fasterxml.jackson.databind.deser.std | Contains public standard implementations of abstraction that Jackson uses. |
Uses of ContextualDeserializer in com.fasterxml.jackson.databind.deser |
---|
Classes in com.fasterxml.jackson.databind.deser that implement ContextualDeserializer | |
---|---|
class |
BeanDeserializer
Deserializer class that can deserialize instances of arbitrary bean objects, usually from JSON Object structs, but possibly also from simple types like String values. |
class |
BeanDeserializerBase
Base class for BeanDeserializer . |
class |
BuilderBasedDeserializer
Class that handles deserialization using a separate Builder class, which is used for data binding and produces actual deserialized value at the end of data binding. |
Uses of ContextualDeserializer in com.fasterxml.jackson.databind.deser.std |
---|
Classes in com.fasterxml.jackson.databind.deser.std that implement ContextualDeserializer | |
---|---|
class |
CollectionDeserializer
Basic serializer that can take JSON "Array" structure and construct a Collection instance, with typed contents. |
static class |
DateDeserializers.CalendarDeserializer
|
protected static class |
DateDeserializers.DateBasedDeserializer<T>
|
static class |
DateDeserializers.DateDeserializer
Simple deserializer for handling Date values. |
static class |
DateDeserializers.SqlDateDeserializer
Compared to plain old Date , SQL version is easier
to deal with: mostly because it is more limited. |
static class |
DateDeserializers.TimestampDeserializer
Simple deserializer for handling Timestamp values. |
class |
EnumMapDeserializer
Deserializer for EnumMap values. |
class |
EnumSetDeserializer
Standard deserializer for EnumSet s. |
static class |
JdkDeserializers.AtomicReferenceDeserializer
|
class |
MapDeserializer
Basic serializer that can take Json "Object" structure and construct a Map instance, with typed contents. |
class |
ObjectArrayDeserializer
Basic serializer that can serialize non-primitive arrays. |
class |
StringCollectionDeserializer
Specifically optimized version for Collection s
that contain String values; reason is that this is a very common
type and we can make use of the fact that Strings are final. |
class |
ThrowableDeserializer
Deserializer that builds on basic BeanDeserializer but
override some aspects like instance construction. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |