Skip navigation links
JSR 374 (JSON Processing) Default Provider 1.1.2.redhat-1
A B C D E G H I J M N O R S T W 

A

add(String, JsonValue) - Method in class org.glassfish.json.JsonPatchBuilderImpl
Adds an "add" JSON Patch operation.
add(String, String) - Method in class org.glassfish.json.JsonPatchBuilderImpl
Adds an "add" JSON Patch operation
add(String, int) - Method in class org.glassfish.json.JsonPatchBuilderImpl
Adds an "add" JSON Patch operation
add(String, boolean) - Method in class org.glassfish.json.JsonPatchBuilderImpl
Adds an "add" JSON Patch operation
add(JsonStructure, JsonValue) - Method in class org.glassfish.json.JsonPointerImpl
Adds or replaces a value at the referenced location in the specified target with the specified value.
apply(JsonValue) - Method in class org.glassfish.json.JsonMergePatchImpl
 
apply(T) - Method in class org.glassfish.json.JsonPatchBuilderImpl
A convenience method for new JsonPatchImpl(build()).apply(target).
apply(JsonStructure) - Method in class org.glassfish.json.JsonPatchImpl
Applies the patch operations to the specified target.

B

BufferPool - Interface in org.glassfish.json.api
char[] pool that pool instances of char[] which are expensive to create.
build() - Method in class org.glassfish.json.JsonPatchBuilderImpl
Returns the patch operation in a JsonPatch
buildAsJsonArray() - Method in class org.glassfish.json.JsonPatchBuilderImpl
Returns the patch operations in a JsonArray

C

close() - Method in class org.glassfish.json.JsonParserImpl
 
containsValue(JsonStructure) - Method in class org.glassfish.json.JsonPointerImpl
Returns true if there is a value at the referenced location in the specified target.
copy(String, String) - Method in class org.glassfish.json.JsonPatchBuilderImpl
Adds a "copy" JSON Patch operation.
createArrayBuilder() - Method in class org.glassfish.json.JsonProviderImpl
 
createArrayBuilder(JsonArray) - Method in class org.glassfish.json.JsonProviderImpl
 
createArrayBuilder(Collection<?>) - Method in class org.glassfish.json.JsonProviderImpl
 
createBuilderFactory(Map<String, ?>) - Method in class org.glassfish.json.JsonProviderImpl
 
createDiff(JsonStructure, JsonStructure) - Method in class org.glassfish.json.JsonProviderImpl
 
createGenerator(Writer) - Method in class org.glassfish.json.JsonProviderImpl
 
createGenerator(OutputStream) - Method in class org.glassfish.json.JsonProviderImpl
 
createGeneratorFactory(Map<String, ?>) - Method in class org.glassfish.json.JsonProviderImpl
 
createMergeDiff(JsonValue, JsonValue) - Method in class org.glassfish.json.JsonProviderImpl
 
createMergePatch(JsonValue) - Method in class org.glassfish.json.JsonProviderImpl
 
createObjectBuilder() - Method in class org.glassfish.json.JsonProviderImpl
 
createObjectBuilder(JsonObject) - Method in class org.glassfish.json.JsonProviderImpl
 
createObjectBuilder(Map<String, Object>) - Method in class org.glassfish.json.JsonProviderImpl
 
createParser(Reader) - Method in class org.glassfish.json.JsonProviderImpl
 
createParser(InputStream) - Method in class org.glassfish.json.JsonProviderImpl
 
createParserFactory(Map<String, ?>) - Method in class org.glassfish.json.JsonProviderImpl
 
createPatch(JsonArray) - Method in class org.glassfish.json.JsonProviderImpl
 
createPatchBuilder() - Method in class org.glassfish.json.JsonProviderImpl
 
createPatchBuilder(JsonArray) - Method in class org.glassfish.json.JsonProviderImpl
 
createPointer(String) - Method in class org.glassfish.json.JsonProviderImpl
 
createReader(Reader) - Method in class org.glassfish.json.JsonProviderImpl
 
createReader(InputStream) - Method in class org.glassfish.json.JsonProviderImpl
 
createReaderFactory(Map<String, ?>) - Method in class org.glassfish.json.JsonProviderImpl
 
createValue(String) - Method in class org.glassfish.json.JsonProviderImpl
 
createValue(int) - Method in class org.glassfish.json.JsonProviderImpl
 
