Uses of Interface
tools.jackson.core.util.Snapshottable
Packages that use Snapshottable
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.
Utility classes used by Jackson Core functionality.
-
Uses of Snapshottable in tools.jackson.core
Classes in tools.jackson.core that implement SnapshottableModifier and TypeClassDescriptionclassThe main factory class of Jackson streaming package, used to configure and construct token reader (aka parser,JsonParser) and token writer (aka generator,JsonGenerator) instances. -
Uses of Snapshottable in tools.jackson.core.base
Classes in tools.jackson.core.base that implement SnapshottableModifier and TypeClassDescriptionclassIntermediateTokenStreamFactorysub-class used as the base for binary (non-textual) data formats.classIntermediate baseTokenStreamFactoryimplementation that offers support for streams that allow decoration of low-level input sources and output targets.classIntermediateTokenStreamFactorysub-class used as the base for textual data formats. -
Uses of Snapshottable in tools.jackson.core.json
Classes in tools.jackson.core.json that implement SnapshottableModifier and TypeClassDescriptionclassJSON-backedTokenStreamFactoryimplementation that will create token readers ("parsers") and writers ("generators") for handling JSON-encoded content. -
Uses of Snapshottable in tools.jackson.core.util
Methods in tools.jackson.core.util with parameters of type Snapshottable