A B C D E F G H I J L M N P R S T V W 

A

add(JsonValue) - Method in interface com.oracle.json.JsonArrayBuilder
Adds a value to the array.
add(String) - Method in interface com.oracle.json.JsonArrayBuilder
Adds a value to the array as a JsonString.
add(int) - Method in interface com.oracle.json.JsonArrayBuilder
Adds a value to the array as a JsonNumber.
add(long) - Method in interface com.oracle.json.JsonArrayBuilder
Adds a value to the array as a JsonNumber.
add(double) - Method in interface com.oracle.json.JsonArrayBuilder
Adds a value to the array as a JsonNumber.
add(boolean) - Method in interface com.oracle.json.JsonArrayBuilder
Adds a JsonValue.TRUE or JsonValue.FALSE value to the array.
add(JsonObjectBuilder) - Method in interface com.oracle.json.JsonArrayBuilder
Adds a JsonObject from an object builder to the array.
add(JsonArrayBuilder) - Method in interface com.oracle.json.JsonArrayBuilder
Adds a JsonArray from an array builder to the array.
add(JsonValue) - Method in interface com.oracle.json.JsonArrayBuilder
Adds a value to the array.
add(String) - Method in interface com.oracle.json.JsonArrayBuilder
Adds a value to the array as a JsonString.
add(int) - Method in interface com.oracle.json.JsonArrayBuilder
Adds a value to the array as a JsonNumber.
add(long) - Method in interface com.oracle.json.JsonArrayBuilder
Adds a value to the array as a JsonNumber.
add(double) - Method in interface com.oracle.json.JsonArrayBuilder
Adds a value to the array as a JsonNumber.
add(boolean) - Method in interface com.oracle.json.JsonArrayBuilder
Adds a JsonValue.TRUE or JsonValue.FALSE value to the array.
add(JsonObjectBuilder) - Method in interface com.oracle.json.JsonArrayBuilder
Adds a JsonObject from an object builder to the array.
add(JsonArrayBuilder) - Method in interface com.oracle.json.JsonArrayBuilder
Adds a JsonArray from an array builder to the array.
add(String, JsonValue) - Method in interface com.oracle.json.JsonObjectBuilder
Adds a name/JsonValue pair to the JSON object associated with this object builder.
add(String, String) - Method in interface com.oracle.json.JsonObjectBuilder
Adds a name/JsonString pair to the JSON object associated with this object builder.
add(String, int) - Method in interface com.oracle.json.JsonObjectBuilder
Adds a name/JsonNumber pair to the JSON object associated with this object builder.
add(String, long) - Method in interface com.oracle.json.JsonObjectBuilder
Adds a name/JsonNumber pair to the JSON object associated with this object builder.
add(String, double) - Method in interface com.oracle.json.JsonObjectBuilder
Adds a name/JsonNumber pair to the JSON object associated with this object builder.
add(String, boolean) - Method in interface com.oracle.json.JsonObjectBuilder
Adds a name/JsonValue#TRUE or name/JsonValue#FALSE pair to the JSON object associated with this object builder.
add(String, JsonObjectBuilder) - Method in interface com.oracle.json.JsonObjectBuilder
Adds a name/JsonObject pair to the JSON object associated with this object builder.
add(String, JsonArrayBuilder) - Method in interface com.oracle.json.JsonObjectBuilder
Adds a name/JsonArray pair to the JSON object associated with this object builder.
add(String, JsonValue) - Method in interface com.oracle.json.JsonObjectBuilder
Adds a name/JsonValue pair to the JSON object associated with this object builder.
add(String, String) - Method in interface com.oracle.json.JsonObjectBuilder
Adds a name/JsonString pair to the JSON object associated with this object builder.
add(String, int) - Method in interface com.oracle.json.JsonObjectBuilder
Adds a name/JsonNumber pair to the JSON object associated with this object builder.
add(String, long) - Method in interface com.oracle.json.JsonObjectBuilder
Adds a name/JsonNumber pair to the JSON object associated with this object builder.
add(String, double) - Method in interface com.oracle.json.JsonObjectBuilder
Adds a name/JsonNumber pair to the JSON object associated with this object builder.
add(String, boolean) - Method in interface com.oracle.json.JsonObjectBuilder
Adds a name/JsonValue#TRUE or name/JsonValue#FALSE pair to the JSON object associated with this object builder.
add(String, JsonObjectBuilder) - Method in interface com.oracle.json.JsonObjectBuilder
Adds a name/JsonObject pair to the JSON object associated with this object builder.
add(String, JsonArrayBuilder) - Method in interface com.oracle.json.JsonObjectBuilder
Adds a name/JsonArray pair to the JSON object associated with this object builder.
addNull() - Method in interface com.oracle.json.JsonArrayBuilder
Adds a JsonValue.NULL value to the array.
addNull() - Method in interface com.oracle.json.JsonArrayBuilder
Adds a JsonValue.NULL value to the array.
addNull(String) - Method in interface com.oracle.json.JsonObjectBuilder
Adds a name/JsonValue#NULL pair to the JSON object associated with this object builder where the value is null.
addNull(String) - Method in interface com.oracle.json.JsonObjectBuilder
Adds a name/JsonValue#NULL pair to the JSON object associated with this object builder where the value is null.
append(CharSequence) - Method in class com.oracle.json.io.StringWriter
Appends the specified character sequence to this writer.
append(CharSequence, int, int) - Method in class com.oracle.json.io.StringWriter
Appends a subsequence of the specified character sequence to this writer.
append(char) - Method in class com.oracle.json.io.StringWriter
Appends the specified character to this writer.
available() - Method in class com.oracle.json.io.FilterInputStream
Returns an estimate of the number of bytes that can be read (or skipped over) from this input stream without blocking by the next caller of a method for this input stream.

B

build() - Method in interface com.oracle.json.JsonArrayBuilder
Returns the current array.
build() - Method in interface com.oracle.json.JsonArrayBuilder
Returns the current array.
build() - Method in interface com.oracle.json.JsonObjectBuilder
Returns the JSON object associated with this object builder.
build() - Method in interface com.oracle.json.JsonObjectBuilder
Returns the JSON object associated with this object builder.

C

