Uses of Package
tools.jackson.databind.jsontype
Packages that use tools.jackson.databind.jsontype
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.
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.
Functionality needed for Bean introspection, required for detecting
accessors and mutators for Beans, as well as locating and handling
method annotations.
Package that contains interfaces that define how to implement
functionality for dynamically resolving type during deserialization.
Package that contains standard implementations for
TypeResolverBuilder
and
TypeIdResolver.Package that contains classes and interfaces to help implement
custom extension
JacksonModules
(which are registered on ObjectMapper via builders}.Contains concrete
JsonNode implementations
Jackson uses for the Tree model.Contains implementation classes of serialization part of
data binding.
Contains implementation classes of serialization part of
data binding.
Utility classes for Mapper package.
-
Classes in tools.jackson.databind.jsontype used by tools.jackson.databindClassDescriptionSimple container class for types with optional logical name, used as external identifierInterface for classes that handle validation of class-name - based subtypes used with Polymorphic Deserialization: both via "default typing" and explicit
@JsonTypeInfowhen using Java Class name as Type Identifier.Helper object used for handling registration on resolving of super-types to sub-types.Interface for deserializing type information from JSON content, to type-safely deserialize data into correct polymorphic instance (when type inclusion has been enabled for type handled).Interface that defines standard API for converting types to type identifiers and vice versa.Interface for serializing type information regarding instances of specified base type (super class), so that exact subtype can be properly deserialized later on. -
Classes in tools.jackson.databind.jsontype used by tools.jackson.databind.cfgClassDescriptionSimple container class for types with optional logical name, used as external identifierInterface for classes that handle validation of class-name - based subtypes used with Polymorphic Deserialization: both via "default typing" and explicit
@JsonTypeInfowhen using Java Class name as Type Identifier.Helper object used for handling registration on resolving of super-types to sub-types.Interface that defines standard API for converting types to type identifiers and vice versa.Interface that defines builders that are configured based on annotations (likeJsonTypeInfoor JAXB annotations), and produce type serializers and deserializers used for handling type information embedded in JSON to allow for safe polymorphic type handling.Abstraction used for allowing construction and registration of customTypeResolverBuilders, used in turn for actual construction ofTypeSerializers andTypeDeserializers for Polymorphic type handling. -
Classes in tools.jackson.databind.jsontype used by tools.jackson.databind.deserClassDescriptionInterface for deserializing type information from JSON content, to type-safely deserialize data into correct polymorphic instance (when type inclusion has been enabled for type handled).Interface that defines standard API for converting types to type identifiers and vice versa.
-
Classes in tools.jackson.databind.jsontype used by tools.jackson.databind.deser.beanClassDescriptionInterface for deserializing type information from JSON content, to type-safely deserialize data into correct polymorphic instance (when type inclusion has been enabled for type handled).
-
Classes in tools.jackson.databind.jsontype used by tools.jackson.databind.deser.implClassDescriptionInterface for deserializing type information from JSON content, to type-safely deserialize data into correct polymorphic instance (when type inclusion has been enabled for type handled).
-
Classes in tools.jackson.databind.jsontype used by tools.jackson.databind.deser.jacksonClassDescriptionInterface for deserializing type information from JSON content, to type-safely deserialize data into correct polymorphic instance (when type inclusion has been enabled for type handled).
-
Classes in tools.jackson.databind.jsontype used by tools.jackson.databind.deser.jdkClassDescriptionInterface for deserializing type information from JSON content, to type-safely deserialize data into correct polymorphic instance (when type inclusion has been enabled for type handled).
-
Classes in tools.jackson.databind.jsontype used by tools.jackson.databind.deser.stdClassDescriptionInterface for deserializing type information from JSON content, to type-safely deserialize data into correct polymorphic instance (when type inclusion has been enabled for type handled).
-
Classes in tools.jackson.databind.jsontype used by tools.jackson.databind.extClassDescriptionInterface for serializing type information regarding instances of specified base type (super class), so that exact subtype can be properly deserialized later on.
-
Classes in tools.jackson.databind.jsontype used by tools.jackson.databind.ext.javatime.deserClassDescriptionInterface for deserializing type information from JSON content, to type-safely deserialize data into correct polymorphic instance (when type inclusion has been enabled for type handled).
-
Classes in tools.jackson.databind.jsontype used by tools.jackson.databind.ext.javatime.serClassDescriptionInterface for serializing type information regarding instances of specified base type (super class), so that exact subtype can be properly deserialized later on.
-
Classes in tools.jackson.databind.jsontype used by tools.jackson.databind.ext.jdk8ClassDescriptionInterface for deserializing type information from JSON content, to type-safely deserialize data into correct polymorphic instance (when type inclusion has been enabled for type handled).Interface for serializing type information regarding instances of specified base type (super class), so that exact subtype can be properly deserialized later on.
-
Classes in tools.jackson.databind.jsontype used by tools.jackson.databind.ext.sqlClassDescriptionInterface for serializing type information regarding instances of specified base type (super class), so that exact subtype can be properly deserialized later on.
-
Classes in tools.jackson.databind.jsontype used by tools.jackson.databind.introspectClassDescriptionSimple container class for types with optional logical name, used as external identifier
-
Classes in tools.jackson.databind.jsontype used by tools.jackson.databind.jsontypeClassDescriptionStandard
BasicPolymorphicTypeValidatorimplementation that users may want to use for constructing validators based on simple class hierarchy and/or name patterns to allow and/or deny certain subtypes.Builder class for configuring and constructing immutableBasicPolymorphicTypeValidatorinstances.General matcher interface (predicate) for validating unresolved subclass class name.General matcher interface (predicate) for validating class values (base type or resolved subtype)Simple container class for types with optional logical name, used as external identifierInterface for classes that handle validation of class-name - based subtypes used with Polymorphic Deserialization: both via "default typing" and explicit@JsonTypeInfowhen using Java Class name as Type Identifier.Shared base class with partial implementation (with all validation calls returningPolymorphicTypeValidator.Validity.INDETERMINATE) and convenience methods for indicating failure reasons.Definition of return values to indicate determination regarding validity.Helper object used for handling registration on resolving of super-types to sub-types.Interface for deserializing type information from JSON content, to type-safely deserialize data into correct polymorphic instance (when type inclusion has been enabled for type handled).Interface that defines standard API for converting types to type identifiers and vice versa.Interface that defines builders that are configured based on annotations (likeJsonTypeInfoor JAXB annotations), and produce type serializers and deserializers used for handling type information embedded in JSON to allow for safe polymorphic type handling.Interface for serializing type information regarding instances of specified base type (super class), so that exact subtype can be properly deserialized later on. -
Classes in tools.jackson.databind.jsontype used by tools.jackson.databind.jsontype.implClassDescriptionSimple container class for types with optional logical name, used as external identifierInterface for classes that handle validation of class-name - based subtypes used with Polymorphic Deserialization: both via "default typing" and explicit
@JsonTypeInfowhen using Java Class name as Type Identifier.Helper object used for handling registration on resolving of super-types to sub-types.Interface for deserializing type information from JSON content, to type-safely deserialize data into correct polymorphic instance (when type inclusion has been enabled for type handled).Interface that defines standard API for converting types to type identifiers and vice versa.Interface that defines builders that are configured based on annotations (likeJsonTypeInfoor JAXB annotations), and produce type serializers and deserializers used for handling type information embedded in JSON to allow for safe polymorphic type handling.Interface for serializing type information regarding instances of specified base type (super class), so that exact subtype can be properly deserialized later on. -
Classes in tools.jackson.databind.jsontype used by tools.jackson.databind.moduleClassDescriptionSimple container class for types with optional logical name, used as external identifierInterface for deserializing type information from JSON content, to type-safely deserialize data into correct polymorphic instance (when type inclusion has been enabled for type handled).Interface for serializing type information regarding instances of specified base type (super class), so that exact subtype can be properly deserialized later on.
-
Classes in tools.jackson.databind.jsontype used by tools.jackson.databind.nodeClassDescriptionInterface for serializing type information regarding instances of specified base type (super class), so that exact subtype can be properly deserialized later on.
-
Classes in tools.jackson.databind.jsontype used by tools.jackson.databind.serClassDescriptionInterface for serializing type information regarding instances of specified base type (super class), so that exact subtype can be properly deserialized later on.
-
Classes in tools.jackson.databind.jsontype used by tools.jackson.databind.ser.beanClassDescriptionInterface for serializing type information regarding instances of specified base type (super class), so that exact subtype can be properly deserialized later on.
-
Classes in tools.jackson.databind.jsontype used by tools.jackson.databind.ser.implClassDescriptionInterface for serializing type information regarding instances of specified base type (super class), so that exact subtype can be properly deserialized later on.
-
Classes in tools.jackson.databind.jsontype used by tools.jackson.databind.ser.jacksonClassDescriptionInterface for serializing type information regarding instances of specified base type (super class), so that exact subtype can be properly deserialized later on.
-
Classes in tools.jackson.databind.jsontype used by tools.jackson.databind.ser.jdkClassDescriptionInterface for serializing type information regarding instances of specified base type (super class), so that exact subtype can be properly deserialized later on.
-
Classes in tools.jackson.databind.jsontype used by tools.jackson.databind.ser.stdClassDescriptionInterface for serializing type information regarding instances of specified base type (super class), so that exact subtype can be properly deserialized later on.
-
Classes in tools.jackson.databind.jsontype used by tools.jackson.databind.typeClassDescriptionInterface for serializing type information regarding instances of specified base type (super class), so that exact subtype can be properly deserialized later on.
-
Classes in tools.jackson.databind.jsontype used by tools.jackson.databind.utilClassDescriptionInterface for serializing type information regarding instances of specified base type (super class), so that exact subtype can be properly deserialized later on.