|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JsonParserMinimalBase | |
---|---|
org.codehaus.jackson.impl | Parser and generator implementation classes that Jackson defines and uses. |
org.codehaus.jackson.node | Contains concrete JsonNode implementations
Jackson uses for the Tree model. |
org.codehaus.jackson.smile | Package that contains experimental implementation of "Binary-Encoded JSON-Like" data format handlers (parser, generator, factory produce both, supporting constants). |
org.codehaus.jackson.util | Utility classes used by Jackson Core functionality. |
Uses of JsonParserMinimalBase in org.codehaus.jackson.impl |
---|
Subclasses of JsonParserMinimalBase in org.codehaus.jackson.impl | |
---|---|
class |
JsonNumericParserBase
Another intermediate base class used by all Jackson JsonParser
implementations. |
class |
JsonParserBase
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 |
Utf8StreamParser
This is a concrete implementation of JsonParser , which is
based on a InputStream as the input source. |
Uses of JsonParserMinimalBase in org.codehaus.jackson.node |
---|
Subclasses of JsonParserMinimalBase in org.codehaus.jackson.node | |
---|---|
class |
TreeTraversingParser
Facade over JsonNode that implements JsonParser to allow
accessing contents of JSON tree in alternate form (stream of tokens). |
Uses of JsonParserMinimalBase in org.codehaus.jackson.smile |
---|
Subclasses of JsonParserMinimalBase in org.codehaus.jackson.smile | |
---|---|
class |
SmileParser
|
Uses of JsonParserMinimalBase in org.codehaus.jackson.util |
---|
Subclasses of JsonParserMinimalBase in org.codehaus.jackson.util | |
---|---|
protected static class |
TokenBuffer.Parser
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |