Uses of Package
org.codehaus.jackson.io
Packages that use org.codehaus.jackson.io
Package
Description
Main public API classes of the core streaming JSON
processor: most importantly
JsonFactory
used for constructing
JSON parser (JsonParser
)
and generator
(JsonParser
)
instances.Parser and generator implementation classes that Jackson
defines and uses.
This package contains I/O helper classes Jackson itself uses, but that
are not exposed for external reuse.
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
Contains implementation classes of deserialization part of
data binding.
Contains implementation classes of serialization part of
data binding.
Utility classes for Mapper package.
Utility classes used by Jackson Core functionality.
-
Classes in org.codehaus.jackson.io used by org.codehaus.jacksonClassDescriptionAbstract base class that defines interface for customizing character escaping aspects for String values, for formats that use escaping.Handler class that can be used to decorate input sources.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.Handler class that can be used to decorate output destinations.String token that can lazily serialize String contained and then reuse that serialization later on.
-
Classes in org.codehaus.jackson.io used by org.codehaus.jackson.implClassDescriptionAbstract base class that defines interface for customizing character escaping aspects for String values, for formats that use escaping.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.String token that can lazily serialize String contained and then reuse that serialization later on.
-
Classes in org.codehaus.jackson.io used by org.codehaus.jackson.ioClassDescriptionTo 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.Helper class used for efficient encoding of JSON String values (including JSON field names) into Strings or UTF-8 byte arrays.
-
Classes in org.codehaus.jackson.io used by org.codehaus.jackson.mapClassDescriptionString token that can lazily serialize String contained and then reuse that serialization later on.
-
Classes in org.codehaus.jackson.io used by org.codehaus.jackson.map.deserClassDescriptionString token that can lazily serialize String contained and then reuse that serialization later on.
-
Classes in org.codehaus.jackson.io used by org.codehaus.jackson.map.serClassDescriptionString token that can lazily serialize String contained and then reuse that serialization later on.
-
Classes in org.codehaus.jackson.io used by org.codehaus.jackson.map.utilClassDescriptionString token that can lazily serialize String contained and then reuse that serialization later on.
-
Classes in org.codehaus.jackson.io used by org.codehaus.jackson.utilClassDescriptionString token that can lazily serialize String contained and then reuse that serialization later on.