Uses of Package
com.fasterxml.jackson.databind.jsontype

Packages that use com.fasterxml.jackson.databind.jsontype
com.fasterxml.jackson.databind 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 
com.fasterxml.jackson.databind.cfg 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 (com.fasterxml.jackson.databind). 
com.fasterxml.jackson.databind.deser Contains implementation classes of deserialization part of data binding. 
com.fasterxml.jackson.databind.deser.impl Contains those implementation classes of deserialization part of data binding that are not considered part of public or semi-public interfaces. 
com.fasterxml.jackson.databind.deser.std Contains public standard implementations of abstraction that Jackson uses. 
com.fasterxml.jackson.databind.introspect Functionality needed for Bean introspection, required for detecting accessors and mutators for Beans, as well as locating and handling method annotations. 
com.fasterxml.jackson.databind.jsontype Package that contains interfaces that define how to implement functionality for dynamically resolving type during deserialization. 
com.fasterxml.jackson.databind.jsontype.impl Package that contains standard implementations for TypeResolverBuilder and TypeIdResolver
com.fasterxml.jackson.databind.module Package that contains classes and interfaces to help implement custom extension Modules (which are registered using ObjectMapper.registerModule(com.fasterxml.jackson.databind.Module)
com.fasterxml.jackson.databind.node Contains concrete JsonNode implementations Jackson uses for the Tree model. 
com.fasterxml.jackson.databind.ser Contains implementation classes of serialization part of data binding. 
com.fasterxml.jackson.databind.ser.impl Contains implementation classes of serialization part of data binding. 
com.fasterxml.jackson.databind.ser.std   
com.fasterxml.jackson.databind.type Package that contains concrete implementations of JavaType, as well as the factory (TypeFactory) for constructing instances from various input data types (like Class, Type) and programmatically (for structured types, arrays, Lists and Maps). 
com.fasterxml.jackson.databind.util Utility classes for Mapper package. 
 

Classes in com.fasterxml.jackson.databind.jsontype used by com.fasterxml.jackson.databind
NamedType
          Simple container class for types with optional logical name, used as external identifier
SubtypeResolver
          Helper object used for handling registration on resolving of super-types to sub-types.
TypeDeserializer
          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).
TypeResolverBuilder
          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.
TypeSerializer
          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 com.fasterxml.jackson.databind.jsontype used by com.fasterxml.jackson.databind.cfg
SubtypeResolver
          Helper object used for handling registration on resolving of super-types to sub-types.
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 (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 com.fasterxml.jackson.databind.jsontype used by com.fasterxml.jackson.databind.deser
TypeDeserializer
          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).
 

Classes in com.fasterxml.jackson.databind.jsontype used by com.fasterxml.jackson.databind.deser.impl
TypeDeserializer
          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).
 

Classes in com.fasterxml.jackson.databind.jsontype used by com.fasterxml.jackson.databind.deser.std
TypeDeserializer
          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).
 

Classes in com.fasterxml.jackson.databind.jsontype used by com.fasterxml.jackson.databind.introspect
NamedType
          Simple container class for types with optional logical name, used as external identifier
TypeResolverBuilder
          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 com.fasterxml.jackson.databind.jsontype used by com.fasterxml.jackson.databind.jsontype
NamedType
          Simple container class for types with optional logical name, used as external identifier
TypeDeserializer
          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).
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 (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.
TypeSerializer
          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 com.fasterxml.jackson.databind.jsontype used by com.fasterxml.jackson.databind.jsontype.impl
NamedType
          Simple container class for types with optional logical name, used as external identifier
SubtypeResolver
          Helper object used for handling registration on resolving of super-types to sub-types.
TypeDeserializer
          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).
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 (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.
TypeSerializer
          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 com.fasterxml.jackson.databind.jsontype used by com.fasterxml.jackson.databind.module
NamedType
          Simple container class for types with optional logical name, used as external identifier
TypeDeserializer
          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).
TypeSerializer
          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 com.fasterxml.jackson.databind.jsontype used by com.fasterxml.jackson.databind.node
TypeSerializer
          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 com.fasterxml.jackson.databind.jsontype used by com.fasterxml.jackson.databind.ser
TypeSerializer
          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 com.fasterxml.jackson.databind.jsontype used by com.fasterxml.jackson.databind.ser.impl
TypeSerializer
          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 com.fasterxml.jackson.databind.jsontype used by com.fasterxml.jackson.databind.ser.std
TypeSerializer
          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 com.fasterxml.jackson.databind.jsontype used by com.fasterxml.jackson.databind.type
TypeSerializer
          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 com.fasterxml.jackson.databind.jsontype used by com.fasterxml.jackson.databind.util
TypeSerializer
          Interface for serializing type information regarding instances of specified base type (super class), so that exact subtype can be properly deserialized later on.
 



Copyright © 2012 fasterxml.com. All Rights Reserved.