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.exc |
Package for some of
JsonProcessingException
subtypes contained by streaming API. |
com.fasterxml.jackson.core.io |
Class and Description |
---|
StreamReadException
Intermediate base class for all read-side streaming processing problems, including
parsing and input value coercion problems.
|
Class and Description |
---|
InputCoercionException
Exception type for read-side problems that are not direct decoding ("parsing")
problems (those would be reported as
JsonParseException s),
but rather result from failed attempts to convert specific Java value out of valid
but incompatible input value. |
Class and Description |
---|
InputCoercionException
Exception type for read-side problems that are not direct decoding ("parsing")
problems (those would be reported as
JsonParseException s),
but rather result from failed attempts to convert specific Java value out of valid
but incompatible input value. |
StreamReadException
Intermediate base class for all read-side streaming processing problems, including
parsing and input value coercion problems.
|
Class and Description |
---|
StreamReadException
Intermediate base class for all read-side streaming processing problems, including
parsing and input value coercion problems.
|
Copyright © 2008–2021 FasterXML. All rights reserved.