close() - Method in class com.oracle.json.io.FilterInputStream
Closes this input stream and releases any system resources associated with the stream.
close() - Method in class com.oracle.json.io.StringWriter
Closing a StringWriter has no effect.
close() - Method in interface com.oracle.json.JsonReader
Closes this reader and frees any resources associated with the reader.
close() - Method in interface com.oracle.json.JsonReader
Closes this reader and frees any resources associated with the reader.
close() - Method in interface com.oracle.json.JsonWriter
Closes this JSON writer and frees any resources associated with the writer.
close() - Method in interface com.oracle.json.JsonWriter
Closes this JSON writer and frees any resources associated with the writer.
close() - Method in interface com.oracle.json.stream.JsonGenerator
Closes this generator and frees any resources associated with it.
close() - Method in interface com.oracle.json.stream.JsonGenerator
Closes this generator and frees any resources associated with it.
close() - Method in interface com.oracle.json.stream.JsonParser
Closes this parser and frees any resources associated with the parser.
close() - Method in interface com.oracle.json.stream.JsonParser
Closes this parser and frees any resources associated with the parser.
com.oracle.json - package com.oracle.json
Provides an object model API to process JSON.
com.oracle.json.io - package com.oracle.json.io
 
com.oracle.json.spi - package com.oracle.json.spi
Service Provider Interface (SPI) to plug in implementations for JSON processing objects.
com.oracle.json.stream - package com.oracle.json.stream
Provides a streaming API to parse and generate JSON.
createArrayBuilder() - Static method in class com.oracle.json.Json
Creates a JSON array builder
createArrayBuilder() - Static method in class com.oracle.json.Json
Creates a JSON array builder
createArrayBuilder() - Method in interface com.oracle.json.JsonBuilderFactory
Creates a JsonArrayBuilder instance that is used to build JsonArray
createArrayBuilder() - Method in interface com.oracle.json.JsonBuilderFactory
Creates a JsonArrayBuilder instance that is used to build JsonArray
createArrayBuilder() - Method in class com.oracle.json.spi.JsonProvider
Creates a JSON array builder
createArrayBuilder() - Method in class com.oracle.json.spi.JsonProvider
Creates a JSON array builder
createBuilderFactory(Map<String, ?>) - Static method in class com.oracle.json.Json
Creates a builder factory for creating JsonArrayBuilder and JsonObjectBuilder objects.
createBuilderFactory(Map<String, ?>) - Static method in class com.oracle.json.Json
Creates a builder factory for creating JsonArrayBuilder and JsonObjectBuilder objects.
createBuilderFactory(Map<String, ?>) - Method in class com.oracle.json.spi.JsonProvider
Creates a builder factory for creating JsonArrayBuilder and JsonObjectBuilder objects.
createBuilderFactory(Map<String, ?>) - Method in class com.oracle.json.spi.JsonProvider
Creates a builder factory for creating JsonArrayBuilder and JsonObjectBuilder objects.
createGenerator(Writer) - Static method in class com.oracle.json.Json
Creates a JSON generator for writing JSON to a character stream.
createGenerator(OutputStream) - Static method in class com.oracle.json.Json
Creates a JSON generator for writing JSON to a byte stream.
createGenerator(Writer) - Static method in class com.oracle.json.Json
Creates a JSON generator for writing JSON to a character stream.
createGenerator(OutputStream) - Static method in class com.oracle.json.Json
Creates a JSON generator for writing JSON to a byte stream.
createGenerator(Writer) - Method in class com.oracle.json.spi.JsonProvider
Creates a JSON generator for writing JSON text to a character stream.
createGenerator(OutputStream) - Method in class com.oracle.json.spi.JsonProvider
Creates a JSON generator for writing JSON text to a byte stream.
createGenerator(Writer) - Method in class com.oracle.json.spi.JsonProvider
Creates a JSON generator for writing JSON text to a character stream.
createGenerator(OutputStream) - Method in class com.oracle.json.spi.JsonProvider
Creates a JSON generator for writing JSON text to a byte stream.
createGenerator(Writer) - Method in interface com.oracle.json.stream.JsonGeneratorFactory
Creates a JSON generator to write JSON text to a character stream.
createGenerator(OutputStream) - Method in interface com.oracle.json.stream.JsonGeneratorFactory
Creates a JSON generator to write JSON text to a byte stream.
createGenerator(OutputStream, String) - Method in interface com.oracle.json.stream.JsonGeneratorFactory
Creates a JSON generator to write JSON text to a byte stream.
createGenerator(Writer) - Method in interface com.oracle.json.stream.JsonGeneratorFactory
Creates a JSON generator to write JSON text to a character stream.
createGenerator(OutputStream) - Method in interface com.oracle.json.stream.JsonGeneratorFactory
Creates a JSON generator to write JSON text to a byte stream.
createGenerator(OutputStream, String) - Method in interface com.oracle.json.stream.JsonGeneratorFactory
Creates a JSON generator to write JSON text to a byte stream.
createGeneratorFactory(Map<String, ?>) - Static method in class com.oracle.json.Json
Creates a generator factory for creating JsonGenerator objects.
createGeneratorFactory(Map<String, ?>) - Static method in class com.oracle.json.Json
Creates a generator factory for creating JsonGenerator objects.
createGeneratorFactory(Map<String, ?>) - Method in class com.oracle.json.spi.JsonProvider
Creates a generator factory for creating JsonGenerator instances.
createGeneratorFactory(Map<String, ?>) - Method in class com.oracle.json.spi.JsonProvider
Creates a generator factory for creating JsonGenerator instances.
createObjectBuilder() - Static method in class com.oracle.json.Json
Creates a JSON object builder
createObjectBuilder() - Static method in class com.oracle.json.Json
Creates a JSON object builder
createObjectBuilder() - Method in interface com.oracle.json.JsonBuilderFactory
Creates a JsonObjectBuilder instance that is used to build JsonObject.
createObjectBuilder() - Method in interface com.oracle.json.JsonBuilderFactory
Creates a JsonObjectBuilder instance that is used to build JsonObject.
createObjectBuilder() - Method in class com.oracle.json.spi.JsonProvider
Creates a JSON object builder
createObjectBuilder() - Method in class com.oracle.json.spi.JsonProvider
Creates a JSON object builder
createParser(Reader) - Static method in class com.oracle.json.Json
Creates a JSON parser from a character stream.
createParser(InputStream) - Static method in class com.oracle.json.Json
Creates a JSON parser from a byte stream.
createParser(Reader) - Static method in class com.oracle.json.Json
Creates a JSON parser from a character stream.
createParser(InputStream) - Static method in class com.oracle.json.Json
Creates a JSON parser from a byte stream.
createParser(Reader) - Method in class com.oracle.json.spi.JsonProvider
Creates a JSON parser from a character stream.
createParser(InputStream) - Method in class com.oracle.json.spi.JsonProvider
Creates a JSON parser from the specified byte stream.
createParser(Reader) - Method in class com.oracle.json.spi.JsonProvider
Creates a JSON parser from a character stream.
createParser(InputStream) - Method in class com.oracle.json.spi.JsonProvider
Creates a JSON parser from the specified byte stream.
createParser(Reader) - Method in interface com.oracle.json.stream.JsonParserFactory
Creates a JSON parser from a character stream.
createParser(InputStream) - Method in interface com.oracle.json.stream.JsonParserFactory
Creates a JSON parser from the specified byte stream.
createParser(InputStream, String) - Method in interface com.oracle.json.stream.JsonParserFactory
Creates a JSON parser from the specified byte stream.
createParser(JsonObject) - Method in interface com.oracle.json.stream.JsonParserFactory
Creates a JSON parser from the specified JSON object.
createParser(JsonArray) - Method in interface com.oracle.json.stream.JsonParserFactory
Creates a JSON parser from the specified JSON array.
createParser(Reader) - Method in interface com.oracle.json.stream.JsonParserFactory
Creates a JSON parser from a character stream.
createParser(InputStream) - Method in interface com.oracle.json.stream.JsonParserFactory
Creates a JSON parser from the specified byte stream.
createParser(InputStream, String) - Method in interface com.oracle.json.stream.JsonParserFactory
Creates a JSON parser from the specified byte stream.
createParser(JsonObject) - Method in interface com.oracle.json.stream.JsonParserFactory
Creates a JSON parser from the specified JSON object.
createParser(JsonArray) - Method in interface com.oracle.json.stream.JsonParserFactory
Creates a JSON parser from the specified JSON array.
createParserFactory(Map<String, ?>) - Static method in class com.oracle.json.Json
Creates a parser factory for creating JsonParser objects.
createParserFactory(Map<String, ?>) - Static method in class com.oracle.json.Json
Creates a parser factory for creating JsonParser objects.
createParserFactory(Map<String, ?>) - Method in class com.oracle.json.spi.JsonProvider
Creates a parser factory for creating JsonParser instances.
createParserFactory(Map<String, ?>) - Method in class com.oracle.json.spi.JsonProvider
Creates a parser factory for creating JsonParser instances.
createReader(Reader) - Static method in class com.oracle.json.Json
Creates a JSON reader from a character stream.
createReader(InputStream) - Static method in class com.oracle.json.Json
Creates a JSON reader from a byte stream.
createReader(Reader) - Static method in class com.oracle.json.Json
Creates a JSON reader from a character stream.
createReader(InputStream) - Static method in class com.oracle.json.Json
Creates a JSON reader from a byte stream.
createReader(Reader) - Method in interface com.oracle.json.JsonReaderFactory
Creates a JSON reader from a character stream.
createReader(InputStream) - Method in interface com.oracle.json.JsonReaderFactory
Creates a JSON reader from a byte stream.
createReader(InputStream, String) - Method in interface com.oracle.json.JsonReaderFactory
Creates a JSON reader from a byte stream.
createReader(Reader) - Method in interface com.oracle.json.JsonReaderFactory
Creates a JSON reader from a character stream.
createReader(InputStream) - Method in interface com.oracle.json.JsonReaderFactory
Creates a JSON reader from a byte stream.
createReader(InputStream, String) - Method in interface com.oracle.json.JsonReaderFactory
Creates a JSON reader from a byte stream.
createReader(Reader) - Method in class com.oracle.json.spi.JsonProvider
Creates a JSON reader from a character stream.
createReader(InputStream) - Method in class com.oracle.json.spi.JsonProvider
Creates a JSON reader from a byte stream.
createReader(Reader) - Method in class com.oracle.json.spi.JsonProvider
Creates a JSON reader from a character stream.
createReader(InputStream) - Method in class com.oracle.json.spi.JsonProvider
Creates a JSON reader from a byte stream.
createReaderFactory(Map<String, ?>) - Static method in class com.oracle.json.Json
Creates a reader factory for creating JsonReader objects.
createReaderFactory(Map<String, ?>) - Static method in class com.oracle.json.Json
Creates a reader factory for creating JsonReader objects.
createReaderFactory(Map<String, ?>) - Method in class com.oracle.json.spi.JsonProvider
Creates a reader factory for creating JsonReader objects.
createReaderFactory(Map<String, ?>) - Method in class com.oracle.json.spi.JsonProvider
Creates a reader factory for creating JsonReader objects.
createWriter(Writer) - Static method in class com.oracle.json.Json
Creates a JSON writer to write a JSON object or array structure to the specified character stream.
createWriter(OutputStream) - Static method in class com.oracle.json.Json
Creates a JSON writer to write a JSON object or array structure to the specified byte stream.
createWriter(Writer) - Static method in class com.oracle.json.Json
Creates a JSON writer to write a JSON object or array structure to the specified character stream.
createWriter(OutputStream) - Static method in class com.oracle.json.Json
Creates a JSON writer to write a JSON object or array structure to the specified byte stream.
createWriter(Writer) - Method in interface com.oracle.json.JsonWriterFactory
Creates a JSON writer to write a JSON object or array structure to the specified character stream.
createWriter(OutputStream) - Method in interface com.oracle.json.JsonWriterFactory
Creates a JSON writer to write a JSON object or array structure to the specified byte stream.
createWriter(OutputStream, String) - Method in interface com.oracle.json.JsonWriterFactory
Creates a JSON writer to write a JSON object or array structure to the specified byte stream.
createWriter(Writer) - Method in interface com.oracle.json.JsonWriterFactory
Creates a JSON writer to write a JSON object or array structure to the specified character stream.
createWriter(OutputStream) - Method in interface com.oracle.json.JsonWriterFactory
Creates a JSON writer to write a JSON object or array structure to the specified byte stream.
createWriter(OutputStream, String) - Method in interface com.oracle.json.JsonWriterFactory
Creates a JSON writer to write a JSON object or array structure to the specified byte stream.
createWriter(Writer) - Method in class com.oracle.json.spi.JsonProvider
Creates a JSON writer to write a JSON object or array structure to the specified character stream.
createWriter(OutputStream) - Method in class com.oracle.json.spi.JsonProvider
Creates a JSON writer to write a JSON object or array structure to the specified byte stream.
createWriter(Writer) - Method in class com.oracle.json.spi.JsonProvider
Creates a JSON writer to write a JSON object or array structure to the specified character stream.
createWriter(OutputStream) - Method in class com.oracle.json.spi.JsonProvider
Creates a JSON writer to write a JSON object or array structure to the specified byte stream.
createWriterFactory(Map<String, ?>) - Static method in class com.oracle.json.Json
Creates a writer factory for creating JsonWriter objects.
createWriterFactory(Map<String, ?>) - Static method in class com.oracle.json.Json
Creates a writer factory for creating JsonWriter objects.
createWriterFactory(Map<String, ?>) - Method in class com.oracle.json.spi.JsonProvider
Creates a writer factory for creating JsonWriter objects.
createWriterFactory(Map<String, ?>) - Method in class com.oracle.json.spi.JsonProvider
Creates a writer factory for creating JsonWriter objects.

