Uses of Package
org.codehaus.jackson.map.jsontype
Packages that use org.codehaus.jackson.map.jsontype
Package
Description
Contains basic mapper (conversion) functionality that
allows for converting between regular streaming json content and
Java objects (beans or Tree Model: support for both is via
ObjectMapper
class, as well
as convenience methods included in
JsonParser
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 XML Compatibility functionality for Jackson, such
as handlers for JAXB annotations
-
Classes in org.codehaus.jackson.map.jsontype used by org.codehaus.jackson.mapClassDescriptionSimple container class for types with optional logical name, used as external identifierHelper object used for handling registration on resolving of supertypes to subtypes.Interface that defines standard API for converting types to type identifiers and vice versa.Interface that defines builders that are configured based on annotations (like
JsonTypeInfo
or JAXB annotations), and produce type serializers and deserializers used for handling type information embedded in JSON to allow for safe polymorphic type handling. -
Classes in org.codehaus.jackson.map.jsontype used by org.codehaus.jackson.map.introspectClassDescriptionSimple container class for types with optional logical name, used as external identifierInterface that defines builders that are configured based on annotations (like
JsonTypeInfo
or JAXB annotations), and produce type serializers and deserializers used for handling type information embedded in JSON to allow for safe polymorphic type handling. -
Classes in org.codehaus.jackson.map.jsontype used by org.codehaus.jackson.map.jsontypeClassDescriptionSimple container class for types with optional logical name, used as external identifierInterface that defines standard API for converting types to type identifiers and vice versa.Interface that defines builders that are configured based on annotations (like
JsonTypeInfo
or JAXB annotations), and produce type serializers and deserializers used for handling type information embedded in JSON to allow for safe polymorphic type handling. -
Classes in org.codehaus.jackson.map.jsontype used by org.codehaus.jackson.map.jsontype.implClassDescriptionSimple container class for types with optional logical name, used as external identifierHelper object used for handling registration on resolving of supertypes to subtypes.Interface that defines standard API for converting types to type identifiers and vice versa.Interface that defines builders that are configured based on annotations (like
JsonTypeInfo
or JAXB annotations), and produce type serializers and deserializers used for handling type information embedded in JSON to allow for safe polymorphic type handling. -
Classes in org.codehaus.jackson.map.jsontype used by org.codehaus.jackson.xcClassDescriptionSimple container class for types with optional logical name, used as external identifierInterface that defines builders that are configured based on annotations (like
JsonTypeInfo
or JAXB annotations), and produce type serializers and deserializers used for handling type information embedded in JSON to allow for safe polymorphic type handling.