All Classes and Interfaces
Class
Description
Provides a JsonWriter optimised for returning json as string content.
Strategy for recycling buffers used in parsing and generation.
JsonWriter optimised for returning json as byte array.
Provides core JsonAdapter for common types.
The basic JsonAdapter types.
Provides a delegating JsonWriter.
The core API for serialization to and from json.
Thrown when data being parsed is not encoded as valid json or attempting to write invalid json.
Thrown when we hit EOF unexpectedly.
Thrown when the data being parsed is not encoded as valid JSON,
method invocation fails for json views, or and underlying IOException occurs.
A helper to extract values from a Map.
Thrown when underlying IOException occurred during read or write of json.
A mapper for mapping to basic Java types.
Build the JsonNodeMapper.
Reading and writing with all options such and InputStream, Reader etc.
Output that can be aware of server content chunking.
Reads json content as a stream of JSON tokens and content.
A structure, name, or value type in a JSON-encoded string.
Provides the underlying JsonReader and JsonWriter to use.
Used to build JsonStream with custom settings.
Used to build the default JsonStream implementation with custom settings.
Writes json content.
Marker interface for IOAdapter specific property names.
Builds a JsonView.
A (non-scalar) JsonAdapter that is part of building json views.