D

doubleValue() - Method in interface com.oracle.json.JsonNumber
Returns this JSON number as a double.
doubleValue() - Method in interface com.oracle.json.JsonNumber
Returns this JSON number as a double.

E

equals(Object) - Method in interface com.oracle.json.JsonNumber
Compares the specified object with this JsonNumber object for equality.
equals(Object) - Method in interface com.oracle.json.JsonNumber
Compares the specified object with this JsonNumber object for equality.
equals(Object) - Method in interface com.oracle.json.JsonString
Compares the specified object with this JsonString for equality.
equals(Object) - Method in interface com.oracle.json.JsonString
Compares the specified object with this JsonString for equality.

F

FALSE - Static variable in interface com.oracle.json.JsonValue
JSON false value
FALSE - Static variable in interface com.oracle.json.JsonValue
JSON false value
FilterInputStream - Class in com.oracle.json.io
A FilterInputStream contains some other input stream, which it uses as its basic source of data, possibly transforming the data along the way or providing additional functionality.
flush() - Method in class com.oracle.json.io.StringWriter
Flush the stream.
flush() - Method in interface com.oracle.json.stream.JsonGenerator
Flushes the underlying output source.
flush() - Method in interface com.oracle.json.stream.JsonGenerator
Flushes the underlying output source.

