|
||||||||||
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.ser | Contains implementation classes of serialization part of data binding. |
org.codehaus.jackson.map.type | Concrete JavaType implementations. |
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 JsonSerializer s. |
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 JsonSerializer s. |
|
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. |
|
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.ser | |
---|---|
ClassKey
Key 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.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 JsonSerializer s. |
|
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). |
|
TypeFactory
Class used for constracting concrete JavaType instances,
given various inputs. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |