Uses of Package
com.fasterxml.jackson.core.base
Packages that use com.fasterxml.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 com.fasterxml.jackson.core.base used by com.fasterxml.jackson.core.baseClassDescriptionIntermediate base class used by all Jackson
JsonParserimplementations, but does not add any additional fields that depend on particular method of obtaining input. -
Classes in com.fasterxml.jackson.core.base used by com.fasterxml.jackson.core.jsonClassDescriptionThis 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 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. -
Classes in com.fasterxml.jackson.core.base used by com.fasterxml.jackson.core.json.asyncClassDescriptionIntermediate base class used by 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.