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 concreteJsonNodeimplementations 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 classJsonNumericParserBaseDeprecated.Since 1.9.0: functionality demoted down to JsonParserBaseclassJsonParserBaseIntermediate base class used by all JacksonJsonParserimplementations.classReaderBasedParserThis is a concrete implementation ofJsonParser, which is based on aReaderto handle low-level character conversion tasks.classReaderBasedParserBaseDeprecated.Since 1.9 sub-classes should just include code from here as is.classStreamBasedParserBaseDeprecated.Since 1.9, sub-classes should just embed code from hereclassUtf8StreamParserThis 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.node Modifier and Type Class Description classTreeTraversingParserFacade overJsonNodethat implementsJsonParserto 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 classTokenBuffer.Parser
-