|
||||||||||
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
Another intermediate base class used by all Jackson JsonParser
implementations. |
class |
ReaderBasedNumericParser
Intermediate class that implements handling of numeric parsing. |
class |
ReaderBasedParser
This is a concrete implementation of JsonParser , which is
based on a Reader to handle low-level character
conversion tasks. |
class |
ReaderBasedParserBase
This is a simple low-level input reader base class, used by JSON parser. |
class |
StreamBasedParserBase
This is a simple low-level input reader base class, used by JSON parser. |
class |
Utf8NumericParser
Intermediate class that implements handling of numeric parsing, when using UTF-8 encoded byte-based input source. |
class |
Utf8StreamParser
This is a concrete implementation of JsonParser , which is
based on a InputStream as the input source. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |