Uses of Class
com.fasterxml.jackson.core.base.ParserMinimalBase
-
Packages that use ParserMinimalBase Package Description 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.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 ParserMinimalBase in com.fasterxml.jackson.core.base
Subclasses of ParserMinimalBase in com.fasterxml.jackson.core.base Modifier and Type Class Description classParserBaseIntermediate base class used by all JacksonJsonParserimplementations. -
Uses of ParserMinimalBase in com.fasterxml.jackson.core.json
Subclasses of ParserMinimalBase in com.fasterxml.jackson.core.json Modifier and Type Class Description 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 ParserMinimalBase in com.fasterxml.jackson.core.json.async
Subclasses of ParserMinimalBase in com.fasterxml.jackson.core.json.async Modifier and Type Class Description classNonBlockingJsonParserNon-blocking parser implementation for JSON content.classNonBlockingJsonParserBaseIntermediate base class for non-blocking JSON parsers.
-