Uses of Class
org.codehaus.jackson.impl.JsonParserBase
Packages that use JsonParserBase
Package
Description
Parser and generator implementation classes that Jackson
defines and uses.
Package that contains experimental implementation of
"Binary-Encoded JSON-Like" data format handlers (parser,
generator, factory produce both, supporting constants).
-
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. -
Uses of JsonParserBase in org.codehaus.jackson.smile
Subclasses of JsonParserBase in org.codehaus.jackson.smile