程序包 | 说明 |
---|---|
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.deser |
Contains implementation classes of deserialization part of
data binding.
|
org.codehaus.jackson.map.deser.impl |
Contains those implementation classes of deserialization part of
data binding that are not considered part of public or semi-public
interfaces.
|
org.codehaus.jackson.map.deser.std |
Contains public standard implementations of abstraction that
Jackson uses.
|
org.codehaus.jackson.map.ext |
Contains extended support for "external" packages: things that
may or may not be present in runtime environment, but that are
commonly enough used so that explicit support can be added.
|
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.impl |
Contains implementation classes of serialization part of
data binding.
|
org.codehaus.jackson.map.ser.std | |
org.codehaus.jackson.map.util |
Utility classes for Mapper package.
|
类和说明 |
---|
Annotations
Interface that defines interface for collection of annotations.
|
ArrayBuilders
Helper class that contains set of distinct builders for different
arrays of primitive values.
|
LinkedNode
Node of a forward-only linked list.
|
Named
Simple tag interface mostly to allow sorting by name
|
ObjectBuffer
Helper class to use for constructing Object arrays by appending entries
to create arrays of various lengths (length that is not known a priori).
|
类和说明 |
---|
Annotations
Interface that defines interface for collection of annotations.
|
ArrayBuilders
Helper class that contains set of distinct builders for different
arrays of primitive values.
|
EnumResolver
Helper class used to resolve String values (either JSON Object field
names or regular String values) into Java Enum instances.
|
Named
Simple tag interface mostly to allow sorting by name
|
ObjectBuffer
Helper class to use for constructing Object arrays by appending entries
to create arrays of various lengths (length that is not known a priori).
|
RootNameLookup
Helper class for caching resolved root names.
|
类和说明 |
---|
Annotations
Interface that defines interface for collection of annotations.
|
Named
Simple tag interface mostly to allow sorting by name
|
类和说明 |
---|
EnumResolver
Helper class used to resolve String values (either JSON Object field
names or regular String values) into Java Enum instances.
|
类和说明 |
---|
Provider
Simple helper class used for decoupling instantiation of
optionally loaded handlers, like deserializers and deserializers
for libraries that are only present on some platforms.
|
类和说明 |
---|
Annotations
Interface that defines interface for collection of annotations.
|
Named
Simple tag interface mostly to allow sorting by name
|
类和说明 |
---|
Annotations
Interface that defines interface for collection of annotations.
|
EnumValues
Helper class used for storing String serializations of
enumerations.
|
Named
Simple tag interface mostly to allow sorting by name
|
Provider
Simple helper class used for decoupling instantiation of
optionally loaded handlers, like deserializers and deserializers
for libraries that are only present on some platforms.
|
RootNameLookup
Helper class for caching resolved root names.
|
类和说明 |
---|
Named
Simple tag interface mostly to allow sorting by name
|
类和说明 |
---|
EnumValues
Helper class used for storing String serializations of
enumerations.
|
Provider
Simple helper class used for decoupling instantiation of
optionally loaded handlers, like deserializers and deserializers
for libraries that are only present on some platforms.
|
类和说明 |
---|
ArrayBuilders.BooleanBuilder |
ArrayBuilders.ByteBuilder |
ArrayBuilders.DoubleBuilder |
ArrayBuilders.FloatBuilder |
ArrayBuilders.IntBuilder |
ArrayBuilders.LongBuilder |
ArrayBuilders.ShortBuilder |
EnumValues
Helper class used for storing String serializations of
enumerations.
|
LinkedNode
Node of a forward-only linked list.
|
LRUMap
Helper for simple bounded LRU maps used for reusing lookup values.
|
PrimitiveArrayBuilder
Base class for specialized primitive array builders.
|
StdDateFormat
Default
DateFormat implementation used by standard Date
serializers and deserializers. |