Uses of Package
tools.jackson.core.base
Packages that use tools.jackson.core.base
Package
Description
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 tools.jackson.core.base used by tools.jackson.core.baseClassDescriptionIntermediate
TokenStreamFactorysub-class used as the base for binary (non-textual) data formats.Intermediate baseTokenStreamFactoryimplementation that offers support for streams that allow decoration of low-level input sources and output targets.Since factory instances are immutable, a Builder class is needed for creating configurations for differently configured factory instances.Intermediate base class used by all JacksonJsonParserimplementations, but does not add any additional fields that depend on particular method of obtaining input.IntermediateTokenStreamFactorysub-class used as the base for textual data formats. -
Classes in tools.jackson.core.base used by tools.jackson.core.jsonClassDescriptionIntermediate base
TokenStreamFactoryimplementation that offers support for streams that allow decoration of low-level input sources and output targets.Since factory instances are immutable, a Builder class is needed for creating configurations for differently configured factory instances.This base class implements part of API that a JSON generator exposes to applications, adds shared internal methods that sub-classes can use and adds some abstract methods sub-classes must implement.Intermediate base class used by many (but not all) JacksonJsonParserimplementations.Intermediate base class used by all JacksonJsonParserimplementations, but does not add any additional fields that depend on particular method of obtaining input.IntermediateTokenStreamFactorysub-class used as the base for textual data formats. -
Classes in tools.jackson.core.base used by tools.jackson.core.json.asyncClassDescriptionIntermediate base class used by many (but not all) Jackson
JsonParserimplementations.Intermediate base class used by all JacksonJsonParserimplementations, but does not add any additional fields that depend on particular method of obtaining input.