All Classes
-
All Classes Interface Summary Class Summary Enum Summary Exception Summary Class Description BufferPool char[] pool that pool instances of char[] which are expensive to create.Json Factory class for creating JSON processing objects.JsonArray JsonArrayrepresents an immutable JSON array (an ordered sequence of zero or more values).JsonArrayBuilder A builder for creatingJsonArraymodels from scratch, and for modifying a existingJsonArray.JsonBuilderFactory Factory to createJsonObjectBuilderandJsonArrayBuilderinstances.JsonCollectors This class contains some implementations ofjava.util.stream.Collectorfor accumulatingJsonValues intoJsonArrayandJsonObject.JsonException JsonExceptionindicates that some exception happened during JSON processing.JsonGenerationException JsonGenerationExceptionindicates an incorrect JSON is being generated.JsonGenerator Writes JSON data to an output source in a streaming way.JsonGeneratorFactory Factory to createJsonGeneratorinstances.JsonLocation Provides the location information of a JSON event in an input source.JsonMergePatch This interface represents an implementation of a JSON Merge Patch as defined by RFC 7396.JsonMergePatchImpl This class is an implementation of a JSON Merge Patch as specified in RFC 7396.JsonNumber An immutable JSON number value.JsonObject JsonObjectclass represents an immutable JSON object value (an unordered collection of zero or more name/value pairs).JsonObjectBuilder A builder for creatingJsonObjectmodels from scratch.JsonParser Provides forward, read-only access to JSON data in a streaming way.JsonParser.Event An event fromJsonParser.JsonParserFactory Factory for creatingJsonParserinstances.JsonParserImpl JSON parser implementation.JsonParsingException JsonParsingExceptionis used when an incorrect JSON is being parsed.JsonPatch This interface represents an immutable implementation of a JSON Patch as defined by RFC 6902.JsonPatch.Operation This enum represents the list of valid JSON Patch operations as defined by RFC 6902.JsonPatchBuilder A builder for constructing a JSON Patch as defined by RFC 6902 by adding JSON Patch operations incrementally.JsonPatchBuilderImpl A builder for constructing a JSON Patch by adding JSON Patch operations incrementally.JsonPatchImpl This class is an immutable representation of a JSON Patch as specified in RFC 6902.JsonPointer This interface represents an immutable implementation of a JSON Pointer as defined by RFC 6901.JsonPointerImpl This class is an immutable representation of a JSON Pointer as specified in RFC 6901.JsonPrettyGeneratorImpl JsonProvider Service provider for JSON processing objects.JsonProviderImpl JsonReader JsonReaderFactory Factory to createJsonReaderinstances.JsonString An immutable JSON string value.JsonStructure JsonUtil A utility classJsonValue JsonValuerepresents an immutable JSON value.JsonValue.ValueType Indicates the type of aJsonValueobject.JsonWriter JsonWriterFactory Factory to createJsonWriterinstances.MapUtil Util for transforming a Map to a Json objects.