|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use org.codehaus.jackson.map.annotate | |
---|---|
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.annotate | Annotations that directly depend on Mapper classes (not just Jackson core) and are used for configuring Data Mapping functionality. |
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.xc | Package that contains Xml Compatibility functionality for Jackson. |
Classes in org.codehaus.jackson.map.annotate used by org.codehaus.jackson.map | |
---|---|
JsonSerialize.Inclusion
Enumeration used with JsonSerialize.include() property
to define which properties
of Java Beans are to be included in serialization |
|
JsonSerialize.Typing
Enumeration used with JsonSerialize.typing() property
to define whether type detection is based on dynamic runtime
type (DYNAMIC) or declared type (STATIC). |
Classes in org.codehaus.jackson.map.annotate used by org.codehaus.jackson.map.annotate | |
---|---|
JsonSerialize.Inclusion
Enumeration used with JsonSerialize.include() property
to define which properties
of Java Beans are to be included in serialization |
|
JsonSerialize.Typing
Enumeration used with JsonSerialize.typing() property
to define whether type detection is based on dynamic runtime
type (DYNAMIC) or declared type (STATIC). |
Classes in org.codehaus.jackson.map.annotate used by org.codehaus.jackson.map.deser | |
---|---|
JsonCachable
Marker annotation used to denote whether given instance (currently only used with JsonDeserializer )
can be cached. |
Classes in org.codehaus.jackson.map.annotate used by org.codehaus.jackson.map.introspect | |
---|---|
JsonSerialize.Inclusion
Enumeration used with JsonSerialize.include() property
to define which properties
of Java Beans are to be included in serialization |
|
JsonSerialize.Typing
Enumeration used with JsonSerialize.typing() property
to define whether type detection is based on dynamic runtime
type (DYNAMIC) or declared type (STATIC). |
Classes in org.codehaus.jackson.map.annotate used by org.codehaus.jackson.xc | |
---|---|
JsonSerialize.Inclusion
Enumeration used with JsonSerialize.include() property
to define which properties
of Java Beans are to be included in serialization |
|
JsonSerialize.Typing
Enumeration used with JsonSerialize.typing() property
to define whether type detection is based on dynamic runtime
type (DYNAMIC) or declared type (STATIC). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |