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 TypeClassDescriptionclass
Deprecated.Since 1.9.0: functionality demoted down to JsonParserBasefinal 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.