程序包 | 说明 |
---|---|
org.codehaus.jackson |
Main public API classes of the core streaming JSON
processor: most importantly
JsonFactory
used for constructing
JSON parser (JsonParser )
and generator
(JsonParser )
instances. |
org.codehaus.jackson.impl |
Parser and generator implementation classes that Jackson
defines and uses.
|
org.codehaus.jackson.io |
This package contains I/O helper classes Jackson itself uses, but that
are not exposed for external reuse.
|
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.ser |
Contains implementation classes of serialization part of
data binding.
|
org.codehaus.jackson.map.util |
Utility classes for Mapper package.
|
org.codehaus.jackson.smile |
Package that contains experimental implementation of
"Binary-Encoded JSON-Like" data format handlers (parser,
generator, factory produce both, supporting constants).
|
org.codehaus.jackson.util |
Utility classes used by Jackson Core functionality.
|
类和说明 |
---|
CharacterEscapes
Abstract base class that defines interface for customizing character
escaping aspects for String values, for formats that use escaping.
|
InputDecorator
Handler class that can be used to decorate input sources.
|
IOContext
To limit number of configuration and state objects to pass, all
contextual objects that need to be passed by the factory to
readers and writers are combined under this object.
|
OutputDecorator
Handler class that can be used to decorate output destinations.
|
SerializedString
String token that can lazily serialize String contained and then reuse that
serialization later on.
|
类和说明 |
---|
CharacterEscapes
Abstract base class that defines interface for customizing character
escaping aspects for String values, for formats that use escaping.
|
IOContext
To limit number of configuration and state objects to pass, all
contextual objects that need to be passed by the factory to
readers and writers are combined under this object.
|
SerializedString
String token that can lazily serialize String contained and then reuse that
serialization later on.
|
类和说明 |
---|
IOContext
To limit number of configuration and state objects to pass, all
contextual objects that need to be passed by the factory to
readers and writers are combined under this object.
|
JsonStringEncoder
Helper class used for efficient encoding of JSON String values (including
JSON field names) into Strings or UTF-8 byte arrays.
|
类和说明 |
---|
SerializedString
String token that can lazily serialize String contained and then reuse that
serialization later on.
|
类和说明 |
---|
SerializedString
String token that can lazily serialize String contained and then reuse that
serialization later on.
|
类和说明 |
---|
SerializedString
String token that can lazily serialize String contained and then reuse that
serialization later on.
|
类和说明 |
---|
SerializedString
String token that can lazily serialize String contained and then reuse that
serialization later on.
|
类和说明 |
---|
IOContext
To limit number of configuration and state objects to pass, all
contextual objects that need to be passed by the factory to
readers and writers are combined under this object.
|
SerializedString
String token that can lazily serialize String contained and then reuse that
serialization later on.
|
类和说明 |
---|
SerializedString
String token that can lazily serialize String contained and then reuse that
serialization later on.
|