|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use org.codehaus.jackson.type | |
---|---|
org.codehaus.jackson | Main public API classes of the core streaming JSON
processor: most importantly JsonFactory
used for constructing
Json parser (JsonParser )
and generator
(JsonParser )
instances. |
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 | 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 for
TypeResolverBuilder
and
org.codehaus.jackson.map.jsontype.JsonTypeResolver it
can construct. |
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,
List s and Map s). |
org.codehaus.jackson.map.util | Utility classes for Mapper package. |
org.codehaus.jackson.type | Contains classes needed for type introspection, mostly used by data binding functionality. |
org.codehaus.jackson.xc | Package that contains Xml Compatibility functionality for Jackson. |
Classes in org.codehaus.jackson.type used by org.codehaus.jackson | |
---|---|
JavaType
Base class for type token classes used both to contain information and as keys for deserializers. |
|
TypeReference
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.jaxrs | |
---|---|
JavaType
Base 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 | |
---|---|
JavaType
Base class for type token classes used both to contain information and as keys for deserializers. |
|
TypeReference
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.deser | |
---|---|
JavaType
Base 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.introspect | |
---|---|
JavaType
Base 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 | |
---|---|
JavaType
Base 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.impl | |
---|---|
JavaType
Base 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 | |
---|---|
JavaType
Base 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.type | |
---|---|
JavaType
Base class for type token classes used both to contain information and as keys for deserializers. |
|
TypeReference
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.util | |
---|---|
JavaType
Base 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.type | |
---|---|
JavaType
Base class for type token classes used both to contain information and as keys for deserializers. |
|
TypeReference
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.xc | |
---|---|
JavaType
Base class for type token classes used both to contain information and as keys for deserializers. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |