Uses of Class
org.codehaus.jackson.impl.JsonParserBase
-
Packages that use JsonParserBase Package Description org.codehaus.jackson.impl Parser and generator implementation classes that Jackson defines and uses. -
-
Uses of JsonParserBase in org.codehaus.jackson.impl
Subclasses of JsonParserBase in org.codehaus.jackson.impl Modifier and Type Class Description classJsonNumericParserBaseDeprecated.Since 1.9.0: functionality demoted down to JsonParserBaseclassReaderBasedParserThis 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.
-