Uses of Package
org.codehaus.jackson.map.type
Packages that use org.codehaus.jackson.map.type
Package
Description
Jackson-based JAX-RS provider that can automatically
serialize and deserialize resources for
JSON content type (MediaType).
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
Contains implementation classes of deserialization part of
data binding.
Contains public standard implementations of abstraction that
Jackson uses.
Functionality needed for Bean introspection, required for detecting
accessors and mutators for Beans, as well as locating and handling
method annotations.
Package that contains standard implementations for
TypeResolverBuilder
and
TypeIdResolver
.Package that contains classes and interfaces to help implement
custom extension
Module
s
(which are registered using
ObjectMapper.registerModule(org.codehaus.jackson.map.Module)
.Contains implementation classes of serialization part of
data binding.
Utility classes for Mapper package.
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.jaxrsClassDescriptionKey class, used as an efficient and accurate key for locating per-class values, such as
JsonSerializer
s. -
Classes in org.codehaus.jackson.map.type used by org.codehaus.jackson.mapClassDescriptionArray types represent Java arrays, both primitive and object valued.Key class, used as an efficient and accurate key for locating per-class values, such as
JsonSerializer
s.Type that represents things that act similar toCollection
; but may or may not be instances of that interface.Type that represents Java Collection types (Lists, Sets).Type that represents Map-like types; things that consist of key/value pairs but that do not necessarily implementMap
, but that do not have enough introspection functionality to allow for some level of generic handling.Type that represents "true" Java Map types.Helper class used for resolving type parameters for given classClass used for creating concreteJavaType
instances, given various inputs.Class that defines API that can be used to modify details ofJavaType
instances constructed usingTypeFactory
. -
Classes in org.codehaus.jackson.map.type used by org.codehaus.jackson.map.deserClassDescriptionArray types represent Java arrays, both primitive and object valued.Key class, used as an efficient and accurate key for locating per-class values, such as
JsonSerializer
s.Type that represents things that act similar toCollection
; but may or may not be instances of that interface.Type that represents Java Collection types (Lists, Sets).Type that represents Map-like types; things that consist of key/value pairs but that do not necessarily implementMap
, but that do not have enough introspection functionality to allow for some level of generic handling.Type that represents "true" Java Map types. -
Classes in org.codehaus.jackson.map.type used by org.codehaus.jackson.map.deser.std
-
Classes in org.codehaus.jackson.map.type used by org.codehaus.jackson.map.introspect
-
Classes in org.codehaus.jackson.map.type used by org.codehaus.jackson.map.jsontype.impl
-
Classes in org.codehaus.jackson.map.type used by org.codehaus.jackson.map.moduleClassDescriptionArray types represent Java arrays, both primitive and object valued.Key class, used as an efficient and accurate key for locating per-class values, such as
JsonSerializer
s.Type that represents things that act similar toCollection
; but may or may not be instances of that interface.Type that represents Java Collection types (Lists, Sets).Type that represents Map-like types; things that consist of key/value pairs but that do not necessarily implementMap
, but that do not have enough introspection functionality to allow for some level of generic handling.Type that represents "true" Java Map types. -
Classes in org.codehaus.jackson.map.type used by org.codehaus.jackson.map.serClassDescriptionArray types represent Java arrays, both primitive and object valued.Key class, used as an efficient and accurate key for locating per-class values, such as
JsonSerializer
s.Type that represents things that act similar toCollection
; but may or may not be instances of that interface.Type that represents Java Collection types (Lists, Sets).Type that represents Map-like types; things that consist of key/value pairs but that do not necessarily implementMap
, but that do not have enough introspection functionality to allow for some level of generic handling.Type that represents "true" Java Map types.Helper class used for resolving type parameters for given class -
Classes in org.codehaus.jackson.map.type used by org.codehaus.jackson.map.typeClassDescriptionArray types represent Java arrays, both primitive and object valued.Key class, used as an efficient and accurate key for locating per-class values, such as
JsonSerializer
s.Type that represents things that act similar toCollection
; but may or may not be instances of that interface.Type that represents Java Collection types (Lists, Sets).Simple replacement forClass
(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.Type that represents Map-like types; things that consist of key/value pairs but that do not necessarily implementMap
, but that do not have enough introspection functionality to allow for some level of generic handling.Type that represents "true" Java Map types.Simple types are defined as anything other than one of recognized container types (arrays, Collections, Maps).Helper class used for resolving type parameters for given classClass used for creating concreteJavaType
instances, given various inputs.Class that defines API that can be used to modify details ofJavaType
instances constructed usingTypeFactory
.Simple recursive-descent parser for parsing canonicalJavaType
representations and constructing type instances. -
Classes in org.codehaus.jackson.map.type used by org.codehaus.jackson.map.utilClassDescriptionKey class, used as an efficient and accurate key for locating per-class values, such as
JsonSerializer
s. -
Classes in org.codehaus.jackson.map.type used by org.codehaus.jackson.mrbean