createValue(long) - Method in class org.glassfish.json.JsonProviderImpl
 
createValue(double) - Method in class org.glassfish.json.JsonProviderImpl
 
createValue(BigInteger) - Method in class org.glassfish.json.JsonProviderImpl
 
createValue(BigDecimal) - Method in class org.glassfish.json.JsonProviderImpl
 
createWriter(Writer) - Method in class org.glassfish.json.JsonProviderImpl
 
createWriter(OutputStream) - Method in class org.glassfish.json.JsonProviderImpl
 
createWriterFactory(Map<String, ?>) - Method in class org.glassfish.json.JsonProviderImpl
 

D

diff(JsonStructure, JsonStructure) - Static method in class org.glassfish.json.JsonPatchImpl
Generates a JSON Patch from the source and target JsonStructure.

E

equals(Object) - Method in class org.glassfish.json.JsonPatchImpl
Compares this JsonPatchImpl with another object.
equals(Object) - Method in class org.glassfish.json.JsonPointerImpl
Compares this JsonPointer with another object.

G

getArray() - Method in class org.glassfish.json.JsonParserImpl
 
getArrayStream() - Method in class org.glassfish.json.JsonParserImpl
 
getBigDecimal() - Method in class org.glassfish.json.JsonParserImpl
 
getInt() - Method in class org.glassfish.json.JsonParserImpl
 
getLastCharLocation() - Method in class org.glassfish.json.JsonParserImpl
 
getLocation() - Method in class org.glassfish.json.JsonParserImpl
 
getLong() - Method in class org.glassfish.json.JsonParserImpl
 
getObject() - Method in class org.glassfish.json.JsonParserImpl
 
getObjectStream() - Method in class org.glassfish.json.JsonParserImpl
 
getString() - Method in class org.glassfish.json.JsonParserImpl
 
getValue() - Method in class org.glassfish.json.JsonParserImpl
 
getValue(JsonStructure) - Method in class org.glassfish.json.JsonPointerImpl
Returns the value at the referenced location in the specified target
getValueStream() - Method in class org.glassfish.json.JsonParserImpl
 

H

hashCode() - Method in class org.glassfish.json.JsonPatchImpl
Returns the hash code value for this JsonPatchImpl.
hashCode() - Method in class org.glassfish.json.JsonPointerImpl
Returns the hash code value for this JsonPointer object.
hasNext() - Method in class org.glassfish.json.JsonParserImpl
 

I

isIntegralNumber() - Method in class org.glassfish.json.JsonParserImpl
 

J

JsonMergePatchImpl - Class in org.glassfish.json
This class is an implementation of a JSON Merge Patch as specified in RFC 7396.
JsonMergePatchImpl(JsonValue) - Constructor for class org.glassfish.json.JsonMergePatchImpl
 
JsonParserImpl - Class in org.glassfish.json
JSON parser implementation.
JsonParserImpl(Reader, BufferPool) - Constructor for class org.glassfish.json.JsonParserImpl
 
JsonParserImpl(InputStream, BufferPool) - Constructor for class org.glassfish.json.JsonParserImpl
 
JsonParserImpl(InputStream, Charset, BufferPool) - Constructor for class org.glassfish.json.JsonParserImpl
 
JsonPatchBuilderImpl - Class in org.glassfish.json
A builder for constructing a JSON Patch by adding JSON Patch operations incrementally.
JsonPatchBuilderImpl(JsonArray) - Constructor for class org.glassfish.json.JsonPatchBuilderImpl
Creates a JsonPatchBuilderImpl, starting with the specified JSON Patch
JsonPatchBuilderImpl() - Constructor for class org.glassfish.json.JsonPatchBuilderImpl
Creates JsonPatchBuilderImpl with empty JSON Patch
JsonPatchImpl - Class in org.glassfish.json
This class is an immutable representation of a JSON Patch as specified in RFC 6902.
JsonPatchImpl(JsonArray) - Constructor for class org.glassfish.json.JsonPatchImpl
Constructs a JsonPatchImpl
JsonPointerImpl - Class in org.glassfish.json
This class is an immutable representation of a JSON Pointer as specified in RFC 6901.
JsonPointerImpl(String) - Constructor for class org.glassfish.json.JsonPointerImpl
Constructs and initializes a JsonPointerImpl.
JsonPrettyGeneratorImpl - Class in org.glassfish.json
 
