程序包 | 说明 |
---|---|
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
Object mapper will convert Json content to ant from
basic Java wrapper types (Integer, Boolean, Double),
Collection types (List, Map), Java Beans,
Strings and nulls. |
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.deser.std |
Contains public standard implementations of abstraction that
Jackson uses.
|
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.ser.std | |
org.codehaus.jackson.xc |
Package that contains XML Compatibility functionality for Jackson, such
as handlers for JAXB annotations
|
类和说明 |
---|
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). |
类和说明 |
---|
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). |
类和说明 |
---|
JacksonStdImpl
Marker interface used to indicate implementation classes
(serializers, deserializers etc) that are standard ones Jackson
uses; not custom ones that application has added.
|
JsonCachable
Marker annotation used to denote whether given instance
(currently only used with
JsonDeserializer )
can be cached. |
类和说明 |
---|
JacksonStdImpl
Marker interface used to indicate implementation classes
(serializers, deserializers etc) that are standard ones Jackson
uses; not custom ones that application has added.
|
JsonCachable
Marker annotation used to denote whether given instance
(currently only used with
JsonDeserializer )
can be cached. |
类和说明 |
---|
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). |
类和说明 |
---|
JacksonStdImpl
Marker interface used to indicate implementation classes
(serializers, deserializers etc) that are standard ones Jackson
uses; not custom ones that application has added.
|
JsonSerialize.Inclusion
Enumeration used with
JsonSerialize.include() property
to define which properties
of Java Beans are to be included in serialization |
类和说明 |
---|
JacksonStdImpl
Marker interface used to indicate implementation classes
(serializers, deserializers etc) that are standard ones Jackson
uses; not custom ones that application has added.
|
类和说明 |
---|
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). |