Uses of Package
tools.jackson.core.io
Packages that use tools.jackson.core.io
Package
Description
Main public API classes of the core streaming JSON
processor: most importantly
JsonFactory
used for constructing
JSON parser (JsonParser)
and generator
(JsonGenerator)
instances.Base classes used by concrete Parser and Generator implementations;
contain functionality that is not specific to JSON or input
abstraction (byte vs char).
JSON-specific parser and generator implementation classes that
Jackson defines and uses.
Non-blocking ("async") JSON parser implementation.
Utility classes used by Jackson Core functionality.
-
Classes in tools.jackson.core.io used by tools.jackson.coreClassDescriptionAbstract base class that defines interface for customizing character escaping aspects for String values, for formats that use escaping.Abstraction that encloses information about content being processed -- input source or output target, streaming or not -- for the purpose of including pertinent information in location (see
TokenStreamLocation) objections, most commonly to be printed out as part ofExceptionmessages.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 tools.jackson.core.io used by tools.jackson.core.baseClassDescriptionAbstraction that encloses information about content being processed -- input source or output target, streaming or not -- for the purpose of including pertinent information in location (see
TokenStreamLocation) objections, most commonly to be printed out as part ofExceptionmessages.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. -
Classes in tools.jackson.core.io used by tools.jackson.core.ioClassDescriptionAbstraction that encloses information about content being processed -- input source or output target, streaming or not -- for the purpose of including pertinent information in location (see
TokenStreamLocation) objections, most commonly to be printed out as part ofExceptionmessages.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.Helper class used for efficient encoding of JSON String values (including JSON property names) into Strings or UTF-8 byte arrays. -
Classes in tools.jackson.core.io used by tools.jackson.core.jsonClassDescriptionAbstract base class that defines interface for customizing character escaping aspects for String values, for formats that use escaping.Abstraction that encloses information about content being processed -- input source or output target, streaming or not -- for the purpose of including pertinent information in location (see
TokenStreamLocation) objections, most commonly to be printed out as part ofExceptionmessages.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. -
Classes in tools.jackson.core.io used by tools.jackson.core.json.asyncClassDescriptionTo 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.
-
Classes in tools.jackson.core.io used by tools.jackson.core.utilClassDescriptionAbstract base class that defines interface for customizing character escaping aspects for String values, for formats that use escaping.Abstraction that encloses information about content being processed -- input source or output target, streaming or not -- for the purpose of including pertinent information in location (see
TokenStreamLocation) objections, most commonly to be printed out as part ofExceptionmessages.