JsonPrettyGeneratorImpl(Writer, BufferPool) - Constructor for class org.glassfish.json.JsonPrettyGeneratorImpl
 
JsonPrettyGeneratorImpl(OutputStream, BufferPool) - Constructor for class org.glassfish.json.JsonPrettyGeneratorImpl
 
JsonPrettyGeneratorImpl(OutputStream, Charset, BufferPool) - Constructor for class org.glassfish.json.JsonPrettyGeneratorImpl
 
JsonProviderImpl - Class in org.glassfish.json
 
JsonProviderImpl() - Constructor for class org.glassfish.json.JsonProviderImpl
 
JsonUtil - Class in org.glassfish.json
A utility class

M

MapUtil - Class in org.glassfish.json
Util for transforming a Map to a Json objects.
move(String, String) - Method in class org.glassfish.json.JsonPatchBuilderImpl
Adds a "move" JSON Patch operation.

N

next() - Method in class org.glassfish.json.JsonParserImpl
 

O

org.glassfish.json - package org.glassfish.json
 
org.glassfish.json.api - package org.glassfish.json.api
 

R

recycle(char[]) - Method in interface org.glassfish.json.api.BufferPool
Returns an object back to the pool.
remove(String) - Method in class org.glassfish.json.JsonPatchBuilderImpl
Adds a "remove" JSON Patch operation.
remove(JsonStructure) - Method in class org.glassfish.json.JsonPointerImpl
Removes the value at the reference location in the specified target
replace(String, JsonValue) - Method in class org.glassfish.json.JsonPatchBuilderImpl
Adds a "replace" JSON Patch operation.
replace(String, String) - Method in class org.glassfish.json.JsonPatchBuilderImpl
Adds a "replace" JSON Patch operation.
replace(String, int) - Method in class org.glassfish.json.JsonPatchBuilderImpl
Adds a "replace" JSON Patch operation.
replace(String, boolean) - Method in class org.glassfish.json.JsonPatchBuilderImpl
Adds a "replace" JSON Patch operation.
replace(JsonStructure, JsonValue) - Method in class org.glassfish.json.JsonPointerImpl
Replaces the value at the referenced location in the specified target with the specified value.

S

skipArray() - Method in class org.glassfish.json.JsonParserImpl
 
skipObject() - Method in class org.glassfish.json.JsonParserImpl
 

T

take() - Method in interface org.glassfish.json.api.BufferPool
Gets a new char[] object from the pool.
test(String, JsonValue) - Method in class org.glassfish.json.JsonPatchBuilderImpl
Adds a "test" JSON Patch operation.
test(String, String) - Method in class org.glassfish.json.JsonPatchBuilderImpl
Adds a "test" JSON Patch operation.
test(String, int) - Method in class org.glassfish.json.JsonPatchBuilderImpl
Adds a "test" JSON Patch operation.
test(String, boolean) - Method in class org.glassfish.json.JsonPatchBuilderImpl
Adds a "test" JSON Patch operation.
toJson(String) - Static method in class org.glassfish.json.JsonUtil
Reads the input JSON text and returns a JsonValue.
toJsonArray() - Method in class org.glassfish.json.JsonPatchImpl
 
toJsonValue() - Method in class org.glassfish.json.JsonMergePatchImpl
 
toString() - Method in class org.glassfish.json.JsonPatchImpl
Returns the JSON Patch text

W

writeColon() - Method in class org.glassfish.json.JsonPrettyGeneratorImpl
 
writeComma() - Method in class org.glassfish.json.JsonPrettyGeneratorImpl
 
writeEnd() - Method in class org.glassfish.json.JsonPrettyGeneratorImpl
 
writeStartArray() - Method in class org.glassfish.json.JsonPrettyGeneratorImpl
 
writeStartArray(String) - Method in class org.glassfish.json.JsonPrettyGeneratorImpl
 
writeStartObject() - Method in class org.glassfish.json.JsonPrettyGeneratorImpl
 
writeStartObject(String) - Method in class org.glassfish.json.JsonPrettyGeneratorImpl
 
A B C D E G H I J M N O R S T W 
Skip navigation links
JSR 374 (JSON Processing) Default Provider 1.1.2.redhat-1

Copyright © 2018 Oracle. All rights reserved.