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