Uses of Package
org.codehaus.jackson.map.type

Packages that use org.codehaus.jackson.map.type
org.codehaus.jackson.jaxrs Jackson-based JAX-RS provider that can automatically serialize and deserialize resources for JSON content type (MediaType). 
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 via ObjectMapper class, as well as convenience methods included in JsonParser 
org.codehaus.jackson.map.deser Contains implementation classes of deserialization part of data binding. 
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.impl Package that contains standard implementations for TypeResolverBuilder and TypeIdResolver
org.codehaus.jackson.map.module Package that contains classes and interfaces to help implement custom extension Modules (which are registered using ObjectMapper.registerModule(org.codehaus.jackson.map.Module)
org.codehaus.jackson.map.ser Contains implementation classes of serialization part of data binding. 
org.codehaus.jackson.map.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). 
org.codehaus.jackson.map.util Utility classes for Mapper package. 
org.codehaus.jackson.mrbean Package that implements "interface materializer" functionality, whereby abstract classes and interfaces can be used as-is, and framework constructs implementations as needed. 
 

Classes in org.codehaus.jackson.map.type used by org.codehaus.jackson.jaxrs
ClassKey
          Key class, used as an efficient and accurate key for locating per-class values, such as JsonSerializers.
 

Classes in org.codehaus.jackson.map.type used by org.codehaus.jackson.map
ArrayType
          Array types represent Java arrays, both primitive and object valued.
ClassKey
          Key class, used as an efficient and accurate key for locating per-class values, such as JsonSerializers.
CollectionLikeType
          Type that represents things that act similar to Collection; but may or may not be instances of that interface.
CollectionType
          Type that represents Java Collection types (Lists, Sets).
MapLikeType
          Type that represents Map-like types; things that consist of key/value pairs but that do not necessarily implement Map, but that do not have enough introspection functionality to allow for some level of generic handling.
MapType
          Type that represents "true" Java Map types.
TypeBindings
          Helper class used for resolving type parameters for given class
TypeFactory
          Class used for creating concrete JavaType instances, given various inputs.
TypeModifier
          Class that defines API that can be used to modify details of JavaType instances constructed using TypeFactory.
 

Classes in org.codehaus.jackson.map.type used by org.codehaus.jackson.map.deser
ArrayType
          Array types represent Java arrays, both primitive and object valued.
ClassKey
          Key class, used as an efficient and accurate key for locating per-class values, such as JsonSerializers.
CollectionLikeType
          Type that represents things that act similar to Collection; but may or may not be instances of that interface.
CollectionType
          Type that represents Java Collection types (Lists, Sets).
MapLikeType
          Type that represents Map-like types; things that consist of key/value pairs but that do not necessarily implement Map, but that do not have enough introspection functionality to allow for some level of generic handling.
MapType
          Type that represents "true" Java Map types.
 

Classes in org.codehaus.jackson.map.type used by org.codehaus.jackson.map.introspect
TypeBindings
          Helper class used for resolving type parameters for given class
 

Classes in org.codehaus.jackson.map.type used by org.codehaus.jackson.map.jsontype.impl
TypeFactory
          Class used for creating concrete JavaType instances, given various inputs.
 

Classes in org.codehaus.jackson.map.type used by org.codehaus.jackson.map.module
ArrayType
          Array types represent Java arrays, both primitive and object valued.
ClassKey
          Key class, used as an efficient and accurate key for locating per-class values, such as JsonSerializers.
CollectionLikeType
          Type that represents things that act similar to Collection; but may or may not be instances of that interface.
CollectionType
          Type that represents Java Collection types (Lists, Sets).
MapLikeType
          Type that represents Map-like types; things that consist of key/value pairs but that do not necessarily implement Map, but that do not have enough introspection functionality to allow for some level of generic handling.
MapType
          Type that represents "true" Java Map types.
 

Classes in org.codehaus.jackson.map.type used by org.codehaus.jackson.map.ser
ArrayType
          Array types represent Java arrays, both primitive and object valued.
ClassKey
          Key class, used as an efficient and accurate key for locating per-class values, such as JsonSerializers.
CollectionLikeType
          Type that represents things that act similar to Collection; but may or may not be instances of that interface.
CollectionType
          Type that represents Java Collection types (Lists, Sets).
MapLikeType
          Type that represents Map-like types; things that consist of key/value pairs but that do not necessarily implement Map, but that do not have enough introspection functionality to allow for some level of generic handling.
MapType
          Type that represents "true" Java Map types.
TypeBindings
          Helper class used for resolving type parameters for given class
 

Classes in org.codehaus.jackson.map.type used by org.codehaus.jackson.map.type
ArrayType
          Array types represent Java arrays, both primitive and object valued.
ClassKey
          Key class, used as an efficient and accurate key for locating per-class values, such as JsonSerializers.
CollectionLikeType
          Type that represents things that act similar to Collection; but may or may not be instances of that interface.
CollectionType
          Type that represents Java Collection types (Lists, Sets).
HierarchicType
          Simple replacement for Class (and/or various Type subtypes) that is used as part of single-path extends/implements chain to express specific relationship between one subtype and one supertype.
MapLikeType
          Type that represents Map-like types; things that consist of key/value pairs but that do not necessarily implement Map, but that do not have enough introspection functionality to allow for some level of generic handling.
MapType
          Type that represents "true" Java Map types.
SimpleType
          Simple types are defined as anything other than one of recognized container types (arrays, Collections, Maps).
TypeBase
           
TypeBindings
          Helper class used for resolving type parameters for given class
TypeFactory
          Class used for creating concrete JavaType instances, given various inputs.
TypeModifier
          Class that defines API that can be used to modify details of JavaType instances constructed using TypeFactory.
TypeParser
          Simple recursive-descent parser for parsing canonical JavaType representations and constructing type instances.
 

Classes in org.codehaus.jackson.map.type used by org.codehaus.jackson.map.util
ClassKey
          Key class, used as an efficient and accurate key for locating per-class values, such as JsonSerializers.
 

Classes in org.codehaus.jackson.map.type used by org.codehaus.jackson.mrbean
TypeFactory
          Class used for creating concrete JavaType instances, given various inputs.