G

getBoolean(int) - Method in interface com.oracle.json.JsonArray
Returns the boolean value at the specified position.
getBoolean(int, boolean) - Method in interface com.oracle.json.JsonArray
Returns the boolean value at the specified position.
getBoolean(int) - Method in interface com.oracle.json.JsonArray
Returns the boolean value at the specified position.
getBoolean(int, boolean) - Method in interface com.oracle.json.JsonArray
Returns the boolean value at the specified position.
getBoolean(String) - Method in interface com.oracle.json.JsonObject
Returns the boolean value of the associated mapping for the specified name.
getBoolean(String, boolean) - Method in interface com.oracle.json.JsonObject
Returns the boolean value of the associated mapping for the specified name.
getBoolean(String) - Method in interface com.oracle.json.JsonObject
Returns the boolean value of the associated mapping for the specified name.
getBoolean(String, boolean) - Method in interface com.oracle.json.JsonObject
Returns the boolean value of the associated mapping for the specified name.
getBuffer() - Method in class com.oracle.json.io.StringWriter
Return the string buffer itself.
getChars() - Method in interface com.oracle.json.JsonString
Returns the char sequence for the JSON String value
getChars() - Method in interface com.oracle.json.JsonString
Returns the char sequence for the JSON String value
getColumnNumber() - Method in interface com.oracle.json.stream.JsonLocation
Return the column number for the current JSON event in the input source.
getColumnNumber() - Method in interface com.oracle.json.stream.JsonLocation
Return the column number for the current JSON event in the input source.
getConfigInUse() - Method in interface com.oracle.json.JsonBuilderFactory
Returns read-only map of supported provider specific configuration properties that are used to configure the created JSON builders.
getConfigInUse() - Method in interface com.oracle.json.JsonBuilderFactory
Returns read-only map of supported provider specific configuration properties that are used to configure the created JSON builders.
getConfigInUse() - Method in interface com.oracle.json.JsonReaderFactory
Returns read-only map of supported provider specific configuration properties that are used to configure the created JSON readers.
getConfigInUse() - Method in interface com.oracle.json.JsonReaderFactory
Returns read-only map of supported provider specific configuration properties that are used to configure the created JSON readers.
getConfigInUse() - Method in interface com.oracle.json.JsonWriterFactory
Returns read-only map of supported provider specific configuration properties that are used to configure the created JSON writer objects.
getConfigInUse() - Method in interface com.oracle.json.JsonWriterFactory
Returns read-only map of supported provider specific configuration properties that are used to configure the created JSON writer objects.
getConfigInUse() - Method in interface com.oracle.json.stream.JsonGeneratorFactory
Returns a read-only map of supported provider specific configuration properties that are used to configure the JSON generators.
getConfigInUse() - Method in interface com.oracle.json.stream.JsonGeneratorFactory
Returns a read-only map of supported provider specific configuration properties that are used to configure the JSON generators.
getConfigInUse() - Method in interface com.oracle.json.stream.JsonParserFactory
Returns a read-only map of supported provider specific configuration properties that are used to configure the JSON parsers.
getConfigInUse() - Method in interface com.oracle.json.stream.JsonParserFactory
Returns a read-only map of supported provider specific configuration properties that are used to configure the JSON parsers.
getInt(int) - Method in interface com.oracle.json.JsonArray
A convenience method for getJsonNumber(index).intValue().
getInt(int, int) - Method in interface com.oracle.json.JsonArray
Returns the int value of the JsonNumber at the specified position.
getInt(int) - Method in interface com.oracle.json.JsonArray
A convenience method for getJsonNumber(index).intValue().
getInt(int, int) - Method in interface com.oracle.json.JsonArray
Returns the int value of the JsonNumber at the specified position.
getInt(String) - Method in interface com.oracle.json.JsonObject
A convenience method for getJsonNumber(name).intValue()
getInt(String, int) - Method in interface com.oracle.json.JsonObject
Returns the int value of the associated JsonNumber mapping for the specified name.
getInt(String) - Method in interface com.oracle.json.JsonObject
A convenience method for getJsonNumber(name).intValue()
getInt(String, int) - Method in interface com.oracle.json.JsonObject
Returns the int value of the associated JsonNumber mapping for the specified name.
getInt() - Method in interface com.oracle.json.stream.JsonParser
Returns a JSON number as an integer.
getInt() - Method in interface com.oracle.json.stream.JsonParser
Returns a JSON number as an integer.
getJsonArray(int) - Method in interface com.oracle.json.JsonArray
Returns the array value at the specified position in this array.
getJsonArray(int) - Method in interface com.oracle.json.JsonArray
Returns the array value at the specified position in this array.
getJsonArray(String) - Method in interface com.oracle.json.JsonObject
Returns the array value to which the specified name is mapped.
getJsonArray(String) - Method in interface com.oracle.json.JsonObject
Returns the array value to which the specified name is mapped.
getJsonNumber(int) - Method in interface com.oracle.json.JsonArray
Returns the number value at the specified position in this array.
getJsonNumber(int) - Method in interface com.oracle.json.JsonArray
Returns the number value at the specified position in this array.
getJsonNumber(String) - Method in interface com.oracle.json.JsonObject
Returns the number value to which the specified name is mapped.
getJsonNumber(String) - Method in interface com.oracle.json.JsonObject
Returns the number value to which the specified name is mapped.
getJsonObject(int) - Method in interface com.oracle.json.JsonArray
Returns the object value at the specified position in this array.
getJsonObject(int) - Method in interface com.oracle.json.JsonArray
Returns the object value at the specified position in this array.
getJsonObject(String) - Method in interface com.oracle.json.JsonObject
Returns the object value to which the specified name is mapped.
getJsonObject(String) - Method in interface com.oracle.json.JsonObject
Returns the object value to which the specified name is mapped.
getJsonString(int) - Method in interface com.oracle.json.JsonArray
Returns the string value at ths specified position in this array.
getJsonString(int) - Method in interface com.oracle.json.JsonArray
Returns the string value at ths specified position in this array.
getJsonString(String) - Method in interface com.oracle.json.JsonObject
Returns the string value to which the specified name is mapped.
getJsonString(String) - Method in interface com.oracle.json.JsonObject
Returns the string value to which the specified name is mapped.
getLineNumber() - Method in interface com.oracle.json.stream.JsonLocation
Return the line number for the current JSON event in the input source.
getLineNumber() - Method in interface com.oracle.json.stream.JsonLocation
Return the line number for the current JSON event in the input source.
getLocation() - Method in interface com.oracle.json.stream.JsonParser
Return the location that corresponds to the parser's current state in the JSON input source.
getLocation() - Method in interface com.oracle.json.stream.JsonParser
Return the location that corresponds to the parser's current state in the JSON input source.
getLocation() - Method in exception com.oracle.json.stream.JsonParsingException
Return the location of the incorrect JSON.
getLocation() - Method in exception com.oracle.json.stream.JsonParsingException
Return the location of the incorrect JSON.
getLong() - Method in interface com.oracle.json.stream.JsonParser
Returns a JSON number as a long.
getLong() - Method in interface com.oracle.json.stream.JsonParser
Returns a JSON number as a long.
getStreamOffset() - Method in interface com.oracle.json.stream.JsonLocation
Return the stream offset into the input source this location is pointing to.
getStreamOffset() - Method in interface com.oracle.json.stream.JsonLocation
Return the stream offset into the input source this location is pointing to.
getString(int) - Method in interface com.oracle.json.JsonArray
A convenience method for getJsonString(index).getString().
getString(int, String) - Method in interface com.oracle.json.JsonArray
Returns the String value of JsonString at the specified position in this JSON array values.
getString(int) - Method in interface com.oracle.json.JsonArray
A convenience method for getJsonString(index).getString().
getString(int, String) - Method in interface com.oracle.json.JsonArray
Returns the String value of JsonString at the specified position in this JSON array values.
getString(String) - Method in interface com.oracle.json.JsonObject
A convenience method for getJsonString(name).getString()
getString(String, String) - Method in interface com.oracle.json.JsonObject
Returns the string value of the associated JsonString mapping for the specified name.
getString(String) - Method in interface com.oracle.json.JsonObject
A convenience method for getJsonString(name).getString()
getString(String, String) - Method in interface com.oracle.json.JsonObject
Returns the string value of the associated JsonString mapping for the specified name.
getString() - Method in interface com.oracle.json.JsonString
Returns the JSON string value.
getString() - Method in interface com.oracle.json.JsonString
Returns the JSON string value.
getString() - Method in interface com.oracle.json.stream.JsonParser
Returns a String for the name in a name/value pair, for a string value or a number value.
getString() - Method in interface com.oracle.json.stream.JsonParser
Returns a String for the name in a name/value pair, for a string value or a number value.
getValuesAs(Class<T>) - Method in interface com.oracle.json.JsonArray
Returns a list a view of the specified type for the array.
getValuesAs(Class<T>) - Method in interface com.oracle.json.JsonArray
Returns a list a view of the specified type for the array.
getValueType() - Method in interface com.oracle.json.JsonValue
Returns the value type of this JSON value.
getValueType() - Method in interface com.oracle.json.JsonValue
Returns the value type of this JSON value.

H

hashCode() - Method in interface com.oracle.json.JsonNumber
Returns the hash code value for this JsonNumber object.
hashCode() - Method in interface com.oracle.json.JsonNumber
Returns the hash code value for this JsonNumber object.
hashCode() - Method in interface com.oracle.json.JsonString
Returns the hash code value for this JsonString object.
hashCode() - Method in interface com.oracle.json.JsonString
Returns the hash code value for this JsonString object.
hasNext() - Method in interface com.oracle.json.stream.JsonParser
Returns true if there are more parsing states.
hasNext() - Method in interface com.oracle.json.stream.JsonParser
Returns true if there are more parsing states.

I

intValue() - Method in interface com.oracle.json.JsonNumber
Returns this JSON number as an int.
intValue() - Method in interface com.oracle.json.JsonNumber
Returns this JSON number as an int.
intValueExact() - Method in interface com.oracle.json.JsonNumber
Returns this JSON number as an int.
intValueExact() - Method in interface com.oracle.json.JsonNumber
Returns this JSON number as an int.
isIntegral() - Method in interface com.oracle.json.JsonNumber
Returns true if this JSON number is a integral number.
isIntegral() - Method in interface com.oracle.json.JsonNumber
Returns true if this JSON number is a integral number.
isIntegralNumber() - Method in interface com.oracle.json.stream.JsonParser
Returns true if the JSON number at the current parser state is a integral number.
isIntegralNumber() - Method in interface com.oracle.json.stream.JsonParser
Returns true if the JSON number at the current parser state is a integral number.
isNull(int) - Method in interface com.oracle.json.JsonArray
Returns true if the value at the specified location in this array is JsonValue.NULL.
isNull(int) - Method in interface com.oracle.json.JsonArray
Returns true if the value at the specified location in this array is JsonValue.NULL.
isNull(String) - Method in interface com.oracle.json.JsonObject
Returns true if the associated value for the specified name is JsonValue.NULL.
isNull(String) - Method in interface com.oracle.json.JsonObject
Returns true if the associated value for the specified name is JsonValue.NULL.

J

Json - Class in com.oracle.json
Factory class for creating JSON processing objects.
Json - Class in com.oracle.json
Factory class for creating JSON processing objects.
JsonArray - Interface in com.oracle.json
JsonArray represents an immutable JSON array (an ordered sequence of zero or more values).
JsonArray - Interface in com.oracle.json
JsonArray represents an immutable JSON array (an ordered sequence of zero or more values).
JsonArrayBuilder - Interface in com.oracle.json
A builder for creating JsonArray models from scratch.
JsonArrayBuilder - Interface in com.oracle.json
A builder for creating JsonArray models from scratch.
JsonBuilderFactory - Interface in com.oracle.json
Factory to create JsonObjectBuilder and JsonArrayBuilder instances.
JsonBuilderFactory - Interface in com.oracle.json
Factory to create JsonObjectBuilder and JsonArrayBuilder instances.
JsonException - Exception in com.oracle.json
JsonException indicates that some exception happened during JSON processing.
JsonException - Exception in com.oracle.json
JsonException indicates that some exception happened during JSON processing.
JsonException(String) - Constructor for exception com.oracle.json.JsonException
Constructs a new runtime exception with the specified detail message.
JsonException(String, Throwable) - Constructor for exception com.oracle.json.JsonException
Constructs a new runtime exception with the specified detail message and cause.
JsonException(String) - Constructor for exception com.oracle.json.JsonException
Constructs a new runtime exception with the specified detail message.
JsonException(String, Throwable) - Constructor for exception com.oracle.json.JsonException
Constructs a new runtime exception with the specified detail message and cause.
JsonGenerationException - Exception in com.oracle.json.stream
JsonGenerationException indicates an incorrect JSON is being generated.
JsonGenerationException - Exception in com.oracle.json.stream
JsonGenerationException indicates an incorrect JSON is being generated.
JsonGenerationException(String) - Constructor for exception com.oracle.json.stream.JsonGenerationException
Constructs a new runtime exception with the specified detail message.
JsonGenerationException(String, Throwable) - Constructor for exception com.oracle.json.stream.JsonGenerationException
Constructs a new runtime exception with the specified detail message and cause.
JsonGenerationException(String) - Constructor for exception com.oracle.json.stream.JsonGenerationException
Constructs a new runtime exception with the specified detail message.
JsonGenerationException(String, Throwable) - Constructor for exception com.oracle.json.stream.JsonGenerationException
Constructs a new runtime exception with the specified detail message and cause.
JsonGenerator - Interface in com.oracle.json.stream
Writes JSON data to an output source in a streaming way.
JsonGenerator - Interface in com.oracle.json.stream
Writes JSON data to an output source in a streaming way.
JsonGeneratorFactory - Interface in com.oracle.json.stream
Factory to create JsonGenerator instances.
JsonGeneratorFactory - Interface in com.oracle.json.stream
Factory to create JsonGenerator instances.
JsonLocation - Interface in com.oracle.json.stream
Provides the location information of a JSON event in an input source.
JsonLocation - Interface in com.oracle.json.stream
Provides the location information of a JSON event in an input source.
JsonNumber - Interface in com.oracle.json
An immutable JSON number value.
JsonNumber - Interface in com.oracle.json
An immutable JSON number value.
JsonObject - Interface in com.oracle.json
JsonObject class represents an immutable JSON object value (an unordered collection of zero or more name/value pairs).
JsonObject - Interface in com.oracle.json
JsonObject class represents an immutable JSON object value (an unordered collection of zero or more name/value pairs).
JsonObjectBuilder - Interface in com.oracle.json
A builder for creating JsonObject models from scratch.
JsonObjectBuilder - Interface in com.oracle.json
A builder for creating JsonObject models from scratch.
JsonParser - Interface in com.oracle.json.stream
Provides forward, read-only access to JSON data in a streaming way.
JsonParser - Interface in com.oracle.json.stream
Provides forward, read-only access to JSON data in a streaming way.
JsonParser.Event - Enum in com.oracle.json.stream
An event from JsonParser.
JsonParser.Event - Enum in com.oracle.json.stream
An event from JsonParser.
JsonParserFactory - Interface in com.oracle.json.stream
Factory for creating JsonParser instances.
JsonParserFactory - Interface in com.oracle.json.stream
Factory for creating JsonParser instances.
JsonParsingException - Exception in com.oracle.json.stream
JsonParsingException is used when an incorrect JSON is being parsed.
JsonParsingException - Exception in com.oracle.json.stream
JsonParsingException is used when an incorrect JSON is being parsed.
JsonParsingException(String, JsonLocation) - Constructor for exception com.oracle.json.stream.JsonParsingException
Constructs a new runtime exception with the specified detail message.
JsonParsingException(String, Throwable, JsonLocation) - Constructor for exception com.oracle.json.stream.JsonParsingException
Constructs a new runtime exception with the specified detail message and cause.
JsonParsingException(String, JsonLocation) - Constructor for exception com.oracle.json.stream.JsonParsingException
Constructs a new runtime exception with the specified detail message.
JsonParsingException(String, Throwable, JsonLocation) - Constructor for exception com.oracle.json.stream.JsonParsingException
Constructs a new runtime exception with the specified detail message and cause.
JsonProvider - Class in com.oracle.json.spi
Service provider for JSON processing objects.
JsonProvider - Class in com.oracle.json.spi
Service provider for JSON processing objects.
JsonReader - Interface in com.oracle.json
Reads a JSON object or an array structure from an input source.
JsonReader - Interface in com.oracle.json
Reads a JSON object or an array structure from an input source.
JsonReaderFactory - Interface in com.oracle.json
Factory to create JsonReader instances.
JsonReaderFactory - Interface in com.oracle.json
Factory to create JsonReader instances.
JsonString - Interface in com.oracle.json
An immutable JSON string value.
JsonString - Interface in com.oracle.json
An immutable JSON string value.
JsonStructure - Interface in com.oracle.json
Super type for the two structured types in JSON (objects and arrays).
JsonStructure - Interface in com.oracle.json
Super type for the two structured types in JSON (objects and arrays).
JsonValue - Interface in com.oracle.json
JsonValue represents an immutable JSON value.
JsonValue - Interface in com.oracle.json
JsonValue represents an immutable JSON value.
JsonValue.ValueType - Enum in com.oracle.json
Indicates the type of a JsonValue object.
JsonValue.ValueType - Enum in com.oracle.json
Indicates the type of a JsonValue object.
JsonWriter - Interface in com.oracle.json
Writes a JSON object or array structure to an output source.
JsonWriter - Interface in com.oracle.json
Writes a JSON object or array structure to an output source.
JsonWriterFactory - Interface in com.oracle.json
Factory to create JsonWriter instances.
JsonWriterFactory - Interface in com.oracle.json
Factory to create JsonWriter instances.

