Uses of Class
org.codehaus.jackson.impl.JsonParserBase
Packages that use JsonParserBase
Package
Description
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.implModifier and TypeClassDescriptionclassDeprecated.Since 1.9.0: functionality demoted down to JsonParserBasefinal 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.