Uses of Class
com.fasterxml.jackson.core.base.ParserMinimalBase
Packages that use ParserMinimalBase
Package
Description
Base classes used by concrete Parser and Generator implementations;
contain functionality that is not specific to JSON or input
abstraction (byte vs char).
JSON-specific parser and generator implementation classes that
Jackson defines and uses.
Non-blocking ("async") JSON parser implementation.
Contains concrete
JsonNode implementations
Jackson uses for the Tree model.Utility classes for Mapper package.
-
Uses of ParserMinimalBase in com.fasterxml.jackson.core.base
Subclasses of ParserMinimalBase in com.fasterxml.jackson.core.baseModifier and TypeClassDescriptionclassIntermediate base class used by all JacksonJsonParserimplementations. -
Uses of ParserMinimalBase in com.fasterxml.jackson.core.json
Subclasses of ParserMinimalBase in com.fasterxml.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 ParserMinimalBase in com.fasterxml.jackson.core.json.async
Subclasses of ParserMinimalBase in com.fasterxml.jackson.core.json.asyncModifier and TypeClassDescriptionclassNon-blocking parser implementation for JSON content that takes its input viaByteBufferinstance(s) passed.classNon-blocking parser implementation for JSON content that takes its input viabyte[]passed.classIntermediate base class for non-blocking JSON parsers.classNon-blocking parser base implementation for JSON content. -
Uses of ParserMinimalBase in com.fasterxml.jackson.databind.node
Subclasses of ParserMinimalBase in com.fasterxml.jackson.databind.nodeModifier and TypeClassDescriptionclassFacade overJsonNodethat implementsJsonParserto allow accessing contents of JSON tree in alternate form (stream of tokens). -
Uses of ParserMinimalBase in com.fasterxml.jackson.databind.util
Subclasses of ParserMinimalBase in com.fasterxml.jackson.databind.util