Uses of Package
com.fasterxml.jackson.core.json
Packages that use com.fasterxml.jackson.core.json
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.
-
Classes in com.fasterxml.jackson.core.json used by com.fasterxml.jackson.coreClassDescriptionToken reader (parser) features specific to JSON backend.Token writer features specific to JSON backend.
-
Classes in com.fasterxml.jackson.core.json used by com.fasterxml.jackson.core.baseClassDescriptionExtension of
JsonStreamContext, which implements core methods needed, and also exposes more complete API to parser implementation classes.Extension ofJsonStreamContext, which implements core methods needed, and also exposes more complete API to generator implementation classes. -
Classes in com.fasterxml.jackson.core.json used by com.fasterxml.jackson.core.jsonClassDescriptionHelper class used if
JsonParser.Feature.STRICT_DUPLICATE_DETECTIONis enabled.Intermediate base class shared by JSON-backed generators likeUTF8JsonGeneratorandWriterBasedJsonGenerator.Another intermediate base class, only used by actual JSON-backed parser implementations.Extension ofJsonStreamContext, which implements core methods needed, and also exposes more complete API to parser implementation classes.Token reader (parser) features specific to JSON backend.Extension ofJsonStreamContext, which implements core methods needed, and also exposes more complete API to generator implementation classes.Token writer features specific to JSON backend. -
Classes in com.fasterxml.jackson.core.json used by com.fasterxml.jackson.core.json.asyncClassDescriptionAnother intermediate base class, only used by actual JSON-backed parser implementations.