|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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.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). |
| 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. |
|
| CollectionType
Type that represents Java Collection types (Lists, Sets). |
|
| MapType
Type that represents Java Map types. |
|
| 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. |
|
| CollectionType
Type that represents Java Collection types (Lists, Sets). |
|
| MapType
Type that represents 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.ser | |
|---|---|
| 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. |
|
| CollectionType
Type that represents Java Collection types (Lists, Sets). |
|
| MapType
Type that represents 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 constracting concrete JavaType instances,
given various inputs. |
|
| TypeParser
Simple recursive-descent parser for parsing canonical JavaType
representations and constructing type instances. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||