Uses of Class
com.fasterxml.jackson.core.base.ParserBase
Packages that use ParserBase
Package
Description
JSON-specific parser and generator implementation classes that
Jackson defines and uses.
Non-blocking ("async") JSON parser implementation.
-
Uses of ParserBase in com.fasterxml.jackson.core.json
Subclasses of ParserBase in com.fasterxml.jackson.core.jsonModifier and TypeClassDescriptionclass
Another intermediate base class, only used by actual JSON-backed parser implementations.class
This is a concrete implementation ofJsonParser
, which is based on aReader
to handle low-level character conversion tasks.class
This is a concrete implementation ofJsonParser
, which is based on aDataInput
as the input source.class
This is a concrete implementation ofJsonParser
, which is based on aInputStream
as the input source. -
Uses of ParserBase in com.fasterxml.jackson.core.json.async
Subclasses of ParserBase in com.fasterxml.jackson.core.json.asyncModifier and TypeClassDescriptionclass
Non-blocking parser implementation for JSON content that takes its input viaByteBuffer
instance(s) passed.class
Non-blocking parser implementation for JSON content that takes its input viabyte[]
passed.class
Intermediate base class for non-blocking JSON parsers.class
Non-blocking parser base implementation for JSON content.