| 程序包 | 说明 |
|---|---|
| org.hotwheel.json.impl.jackson |
| 限定符和类型 | 类和说明 |
|---|---|
class |
GeneratorBase
This base class implements part of API that a JSON generator exposes
to applications, adds shared internal methods that sub-classes
can use and adds some abstract methods sub-classes must implement.
|
class |
JacksonParser
Base class that defines public API for reading JSON content.
|
class |
JsonFactory
The main factory class of Jackson package, used to configure and construct
reader (aka parser,
JacksonParser) and writer (aka generator,
JsonGenerator) instances. |
class |
JsonGenerator
Base class that defines public API for writing JSON content.
|
class |
JsonGeneratorDelegate |
class |
JsonParserDelegate
Helper class that implements
delegation pattern for
JacksonParser,
to allow for simple overridability of basic parsing functionality. |
class |
JsonParserSequence
Helper class that can be used to sequence multiple physical
JacksonParsers to create a single logical sequence of
tokens, as a single JacksonParser. |
class |
ParserBase
Intermediate base class used by all Jackson
JacksonParser
implementations. |
class |
ParserMinimalBase
Intermediate base class used by all Jackson
JacksonParser
implementations, but does not add any additional fields that depend
on particular method of obtaining input. |
class |
ReaderBasedJsonParser
This is a concrete implementation of
JacksonParser, which is
based on a Reader to handle low-level character
conversion tasks. |
class |
UTF8JsonGenerator |
class |
UTF8StreamJsonParser
This is a concrete implementation of
JacksonParser, which is
based on a InputStream as the input source. |
class |
WriterBasedJsonGenerator
JsonGenerator that outputs JSON content using a Writer
which handles character encoding. |
Copyright © 2002–2019 The MyMMSCs Software Foundation. All rights reserved.