Uses of Package
tools.jackson.databind.deser.std
Packages that use tools.jackson.databind.deser.std
Package
Description
Contains those implementation classes of deserialization part of
data binding that are not considered part of public or semi-public
interfaces.
Package that contains standard value and key deserializer implementations
Jackson uses for its own public types.
Package that contains standard value and key deserializer implementations
Jackson uses for core JDK types.
Package that contains standard value and key deserializer base classes
that Jackson both uses for its own implementations and offers for
module developers as convenient partial implementations.
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 handlers specific to datatypes introduced in Java 8.
Package that contains handlers specific to SQL datatypes.
-
Classes in tools.jackson.databind.deser.std used by tools.jackson.databind.deser.bean
-
Classes in tools.jackson.databind.deser.std used by tools.jackson.databind.deser.impl
-
Classes in tools.jackson.databind.deser.std used by tools.jackson.databind.deser.jacksonClassDescriptionBase class for common deserializers.Base class for deserializers that handle types that are serialized as JSON scalars (non-structured, i.e. non-Object, non-Array, values).
-
Classes in tools.jackson.databind.deser.std used by tools.jackson.databind.deser.jdkClassDescriptionIntermediate base deserializer class that adds more shared accessor so that other classes can access information about contained (value) typesBase class for building simple scalar value deserializers that accept String values.Base deserializer implementation for properties
ReferenceType
values.Base class for common deserializers.Convenience deserializer that may be used to deserialize values given an intermediate tree representation (JsonNode
).Base class for deserializers that handle types that are serialized as JSON scalars (non-structured, i.e. non-Object, non-Array, values). -
Classes in tools.jackson.databind.deser.std used by tools.jackson.databind.deser.stdClassDescriptionIntermediate base deserializer class that adds more shared accessor so that other classes can access information about contained (value) typesBogus deserializer that will simply skip all content there is to map and returns Java null reference.Base deserializer implementation for properties
ReferenceType
values.Deserializer implementation where given Java type is first deserialized by a standard Jackson deserializer into a delegate type; and then this delegate type is converted using a configuredConverter
into desired target type.Base class for common deserializers.Convenience deserializer that may be used to deserialize values given an intermediate tree representation (JsonNode
).Base class for deserializers that handle types that are serialized as JSON scalars (non-structured, i.e. non-Object, non-Array, values).DefaultValueInstantiator
implementation, which supports Creator methods that can be indicated by standard Jackson annotations. -
Classes in tools.jackson.databind.deser.std used by tools.jackson.databind.extClassDescriptionBase class for building simple scalar value deserializers that accept String values.Base class for common deserializers.Base class for deserializers that handle types that are serialized as JSON scalars (non-structured, i.e. non-Object, non-Array, values).
-
Classes in tools.jackson.databind.deser.std used by tools.jackson.databind.ext.javatime.deserClassDescriptionBase class for common deserializers.Base class for deserializers that handle types that are serialized as JSON scalars (non-structured, i.e. non-Object, non-Array, values).
-
Classes in tools.jackson.databind.deser.std used by tools.jackson.databind.ext.jdk8ClassDescriptionBase deserializer implementation for properties
ReferenceType
values.Base class for common deserializers.Base class for deserializers that handle types that are serialized as JSON scalars (non-structured, i.e. non-Object, non-Array, values). -
Classes in tools.jackson.databind.deser.std used by tools.jackson.databind.ext.sqlClassDescriptionBase class for common deserializers.Base class for deserializers that handle types that are serialized as JSON scalars (non-structured, i.e. non-Object, non-Array, values).