Module tools.jackson.databind
Package tools.jackson.databind.deser
package tools.jackson.databind.deser
Contains implementation classes of deserialization part of
data binding.
-
ClassDescriptionDeserializer only used for abstract types used as placeholders during polymorphic type handling deserialization.Abstract factory base class that can provide deserializers for standard JDK classes, including collection classes and simple heuristics for "up-casting" common collection interface types (such as
Collection).Helper class to contain default mappings for abstract JDKCollectionandMaptypes.Builder class used for aggregating deserialization information about a property-based POJO, in order to build aValueDeserializerfor deserializing POJO instances.Concrete deserializer factory class that adds full Bean deserializer construction logic using class introspection.Add-on interface thatKeyDeserializers can implement to get a callback that can be used to create contextual instances of key deserializer to use for handling Map keys of supported type.This concrete sub-class implements property that is passed via Creator (constructor or static factory method).CompleteDeserializationContextimplementation that adds extended API forObjectMapper(andObjectReader) to call, as well as implements certain parts that base class has left abstract.Actual full concrete implementationThis is the class that can be registered (viaDeserializationConfigobject owner byObjectMapper) to get called when a potentially recoverable problem is encountered during deserialization process.Class that defines caching layer between callers (likeObjectMapper,DeserializationContext) and classes that construct deserializers (DeserializerFactory).Abstract class that defines API used byDeserializationContextto construct actualValueDeserializerinstances (which are then cached by context and/or dedicated cache).Interface that defines API for simple extensions that can provide additional deserializers for various types.BasicDeserializersimplementation that implements all methods but provides no deserializers.Interface that defines API for simple extensions that can provide additional deserializers for deserializer Map keys of various types, from JSON property names.Helper interface implemented by classes that are to be used as null providers during deserialization.Simple value container for containing information about single Object Id during deserializationClass that represents a "wildcard" set method which can be used to generically set values of otherwise unmapped (aka "unknown") properties read from JSON content.[databind#562] Allow @JsonAnySetter on Creator constructor[databind#562] Allow @JsonAnySetter on Creator constructorBase class for deserializable properties of a bean: contains both type and name definitions, and reflection-based set functionality.Helper class that is designed to both make it easier to sub-class delegating subtypes and to reduce likelihood of breakage when new methods are added.Exception thrown during deserialization when there are object id that can't be resolved.Helper class forUnresolvedForwardReference, to contain information about unresolved ids.Abstract class that defines API for objects that can be registered (viaObjectMapperconfiguration process, usingMapperBuilder) to participate in constructingValueDeserializerinstances (including but not limited toBeanDeserializers).Class that defines simple API implemented by objects that create value instances.PartialValueInstantiatorimplementation that is strongly recommended to be used instead of directly extendingValueInstantiatoritself.DelegatingValueInstantiatorimplementation meant as a base type that by default delegates methods to specified fallback instantiator.Tag-on interface to let deserializers indicate that they make use ofValueInstantiators and there is access for instantiator assigned.Interface for providers ofValueInstantiatorinstances.Basic "NOP" implementation that can be used as the base class for custom implementations.