Package | Description |
---|---|
com.fasterxml.jackson.core |
Main public API classes of the core streaming JSON
processor: most importantly
JsonFactory
used for constructing
JSON parser (JsonParser )
and generator
(JsonGenerator )
instances. |
com.fasterxml.jackson.core.base |
Base classes used by concrete Parser and Generator implementations;
contain functionality that is not specific to JSON or input
abstraction (byte vs char).
|
com.fasterxml.jackson.core.json |
JSON-specific parser and generator implementation classes that
Jackson defines and uses.
|
Class and Description |
---|
JsonReadFeature
Token reader (parser) features specific to JSON backend.
|
JsonWriteFeature
Token writer features specific to JSON backend.
|
Class and Description |
---|
JsonReadContext
Extension of
JsonStreamContext , which implements
core methods needed, and also exposes
more complete API to parser implementation classes. |
JsonWriteContext
Extension of
JsonStreamContext , which implements
core methods needed, and also exposes
more complete API to generator implementation classes. |
Class and Description |
---|
DupDetector
Helper class used if
JsonParser.Feature.STRICT_DUPLICATE_DETECTION
is enabled. |
JsonGeneratorImpl
Intermediate base class shared by JSON-backed generators
like
UTF8JsonGenerator and WriterBasedJsonGenerator . |
JsonReadContext
Extension of
JsonStreamContext , which implements
core methods needed, and also exposes
more complete API to parser implementation classes. |
JsonReadFeature
Token reader (parser) features specific to JSON backend.
|
JsonWriteContext
Extension of
JsonStreamContext , which implements
core methods needed, and also exposes
more complete API to generator implementation classes. |
JsonWriteFeature
Token writer features specific to JSON backend.
|
Copyright © 2008–2022 FasterXML. All rights reserved.