Package org.codehaus.jackson.map.deser.impl
package 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. Use of these classes by non-core classes is discouraged,
although occasionally this may be necessary.
Note that backwards-compatibility of these classes is not guaranteed
between minor releases (but is between patch releases).
-
ClassesClassDescriptionHelper 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.Base class for property values that need to be buffered during deserialization.Simple container used for temporarily buffering a set ofPropertyValue
s.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.