Uses of Package
org.codehaus.jackson.map.deser.std
Packages that use org.codehaus.jackson.map.deser.std
Package
Description
Contains implementation classes of deserialization part of
data binding.
Contains public standard implementations of abstraction that
Jackson uses.
Contains extended support for "external" packages: things that
may or may not be present in runtime environment, but that are
commonly enough used so that explicit support can be added.
Package that contains XML Compatibility functionality for Jackson, such
as handlers for JAXB annotations
-
Classes in org.codehaus.jackson.map.deser.std used by org.codehaus.jackson.map.deserClassDescriptionBasic serializer that can take JSON "Array" structure and construct a
Collection
instance, with typed contents.Intermediate base deserializer class that adds more shared accessor so that other classes can access information about contained (value) typesSimple deserializer for handlingDate
values.Deserializer class that can deserialize instances of specified Enum class from Strings and Integers.Base class for simple deserializer which only accept JSON String values as the source.Basic serializer that can take Json "Object" structure and construct aMap
instance, with typed contents.Basic serializer that can serialize non-primitive arrays.Container for deserializers used for instantiating "primitive arrays", arrays that contain non-object java primitive types.Base class for common deserializers.Base class for simple key deserializers.Base class for deserializers that handle types that are serialized as JSON scalars (non-structured, i.e.Deserializer that builds on basicBeanDeserializer
but override some aspects like instance construction.Deserializer implementation that is used if it is necessary to bind content of "unknown" type; something declared as basicObject
(either explicitly, or due to type erasure). -
Classes in org.codehaus.jackson.map.deser.std used by org.codehaus.jackson.map.deser.stdClassDescriptionBasic serializer that can take JSON "Array" structure and construct a
Collection
instance, with typed contents.Intermediate base deserializer class that adds more shared accessor so that other classes can access information about contained (value) typesBase class for simple deserializer which only accept JSON String values as the source.Basic serializer that can take Json "Object" structure and construct aMap
instance, with typed contents.Base class for common deserializers.Base class for deserializers that handle types that are serialized as JSON scalars (non-structured, i.e.BasicValueInstantiator
implementation, which only supports use of default constructor. -
Classes in org.codehaus.jackson.map.deser.std used by org.codehaus.jackson.map.extClassDescriptionBase class for simple deserializer which only accept JSON String values as the source.Base class for common deserializers.Base class for deserializers that handle types that are serialized as JSON scalars (non-structured, i.e.
-
Classes in org.codehaus.jackson.map.deser.std used by org.codehaus.jackson.xcClassDescriptionBase class for common deserializers.Base class for deserializers that handle types that are serialized as JSON scalars (non-structured, i.e.