|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ParserMinimalBase | |
---|---|
com.fasterxml.jackson.core.base | Base classes used by concrete Parser and Generator implementations; contain functionality that is not specific to JSON or input abstraction (byte vs char). |
com.fasterxml.jackson.core.json | JSON-specific parser and generator implementation classes that Jackson defines and uses. |
Uses of ParserMinimalBase in com.fasterxml.jackson.core.base |
---|
Subclasses of ParserMinimalBase in com.fasterxml.jackson.core.base | |
---|---|
class |
ParserBase
Intermediate base class used by all Jackson JsonParser
implementations. |
Uses of ParserMinimalBase in com.fasterxml.jackson.core.json |
---|
Subclasses of ParserMinimalBase in com.fasterxml.jackson.core.json | |
---|---|
class |
ReaderBasedJsonParser
This is a concrete implementation of JsonParser , which is
based on a Reader to handle low-level character
conversion tasks. |
class |
UTF8StreamJsonParser
This is a concrete implementation of JsonParser , which is
based on a InputStream as the input source. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |