Uses of Package
org.codehaus.jackson.map.jsontype
-
Packages that use org.codehaus.jackson.map.jsontype Package Description org.codehaus.jackson.map 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 viaObjectMapper
class, as well as convenience methods included inJsonParser
org.codehaus.jackson.map.annotate Annotations that directly depend on Mapper classes (not just Jackson core) and are used for configuring Data Mapping functionality.org.codehaus.jackson.map.introspect Functionality needed for Bean introspection, required for detecting accessors and mutators for Beans, as well as locating and handling method annotations.org.codehaus.jackson.map.jsontype Package that contains interfaces that define how to implement functionality for dynamically resolving type during deserialization.org.codehaus.jackson.map.jsontype.impl Package that contains standard implementations forTypeResolverBuilder
andTypeIdResolver
.org.codehaus.jackson.xc 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.map Class Description NamedType Simple container class for types with optional logical name, used as external identifierSubtypeResolver Helper object used for handling registration on resolving of supertypes to subtypes.TypeIdResolver Interface that defines standard API for converting types to type identifiers and vice versa.TypeResolverBuilder Interface that defines builders that are configured based on annotations (likeJsonTypeInfo
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.annotate Class Description TypeIdResolver Interface that defines standard API for converting types to type identifiers and vice versa.TypeResolverBuilder Interface that defines builders that are configured based on annotations (likeJsonTypeInfo
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.introspect Class Description NamedType Simple container class for types with optional logical name, used as external identifierTypeResolverBuilder Interface that defines builders that are configured based on annotations (likeJsonTypeInfo
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 Class Description NamedType Simple container class for types with optional logical name, used as external identifierTypeIdResolver Interface that defines standard API for converting types to type identifiers and vice versa.TypeResolverBuilder Interface that defines builders that are configured based on annotations (likeJsonTypeInfo
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.impl Class Description NamedType Simple container class for types with optional logical name, used as external identifierSubtypeResolver Helper object used for handling registration on resolving of supertypes to subtypes.TypeIdResolver Interface that defines standard API for converting types to type identifiers and vice versa.TypeResolverBuilder Interface that defines builders that are configured based on annotations (likeJsonTypeInfo
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.xc Class Description NamedType Simple container class for types with optional logical name, used as external identifierTypeResolverBuilder Interface that defines builders that are configured based on annotations (likeJsonTypeInfo
or JAXB annotations), and produce type serializers and deserializers used for handling type information embedded in JSON to allow for safe polymorphic type handling.