Uses of Class
com.fasterxml.jackson.core.base.ParserBase
-
Packages that use ParserBase Package Description com.fasterxml.jackson.core.json JSON-specific parser and generator implementation classes that Jackson defines and uses.com.fasterxml.jackson.core.json.async Non-blocking ("async") JSON parser implementation. -
-
Uses of ParserBase in com.fasterxml.jackson.core.json
Subclasses of ParserBase in com.fasterxml.jackson.core.json Modifier and Type Class Description classJsonParserBaseAnother intermediate base class, only used by actual JSON-backed parser implementations.classReaderBasedJsonParserThis is a concrete implementation ofJsonParser, which is based on aReaderto handle low-level character conversion tasks.classUTF8DataInputJsonParserThis is a concrete implementation ofJsonParser, which is based on aDataInputas the input source.classUTF8StreamJsonParserThis is a concrete implementation ofJsonParser, which is based on aInputStreamas the input source. -
Uses of ParserBase in com.fasterxml.jackson.core.json.async
Subclasses of ParserBase in com.fasterxml.jackson.core.json.async Modifier and Type Class Description classNonBlockingByteBufferJsonParserNon-blocking parser implementation for JSON content that takes its input viaByteBufferinstance(s) passed.classNonBlockingJsonParserNon-blocking parser implementation for JSON content that takes its input viabyte[]passed.classNonBlockingJsonParserBaseIntermediate base class for non-blocking JSON parsers.classNonBlockingUtf8JsonParserBaseNon-blocking parser base implementation for JSON content.
-