Uses of Class
org.codehaus.jackson.impl.JsonParserMinimalBase
Packages that use JsonParserMinimalBase
Package
Description
Parser and generator implementation classes that Jackson
defines and uses.
Contains concrete
JsonNode implementations
Jackson uses for the Tree model.Package that contains experimental implementation of
"Binary-Encoded JSON-Like" data format handlers (parser,
generator, factory produce both, supporting constants).
Utility classes used by Jackson Core functionality.
-
Uses of JsonParserMinimalBase in org.codehaus.jackson.impl
Subclasses of JsonParserMinimalBase in org.codehaus.jackson.implModifier and TypeClassDescriptionclassDeprecated.Since 1.9.0: functionality demoted down to JsonParserBaseclassIntermediate base class used by all JacksonJsonParserimplementations.final classThis is a concrete implementation ofJsonParser, which is based on aReaderto handle low-level character conversion tasks.classDeprecated.Since 1.9 sub-classes should just include code from here as is.classDeprecated.Since 1.9, sub-classes should just embed code from herefinal classThis is a concrete implementation ofJsonParser, which is based on aInputStreamas the input source. -
Uses of JsonParserMinimalBase in org.codehaus.jackson.node
Subclasses of JsonParserMinimalBase in org.codehaus.jackson.nodeModifier and TypeClassDescriptionclassFacade overJsonNodethat implementsJsonParserto allow accessing contents of JSON tree in alternate form (stream of tokens). -
Uses of JsonParserMinimalBase in org.codehaus.jackson.smile
Subclasses of JsonParserMinimalBase in org.codehaus.jackson.smile -
Uses of JsonParserMinimalBase in org.codehaus.jackson.util
Subclasses of JsonParserMinimalBase in org.codehaus.jackson.util