L

longValue() - Method in interface com.oracle.json.JsonNumber
Returns this JSON number as a long.
longValue() - Method in interface com.oracle.json.JsonNumber
Returns this JSON number as a long.
longValueExact() - Method in interface com.oracle.json.JsonNumber
Returns this JSON number as a long.
longValueExact() - Method in interface com.oracle.json.JsonNumber
Returns this JSON number as a long.

M

mark(int) - Method in class com.oracle.json.io.FilterInputStream
Marks the current position in this input stream.
markSupported() - Method in class com.oracle.json.io.FilterInputStream
Tests if this input stream supports the mark and reset methods.

N

next() - Method in interface com.oracle.json.stream.JsonParser
Returns the event for the next parsing state.
next() - Method in interface com.oracle.json.stream.JsonParser
Returns the event for the next parsing state.
NULL - Static variable in interface com.oracle.json.JsonValue
JSON null value.
NULL - Static variable in interface com.oracle.json.JsonValue
JSON null value.
numberValue() - Method in interface com.oracle.json.JsonNumber
Returns this JSON number as a Number object.
numberValue() - Method in interface com.oracle.json.JsonNumber
Returns this JSON number as a Number object.

P

PRETTY_PRINTING - Static variable in interface com.oracle.json.stream.JsonGenerator
Configuration property to generate JSON prettily.
PRETTY_PRINTING - Static variable in interface com.oracle.json.stream.JsonGenerator
Configuration property to generate JSON prettily.
provider() - Static method in class com.oracle.json.spi.JsonProvider
Creates a JSON provider object.
provider() - Static method in class com.oracle.json.spi.JsonProvider
Creates a JSON provider object.

R

read() - Method in class com.oracle.json.io.FilterInputStream
Reads the next byte of data from this input stream.
read(byte[]) - Method in class com.oracle.json.io.FilterInputStream
Reads up to byte.length bytes of data from this input stream into an array of bytes.
read(byte[], int, int) - Method in class com.oracle.json.io.FilterInputStream
Reads up to len bytes of data from this input stream into an array of bytes.
read() - Method in interface com.oracle.json.JsonReader
Returns a JSON array or object that is represented in the input source.
read() - Method in interface com.oracle.json.JsonReader
Returns a JSON array or object that is represented in the input source.
readArray() - Method in interface com.oracle.json.JsonReader
Returns a JSON array that is represented in the input source.
readArray() - Method in interface com.oracle.json.JsonReader
Returns a JSON array that is represented in the input source.
readObject() - Method in interface com.oracle.json.JsonReader
Returns a JSON object that is represented in the input source.
readObject() - Method in interface com.oracle.json.JsonReader
Returns a JSON object that is represented in the input source.
reset() - Method in class com.oracle.json.io.FilterInputStream
Repositions this stream to the position at the time the mark method was last called on this input stream.

S

skip(long) - Method in class com.oracle.json.io.FilterInputStream
Skips over and discards n bytes of data from the input stream.
StringWriter - Class in com.oracle.json.io
A character stream that collects its output in a string buffer, which can then be used to construct a string.
StringWriter() - Constructor for class com.oracle.json.io.StringWriter
Create a new string writer using the default initial string-buffer size.
StringWriter(int) - Constructor for class com.oracle.json.io.StringWriter
Create a new string writer using the specified initial string-buffer size.

T

toString() - Method in class com.oracle.json.io.StringWriter
Return the buffer's current value as a string.
toString() - Method in interface com.oracle.json.JsonNumber
Returns a JSON text representation of the JSON number.
toString() - Method in interface com.oracle.json.JsonNumber
Returns a JSON text representation of the JSON number.
toString() - Method in interface com.oracle.json.JsonValue
Returns JSON text for this JSON value.
toString() - Method in interface com.oracle.json.JsonValue
Returns JSON text for this JSON value.
TRUE - Static variable in interface com.oracle.json.JsonValue
JSON true value.
TRUE - Static variable in interface com.oracle.json.JsonValue
JSON true value.

V

