Package | Description |
---|---|
org.codehaus.jackson.map.deser |
Contains implementation classes of deserialization part of
data binding.
|
org.codehaus.jackson.map.deser.impl |
Contains those implementation classes of deserialization part of
data binding that are not considered part of public or semi-public
interfaces.
|
org.codehaus.jackson.map.deser.std |
Contains public standard implementations of abstraction that
Jackson uses.
|
Class and Description |
---|
BeanPropertyMap
Helper class used for storing mapping from property name to
SettableBeanProperty instances. |
CreatorCollector
Container class for storing information on creators (based on annotations,
visibility), to be able to build actual instantiator later on.
|
CreatorProperty
This concrete sub-class implements property that is passed
via Creator (constructor or static factory method).
|
ExternalTypeHandler
Helper class that is used to flatten JSON structure when using
"external type id" (see
JsonTypeInfo.As.EXTERNAL_PROPERTY ). |
PropertyBasedCreator
Object that is used to collect arguments for non-default creator
(non-default-constructor, or argument-taking factory method)
before creator can be called.
|
UnwrappedPropertyHandler
Object that is responsible for handling acrobatics related to
deserializing "unwrapped" values; sets of properties that are
embedded (inlined) as properties of parent JSON object.
|
ValueInjector
Class that encapsulates details of value injection that occurs before
deserialization of a POJO.
|
Class and Description |
---|
CreatorProperty
This concrete sub-class implements property that is passed
via Creator (constructor or static factory method).
|
ExternalTypeHandler
Helper class that is used to flatten JSON structure when using
"external type id" (see
JsonTypeInfo.As.EXTERNAL_PROPERTY ). |
PropertyValue
Base class for property values that need to be buffered during
deserialization.
|
PropertyValueBuffer
Simple container used for temporarily buffering a set of
PropertyValue s. |
Class and Description |
---|
CreatorProperty
This concrete sub-class implements property that is passed
via Creator (constructor or static factory method).
|
PropertyBasedCreator
Object that is used to collect arguments for non-default creator
(non-default-constructor, or argument-taking factory method)
before creator can be called.
|