Uses of Package
org.codehaus.jackson.type
Packages that use org.codehaus.jackson.type
Package
Description
Main public API classes of the core streaming JSON
processor: most importantly
JsonFactory
used for constructing
JSON parser (JsonParser
)
and generator
(JsonParser
)
instances.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 those implementation classes of deserialization part of
data binding that are not considered part of public or semi-public
interfaces.
Contains public standard implementations of abstraction that
Jackson uses.
Contains extended support for "external" packages: things that
may or may not be present in runtime environment, but that are
commonly enough used so that explicit support can be added.
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 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.
Contains implementation classes of serialization part of
data binding.
Utility classes for Mapper package.
Contains classes needed for type introspection, mostly used by data binding
functionality.
Package that contains XML Compatibility functionality for Jackson, such
as handlers for JAXB annotations
-
Classes in org.codehaus.jackson.type used by org.codehaus.jacksonClassDescriptionBase class for type token classes used both to contain information and as keys for deserializers.This class is used to pass full generics type information, and avoid problems with type erasure (that basically removes most usable type references from runtime Class objects).
-
Classes in org.codehaus.jackson.type used by org.codehaus.jackson.mapClassDescriptionBase class for type token classes used both to contain information and as keys for deserializers.This class is used to pass full generics type information, and avoid problems with type erasure (that basically removes most usable type references from runtime Class objects).
-
Classes in org.codehaus.jackson.type used by org.codehaus.jackson.map.deserClassDescriptionBase class for type token classes used both to contain information and as keys for deserializers.
-
Classes in org.codehaus.jackson.type used by org.codehaus.jackson.map.deser.implClassDescriptionBase class for type token classes used both to contain information and as keys for deserializers.
-
Classes in org.codehaus.jackson.type used by org.codehaus.jackson.map.deser.stdClassDescriptionBase class for type token classes used both to contain information and as keys for deserializers.
-
Classes in org.codehaus.jackson.type used by org.codehaus.jackson.map.extClassDescriptionBase class for type token classes used both to contain information and as keys for deserializers.
-
Classes in org.codehaus.jackson.type used by org.codehaus.jackson.map.introspectClassDescriptionBase class for type token classes used both to contain information and as keys for deserializers.
-
Classes in org.codehaus.jackson.type used by org.codehaus.jackson.map.jsontypeClassDescriptionBase class for type token classes used both to contain information and as keys for deserializers.
-
Classes in org.codehaus.jackson.type used by org.codehaus.jackson.map.jsontype.implClassDescriptionBase class for type token classes used both to contain information and as keys for deserializers.
-
Classes in org.codehaus.jackson.type used by org.codehaus.jackson.map.moduleClassDescriptionBase class for type token classes used both to contain information and as keys for deserializers.
-
Classes in org.codehaus.jackson.type used by org.codehaus.jackson.map.serClassDescriptionBase class for type token classes used both to contain information and as keys for deserializers.
-
Classes in org.codehaus.jackson.type used by org.codehaus.jackson.map.ser.implClassDescriptionBase class for type token classes used both to contain information and as keys for deserializers.
-
Classes in org.codehaus.jackson.type used by org.codehaus.jackson.map.ser.stdClassDescriptionBase class for type token classes used both to contain information and as keys for deserializers.
-
Classes in org.codehaus.jackson.type used by org.codehaus.jackson.map.typeClassDescriptionBase class for type token classes used both to contain information and as keys for deserializers.This class is used to pass full generics type information, and avoid problems with type erasure (that basically removes most usable type references from runtime Class objects).
-
Classes in org.codehaus.jackson.type used by org.codehaus.jackson.map.utilClassDescriptionBase class for type token classes used both to contain information and as keys for deserializers.
-
Classes in org.codehaus.jackson.type used by org.codehaus.jackson.typeClassDescriptionBase class for type token classes used both to contain information and as keys for deserializers.This class is used to pass full generics type information, and avoid problems with type erasure (that basically removes most usable type references from runtime Class objects).
-
Classes in org.codehaus.jackson.type used by org.codehaus.jackson.xcClassDescriptionBase class for type token classes used both to contain information and as keys for deserializers.