Uses of Package
tools.jackson.core.json
Packages that use tools.jackson.core.json
Package
Description
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.json used by tools.jackson.core.jsonClassDescriptionHelper class used if
StreamReadFeature.STRICT_DUPLICATE_DETECTIONis enabled.JSON-backedTokenStreamFactoryimplementation that will create token readers ("parsers") and writers ("generators") for handling JSON-encoded content.TSFBuilderimplementation for constructingJsonFactoryinstances for reading/writing JSON encoded content.Intermediate base class shared by JSON-backed generators likeUTF8JsonGeneratorandWriterBasedJsonGenerator.Another intermediate base class, only used by actual JSON-backed parser implementations.Extension ofTokenStreamContext, which implements core methods needed, and also exposes more complete API to parser implementation classes.Token reader (parser) features specific to JSON backend.Extension ofTokenStreamContext, which implements core methods needed, and also exposes more complete API to generator implementation classes.Token writer features specific to JSON backend. -
Classes in tools.jackson.core.json used by tools.jackson.core.json.asyncClassDescriptionAnother intermediate base class, only used by actual JSON-backed parser implementations.
-
Classes in tools.jackson.core.json used by tools.jackson.core.util