Uses of Package
org.codehaus.jackson.map.deser.impl
Packages that use org.codehaus.jackson.map.deser.impl
Package
Description
Contains implementation classes of deserialization part of
data binding.
Contains those implementation classes of deserialization part of
data binding that are not considered part of public or semi-public
interfaces.
Contains public standard implementations of abstraction that
Jackson uses.
-
Classes in org.codehaus.jackson.map.deser.impl used by org.codehaus.jackson.map.deserClassDescriptionHelper class used for storing mapping from property name to
SettableBeanProperty
instances.Container class for storing information on creators (based on annotations, visibility), to be able to build actual instantiator later on.This concrete sub-class implements property that is passed via Creator (constructor or static factory method).Helper class that is used to flatten JSON structure when using "external type id" (seeJsonTypeInfo.As.EXTERNAL_PROPERTY
).Object that is used to collect arguments for non-default creator (non-default-constructor, or argument-taking factory method) before creator can be called.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.Class that encapsulates details of value injection that occurs before deserialization of a POJO. -
Classes in org.codehaus.jackson.map.deser.impl used by org.codehaus.jackson.map.deser.implClassDescriptionThis concrete sub-class implements property that is passed via Creator (constructor or static factory method).Helper class that is used to flatten JSON structure when using "external type id" (see
JsonTypeInfo.As.EXTERNAL_PROPERTY
).Base class for property values that need to be buffered during deserialization.Simple container used for temporarily buffering a set ofPropertyValue
s. -
Classes in org.codehaus.jackson.map.deser.impl used by org.codehaus.jackson.map.deser.stdClassDescriptionThis concrete sub-class implements property that is passed via Creator (constructor or static factory method).Object that is used to collect arguments for non-default creator (non-default-constructor, or argument-taking factory method) before creator can be called.