Uses of Class
org.codehaus.jackson.impl.JsonParserMinimalBase
-
Packages that use JsonParserMinimalBase Package Description org.codehaus.jackson.impl Parser and generator implementation classes that Jackson defines and uses.org.codehaus.jackson.node Contains concreteJsonNode
implementations Jackson uses for the Tree model.org.codehaus.jackson.util Utility classes used by Jackson Core functionality. -
-
Uses of JsonParserMinimalBase in org.codehaus.jackson.impl
Subclasses of JsonParserMinimalBase in org.codehaus.jackson.impl Modifier and Type Class Description class
JsonNumericParserBase
Deprecated.Since 1.9.0: functionality demoted down to JsonParserBaseclass
JsonParserBase
Intermediate base class used by all JacksonJsonParser
implementations.class
ReaderBasedParser
This is a concrete implementation ofJsonParser
, which is based on aReader
to handle low-level character conversion tasks.class
ReaderBasedParserBase
Deprecated.Since 1.9 sub-classes should just include code from here as is.class
StreamBasedParserBase
Deprecated.Since 1.9, sub-classes should just embed code from hereclass
Utf8StreamParser
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.node Modifier and Type Class Description class
TreeTraversingParser
Facade overJsonNode
that implementsJsonParser
to allow accessing contents of JSON tree in alternate form (stream of tokens). -
Uses of JsonParserMinimalBase in org.codehaus.jackson.util
Subclasses of JsonParserMinimalBase in org.codehaus.jackson.util Modifier and Type Class Description protected static class
TokenBuffer.Parser
-