Uses of Class
tools.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 tools.jackson.core.json
Subclasses of ParserBase in tools.jackson.core.jsonModifier and TypeClassDescriptionclassAnother intermediate base class, only used by actual JSON-backed parser implementations.classThis is a concrete implementation ofJsonParser, which is based on aReaderto handle low-level character conversion tasks.classThis is a concrete implementation ofJsonParser, which is based on aDataInputas the input source.classThis is a concrete implementation ofJsonParser, which is based on aInputStreamas the input source. -
Uses of ParserBase in tools.jackson.core.json.async
Subclasses of ParserBase in tools.jackson.core.json.asyncModifier and TypeClassDescriptionclassNon-blocking parser implementation for JSON content that takes its input viabyte[]passed.classNon-blocking parser implementation for JSON content that takes its input viaByteBufferinstance(s) passed.classIntermediate base class for non-blocking JSON parsers.classNon-blocking parser base implementation for JSON content.