Uses of Package
com.fasterxml.jackson.core.exc
Packages that use com.fasterxml.jackson.core.exc
Package
Description
Main public API classes of the core streaming JSON
processor: most importantly
JsonFactory
used for constructing
JSON parser (JsonParser
)
and generator
(JsonGenerator
)
instances.Base classes used by concrete Parser and Generator implementations;
contain functionality that is not specific to JSON or input
abstraction (byte vs char).
Package for some of
JsonProcessingException
subtypes contained by streaming API.Non-blocking ("async") JSON parser implementation.
Internal implementation classes for efficient handling of
of symbols in JSON (field names in Objects)
Utility classes used by Jackson Core functionality.
-
Classes in com.fasterxml.jackson.core.exc used by com.fasterxml.jackson.coreClassDescriptionException type used to indicate violations of stream constraints (for example
StreamReadConstraints
) when reading or writing content.Intermediate base class for all read-side streaming processing problems, including parsing and input value coercion problems.Intermediate base class for all read-side streaming processing problems, including parsing and input value coercion problems. -
Classes in com.fasterxml.jackson.core.exc used by com.fasterxml.jackson.core.baseClassDescriptionException 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. -
Classes in com.fasterxml.jackson.core.exc used by com.fasterxml.jackson.core.excClassDescriptionException 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.Intermediate base class for all read-side streaming processing problems, including parsing and input value coercion problems.Intermediate base class for all read-side streaming processing problems, including parsing and input value coercion problems. -
Classes in com.fasterxml.jackson.core.exc used by com.fasterxml.jackson.core.ioClassDescriptionIntermediate base class for all read-side streaming processing problems, including parsing and input value coercion problems.
-
Classes in com.fasterxml.jackson.core.exc used by com.fasterxml.jackson.core.json.asyncClassDescriptionException type used to indicate violations of stream constraints (for example
StreamReadConstraints
) when reading or writing content. -
Classes in com.fasterxml.jackson.core.exc used by com.fasterxml.jackson.core.symClassDescriptionException type used to indicate violations of stream constraints (for example
StreamReadConstraints
) when reading or writing content. -
Classes in com.fasterxml.jackson.core.exc used by com.fasterxml.jackson.core.utilClassDescriptionException type used to indicate violations of stream constraints (for example
StreamReadConstraints
) when reading or writing content.