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 TypeClassDescriptionclass
Deprecated.Since 1.9.0: functionality demoted down to JsonParserBaseclass
Intermediate base class used by all JacksonJsonParser
implementations.final class
This is a concrete implementation ofJsonParser
, which is based on aReader
to handle low-level character conversion tasks.class
Deprecated.Since 1.9 sub-classes should just include code from here as is.class
Deprecated.Since 1.9, sub-classes should just embed code from herefinal class
This is a concrete implementation ofJsonParser
, which is based on aInputStream
as the input source. -
Uses of JsonParserMinimalBase in org.codehaus.jackson.node
Subclasses of JsonParserMinimalBase in org.codehaus.jackson.nodeModifier and TypeClassDescriptionclass
Facade overJsonNode
that implementsJsonParser
to 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