|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JsonParserBase | |
---|---|
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 | |
---|---|
class |
JsonNumericParserBase
Deprecated. Since 1.9.0: functionality demoted down to JsonParserBase |
class |
ReaderBasedParser
This is a concrete implementation of JsonParser , which is
based on a Reader to handle low-level character
conversion tasks. |
class |
ReaderBasedParserBase
Deprecated. Since 1.9 sub-classes should just include code from here as is. |
class |
StreamBasedParserBase
Deprecated. Since 1.9, sub-classes should just embed code from here |
class |
Utf8StreamParser
This is a concrete implementation of JsonParser , which is
based on a InputStream as the input source. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |