All Classes and Interfaces
Class
Description
char[] pool that pool instances of char[] which are expensive to create.
char[] pool that pool instances of char[] which are expensive to create.
Factory class for creating JSON processing objects.
JsonArray
represents an immutable JSON array
(an ordered sequence of zero or more values).A builder for creating
JsonArray
models from scratch.JsonArrayBuilder impl
Factory to create
JsonObjectBuilder
and JsonArrayBuilder
instances.JsonException
indicates that some exception happened during
JSON processing.JsonGenerationException
indicates an incorrect JSON is
being generated.Writes JSON data to an output source in a streaming way.
Factory to create
JsonGenerator
instances.Provides the location information of a JSON event in an input source.
Defines string formatting method for each constant in the resource file
An immutable JSON number value.
JsonNumber impl.
JsonObject
class represents an immutable JSON object value
(an unordered collection of zero or more name/value pairs).A builder for creating
JsonObject
models from scratch.JsonObjectBuilder impl
Provides forward, read-only access to JSON data in a streaming way.
An event from
JsonParser
.Factory for creating
JsonParser
instances.JSON parser implementation.
JsonParsingException
is used when an incorrect JSON is
being parsed.Service provider for JSON processing objects.
Factory to create
JsonReader
instances.JsonReader impl using parser and builders.
An immutable JSON string value.
JsonString impl
JAX-RS MessageBodyReader for JsonStructure.
JAX-RS MessageBodyWriter for JsonStructure.
JsonParser
implementation on top of JsonArray/JsonObjectJSON Tokenizer
JsonValue
represents an immutable JSON value.Indicates the type of a
JsonValue
object.Factory to create
JsonWriter
instances.JsonWriter impl using generator.
A filter stream that detects the unicode encoding for the original
stream