Uses of Package
tools.jackson.databind.type
Packages that use tools.jackson.databind.type
Package
Description
Basic data binding (mapping) functionality that
allows for reading JSON content into Java Objects (POJOs)
and JSON Trees (
JsonNode), as well as
writing Java Objects and trees as JSON.Package that contains most of configuration-related classes;
exception being couple of most-commonly used configuration
things (like Feature enumerations) that are at the
main level (
tools.jackson.databind).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.
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.
Package that contains handlers specific to datatypes introduced in Java 8.
Functionality needed for Bean introspection, required for detecting
accessors and mutators for Beans, as well as locating and handling
method annotations.
Package that contains classes and interfaces to help implement
custom extension
JacksonModules
(which are registered on ObjectMapper via builders}.Contains implementation classes of serialization part of
data binding.
Utility classes for Mapper package.
-
Classes in tools.jackson.databind.type used by tools.jackson.databindClassDescriptionSet of logical types (or type categories, classes of classes), used for defining applicability of configuration like coercion configuration.Helper class used for resolving type parameters for given classClass used for creating concrete
JavaTypeinstances, given various inputs.Class that defines API that can be used to modify details ofJavaTypeinstances constructed usingTypeFactory. -
Classes in tools.jackson.databind.type used by tools.jackson.databind.cfgClassDescriptionSet of logical types (or type categories, classes of classes), used for defining applicability of configuration like coercion configuration.Class used for creating concrete
JavaTypeinstances, given various inputs.Class that defines API that can be used to modify details ofJavaTypeinstances constructed usingTypeFactory. -
Classes in tools.jackson.databind.type used by tools.jackson.databind.deserClassDescriptionArray types represent Java arrays, both primitive and object valued.Type that represents things that act similar to
Collection; but may or may not be instances of that interface.Type that represents Java Collection types (Lists, Sets).Set of logical types (or type categories, classes of classes), used for defining applicability of configuration like coercion configuration.Type that represents Map-like types; things that consist of key/value pairs but that do not necessarily implementMap, but that do not have enough introspection functionality to allow for some level of generic handling.Type that represents "true" Java Map types.SpecializedSimpleTypefor types that are referential types, that is, values that can be dereferenced to another value (or null), of different type. -
Classes in tools.jackson.databind.type used by tools.jackson.databind.deser.beanClassDescriptionKey class, used as an efficient and accurate key for locating per-class values, such as
ValueSerializers.Set of logical types (or type categories, classes of classes), used for defining applicability of configuration like coercion configuration. -
Classes in tools.jackson.databind.type used by tools.jackson.databind.deser.implClassDescriptionSet of logical types (or type categories, classes of classes), used for defining applicability of configuration like coercion configuration.
-
Classes in tools.jackson.databind.type used by tools.jackson.databind.deser.jacksonClassDescriptionSet of logical types (or type categories, classes of classes), used for defining applicability of configuration like coercion configuration.
-
Classes in tools.jackson.databind.type used by tools.jackson.databind.deser.jdkClassDescriptionSet of logical types (or type categories, classes of classes), used for defining applicability of configuration like coercion configuration.
-
Classes in tools.jackson.databind.type used by tools.jackson.databind.deser.stdClassDescriptionSet of logical types (or type categories, classes of classes), used for defining applicability of configuration like coercion configuration.
-
Classes in tools.jackson.databind.type used by tools.jackson.databind.ext.jdk8ClassDescriptionSet of logical types (or type categories, classes of classes), used for defining applicability of configuration like coercion configuration.Specialized
SimpleTypefor types that are referential types, that is, values that can be dereferenced to another value (or null), of different type. -
Classes in tools.jackson.databind.type used by tools.jackson.databind.introspectClassDescriptionKey class, used as an efficient and accurate key for locating per-class values, such as
ValueSerializers.Helper class used for resolving type parameters for given classClass used for creating concreteJavaTypeinstances, given various inputs. -
Classes in tools.jackson.databind.type used by tools.jackson.databind.moduleClassDescriptionArray types represent Java arrays, both primitive and object valued.Key class, used as an efficient and accurate key for locating per-class values, such as
ValueSerializers.Type that represents things that act similar toCollection; but may or may not be instances of that interface.Type that represents Java Collection types (Lists, Sets).Type that represents Map-like types; things that consist of key/value pairs but that do not necessarily implementMap, but that do not have enough introspection functionality to allow for some level of generic handling.Type that represents "true" Java Map types.SpecializedSimpleTypefor types that are referential types, that is, values that can be dereferenced to another value (or null), of different type. -
Classes in tools.jackson.databind.type used by tools.jackson.databind.serClassDescriptionArray types represent Java arrays, both primitive and object valued.Type that represents things that act similar to
Collection; but may or may not be instances of that interface.Type that represents Java Collection types (Lists, Sets).Type that represents Map-like types; things that consist of key/value pairs but that do not necessarily implementMap, but that do not have enough introspection functionality to allow for some level of generic handling.Type that represents "true" Java Map types.SpecializedSimpleTypefor types that are referential types, that is, values that can be dereferenced to another value (or null), of different type. -
Classes in tools.jackson.databind.type used by tools.jackson.databind.ser.jdkClassDescriptionSpecialized
SimpleTypefor types that are referential types, that is, values that can be dereferenced to another value (or null), of different type. -
Classes in tools.jackson.databind.type used by tools.jackson.databind.ser.stdClassDescriptionSpecialized
SimpleTypefor types that are referential types, that is, values that can be dereferenced to another value (or null), of different type. -
Classes in tools.jackson.databind.type used by tools.jackson.databind.typeClassDescriptionArray types represent Java arrays, both primitive and object valued.Key class, used as an efficient and accurate key for locating per-class values, such as
ValueSerializers.Simple helper class used to keep track of 'call stack' for classes being referenced (as well as unbound variables)Type that represents things that act similar toCollection; but may or may not be instances of that interface.Type that represents Java Collection types (Lists, Sets).SpecializedSimpleTypefor types that are allow iteration over Collection(-like) types: this includes types likeIterator.Set of logical types (or type categories, classes of classes), used for defining applicability of configuration like coercion configuration.Type that represents Map-like types; things that consist of key/value pairs but that do not necessarily implementMap, but that do not have enough introspection functionality to allow for some level of generic handling.Type that represents "true" Java Map types.SpecializedSimpleTypefor types that are referential types, that is, values that can be dereferenced to another value (or null), of different type.Internal placeholder type used for self-references.Simple types are defined as anything other than one of recognized container types (arrays, Collections, Maps).Helper class used for resolving type parameters for given classClass used for creating concreteJavaTypeinstances, given various inputs.Class that defines API that can be used to modify details ofJavaTypeinstances constructed usingTypeFactory.Simple recursive-descent parser for parsing canonicalJavaTyperepresentations and constructing type instances. -
Classes in tools.jackson.databind.type used by tools.jackson.databind.utilClassDescriptionKey class, used as an efficient and accurate key for locating per-class values, such as
ValueSerializers.Class used for creating concreteJavaTypeinstances, given various inputs.