valueOf(String) - Static method in enum com.oracle.json.JsonValue.ValueType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.oracle.json.JsonValue.ValueType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.oracle.json.stream.JsonParser.Event
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.oracle.json.stream.JsonParser.Event
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.oracle.json.JsonValue.ValueType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.oracle.json.JsonValue.ValueType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.oracle.json.stream.JsonParser.Event
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.oracle.json.stream.JsonParser.Event
Returns an array containing the constants of this enum type, in the order they are declared.

W

write(int) - Method in class com.oracle.json.io.StringWriter
Write a single character.
write(char[], int, int) - Method in class com.oracle.json.io.StringWriter
Write a portion of an array of characters.
write(String) - Method in class com.oracle.json.io.StringWriter
Write a string.
write(String, int, int) - Method in class com.oracle.json.io.StringWriter
Write a portion of a string.
write(JsonStructure) - Method in interface com.oracle.json.JsonWriter
Writes the specified JSON object or array to the output source.
write(JsonStructure) - Method in interface com.oracle.json.JsonWriter
Writes the specified JSON object or array to the output source.
write(String, JsonValue) - Method in interface com.oracle.json.stream.JsonGenerator
Writes a JSON name/value pair in the current object context.
write(String, String) - Method in interface com.oracle.json.stream.JsonGenerator
Writes a JSON name/string value pair in the current object context.
write(String, int) - Method in interface com.oracle.json.stream.JsonGenerator
Writes a JSON name/number value pair in the current object context.
write(String, long) - Method in interface com.oracle.json.stream.JsonGenerator
Writes a JSON name/number value pair in the current object context.
write(String, double) - Method in interface com.oracle.json.stream.JsonGenerator
Writes a JSON name/number value pair in the current object context.
write(String, boolean) - Method in interface com.oracle.json.stream.JsonGenerator
Writes a JSON name/boolean value pair in the current object context.
write(JsonValue) - Method in interface com.oracle.json.stream.JsonGenerator
Writes the specified value as a JSON value within the current array context.
write(String) - Method in interface com.oracle.json.stream.JsonGenerator
Writes the specified value as a JSON string value within the current array context.
write(int) - Method in interface com.oracle.json.stream.JsonGenerator
Writes the specified value as a JSON number value within the current array context.
write(long) - Method in interface com.oracle.json.stream.JsonGenerator
Writes the specified value as a JSON number value within the current array context.
write(double) - Method in interface com.oracle.json.stream.JsonGenerator
Writes the specified value as a JSON number value within the current array context.
write(boolean) - Method in interface com.oracle.json.stream.JsonGenerator
Writes a JSON true or false value within the current array context.
write(String, JsonValue) - Method in interface com.oracle.json.stream.JsonGenerator
Writes a JSON name/value pair in the current object context.
write(String, String) - Method in interface com.oracle.json.stream.JsonGenerator
Writes a JSON name/string value pair in the current object context.
write(String, int) - Method in interface com.oracle.json.stream.JsonGenerator
Writes a JSON name/number value pair in the current object context.
write(String, long) - Method in interface com.oracle.json.stream.JsonGenerator
Writes a JSON name/number value pair in the current object context.
write(String, double) - Method in interface com.oracle.json.stream.JsonGenerator
Writes a JSON name/number value pair in the current object context.
write(String, boolean) - Method in interface com.oracle.json.stream.JsonGenerator
Writes a JSON name/boolean value pair in the current object context.
write(JsonValue) - Method in interface com.oracle.json.stream.JsonGenerator
Writes the specified value as a JSON value within the current array context.
write(String) - Method in interface com.oracle.json.stream.JsonGenerator
Writes the specified value as a JSON string value within the current array context.
write(int) - Method in interface com.oracle.json.stream.JsonGenerator
Writes the specified value as a JSON number value within the current array context.
write(long) - Method in interface com.oracle.json.stream.JsonGenerator
Writes the specified value as a JSON number value within the current array context.
write(double) - Method in interface com.oracle.json.stream.JsonGenerator
Writes the specified value as a JSON number value within the current array context.
write(boolean) - Method in interface com.oracle.json.stream.JsonGenerator
Writes a JSON true or false value within the current array context.
writeArray(JsonArray) - Method in interface com.oracle.json.JsonWriter
Writes the specified JSON array to the output source.
writeArray(JsonArray) - Method in interface com.oracle.json.JsonWriter
Writes the specified JSON array to the output source.
writeEnd() - Method in interface com.oracle.json.stream.JsonGenerator
Writes the end of the current context.
writeEnd() - Method in interface com.oracle.json.stream.JsonGenerator
Writes the end of the current context.
writeNull(String) - Method in interface com.oracle.json.stream.JsonGenerator
Writes a JSON name/null value pair in an current object context.
writeNull() - Method in interface com.oracle.json.stream.JsonGenerator
Writes a JSON null value within the current array context.
writeNull(String) - Method in interface com.oracle.json.stream.JsonGenerator
Writes a JSON name/null value pair in an current object context.
writeNull() - Method in interface com.oracle.json.stream.JsonGenerator
Writes a JSON null value within the current array context.
writeObject(JsonObject) - Method in interface com.oracle.json.JsonWriter
Writes the specified JSON object to the output source.
writeObject(JsonObject) - Method in interface com.oracle.json.JsonWriter
Writes the specified JSON object to the output source.
writeStartArray() - Method in interface com.oracle.json.stream.JsonGenerator
Writes the JSON start array character.
writeStartArray(String) - Method in interface com.oracle.json.stream.JsonGenerator
Writes the JSON name/start array character pair with in the current object context.
writeStartArray() - Method in interface com.oracle.json.stream.JsonGenerator
Writes the JSON start array character.
writeStartArray(String) - Method in interface com.oracle.json.stream.JsonGenerator
Writes the JSON name/start array character pair with in the current object context.
writeStartObject() - Method in interface com.oracle.json.stream.JsonGenerator
Writes the JSON start object character.
writeStartObject(String) - Method in interface com.oracle.json.stream.JsonGenerator
Writes the JSON name/start object character pair in the current object context.
writeStartObject() - Method in interface com.oracle.json.stream.JsonGenerator
Writes the JSON start object character.
writeStartObject(String) - Method in interface com.oracle.json.stream.JsonGenerator
Writes the JSON name/start object character pair in the current object context.
A B C D E F G H I J L M N P R S T V W 

Copyright © 2014, Oracle and/or its affiliates. All rights reserved.