Skip navigation links
FOSS Nova JSON API 1.0.0
A C F G H I J L N O P R S T V W 

A

add(String) - Method in interface org.fossnova.json.JsonArray
Wraps passed value with JsonString and delegates the call to List.add(Object) method.
add(Number) - Method in interface org.fossnova.json.JsonArray
Wraps passed value with JsonNumber and delegates the call to List.add(Object) method.
add(Boolean) - Method in interface org.fossnova.json.JsonArray
Wraps passed value with JsonBoolean and delegates the call to List.add(Object) method.
add(JsonValue) - Method in interface org.fossnova.json.JsonArray
Delegates the call to List.add(Object) method.
add(int, String) - Method in interface org.fossnova.json.JsonArray
Wraps passed value with JsonString and delegates the call to List.add(int, Object) method.
add(int, Number) - Method in interface org.fossnova.json.JsonArray
Wraps passed value with JsonNumber and delegates the call to List.add(int, Object) method.
add(int, Boolean) - Method in interface org.fossnova.json.JsonArray
Wraps passed value with JsonBoolean and delegates the call to List.add(int, Object) method.
add(int, JsonValue) - Method in interface org.fossnova.json.JsonArray
Delegates the call to List.add(int, Object) method.
addNull() - Method in interface org.fossnova.json.JsonArray
Delegates the call to List.add(Object) method.
addNull(int) - Method in interface org.fossnova.json.JsonArray
Delegates the call to List.add(int, Object) method.

C

clone() - Method in interface org.fossnova.json.JsonArray
Clones this JSON array.
clone() - Method in interface org.fossnova.json.JsonBoolean
Clones this JSON boolean.
clone() - Method in interface org.fossnova.json.JsonNumber
Clones this JSON number.
clone() - Method in interface org.fossnova.json.JsonObject
Clones this JSON object.
clone() - Method in interface org.fossnova.json.JsonString
Clones this JSON string.
clone() - Method in interface org.fossnova.json.JsonValue
Clones this JSON value.
close() - Method in interface org.fossnova.json.stream.JsonReader
Free resources associated with this reader.
close() - Method in interface org.fossnova.json.stream.JsonWriter
Free resources associated with this writer.
contains(String) - Method in interface org.fossnova.json.JsonArray
Wraps passed value with JsonString and delegates the call to List.contains(Object) method.
contains(Number) - Method in interface org.fossnova.json.JsonArray
Wraps passed value with JsonNumber and delegates the call to List.contains(Object) method.
contains(Boolean) - Method in interface org.fossnova.json.JsonArray
Wraps passed value with JsonBoolean and delegates the call to List.contains(Object) method.
contains(JsonValue) - Method in interface org.fossnova.json.JsonArray
Delegates the call to List.contains(Object) method.
containsKey(String) - Method in interface org.fossnova.json.JsonObject
Delegates the call to Map.containsKey(Object) method.
containsNull() - Method in interface org.fossnova.json.JsonArray
Delegates the call to List.contains(Object) method.
containsNullValue() - Method in interface org.fossnova.json.JsonObject
Delegates the call to Map.containsValue(Object) method.
containsValue(String) - Method in interface org.fossnova.json.JsonObject
Wraps passed value with JsonString and delegates the call to Map.containsValue(Object) method.
containsValue(Boolean) - Method in interface org.fossnova.json.JsonObject
Wraps passed value with JsonBoolean and delegates the call to Map.containsValue(Object) method.
containsValue(Number) - Method in interface org.fossnova.json.JsonObject
Wraps passed value with JsonNumber and delegates the call to Map.containsValue(Object) method.
containsValue(JsonValue) - Method in interface org.fossnova.json.JsonObject
Delegates the call to Map.containsValue(Object) method.

F

flush() - Method in interface org.fossnova.json.stream.JsonWriter
Writes all cached data.

G

get(String) - Method in interface org.fossnova.json.JsonObject
Delegates the call to Map.get(Object) method.
getBigDecimal() - Method in interface org.fossnova.json.JsonNumber
Gets number value.
getBigDecimal() - Method in interface org.fossnova.json.stream.JsonReader
Converts available context data to BigDecimal.
getBigInteger() - Method in interface org.fossnova.json.JsonNumber
Gets number value.
getBigInteger() - Method in interface org.fossnova.json.stream.JsonReader
Converts available context data to BigInteger.
getBoolean() - Method in interface org.fossnova.json.JsonBoolean
Gets boolean value.
getBoolean() - Method in interface org.fossnova.json.stream.JsonReader
Converts available context data to boolean.
getByte() - Method in interface org.fossnova.json.JsonNumber
Gets number value.
getByte() - Method in interface org.fossnova.json.stream.JsonReader
Converts available context data to byte.
getDouble() - Method in interface org.fossnova.json.JsonNumber
Gets number value.
getDouble() - Method in interface org.fossnova.json.stream.JsonReader
Converts available context data to double.
getFloat() - Method in interface org.fossnova.json.JsonNumber
Gets number value.
getFloat() - Method in interface org.fossnova.json.stream.JsonReader
Converts available context data to float.
getInstance() - Static method in class org.fossnova.json.JsonValueFactory
Returns JSON value factory instance.
getInstance() - Static method in class org.fossnova.json.stream.JsonStreamFactory
Returns JSON stream factory instance.
getInt() - Method in interface org.fossnova.json.JsonNumber
Gets number value.
getInt() - Method in interface org.fossnova.json.stream.JsonReader
Converts available context data to int.
getLong() - Method in interface org.fossnova.json.JsonNumber
Gets number value.
getLong() - Method in interface org.fossnova.json.stream.JsonReader
Converts available context data to long.
getShort() - Method in interface org.fossnova.json.JsonNumber
Gets number value.
getShort() - Method in interface org.fossnova.json.stream.JsonReader
Converts available context data to short.
getString() - Method in interface org.fossnova.json.JsonString
Gets string value.
getString() - Method in interface org.fossnova.json.stream.JsonReader
Converts available context data to String.

H

hasNext() - Method in interface org.fossnova.json.stream.JsonReader
Detects if there is next JSON parsing event available.

I

indexOf(String) - Method in interface org.fossnova.json.JsonArray
Wraps passed value with JsonString and delegates the call to List.indexOf(Object) method.
indexOf(Number) - Method in interface org.fossnova.json.JsonArray
Wraps passed value with JsonNumber and delegates the call to List.indexOf(Object) method.
indexOf(Boolean) - Method in interface org.fossnova.json.JsonArray
Wraps passed value with JsonBoolean and delegates the call to List.indexOf(Object) method.
indexOf(JsonValue) - Method in interface org.fossnova.json.JsonArray
Delegates the call to List.indexOf(Object) method.
indexOfNull() - Method in interface org.fossnova.json.JsonArray
Delegates the call to List.indexOf(Object) method.
isArrayEnd() - Method in interface org.fossnova.json.stream.JsonReader
Returns true if current JSON parsing event is JSON array end token, false otherwise.
isArrayStart() - Method in interface org.fossnova.json.stream.JsonReader
Returns true if current JSON parsing event is JSON array start token, false otherwise.
isBoolean() - Method in interface org.fossnova.json.stream.JsonReader
Returns true if current JSON parsing event is JSON boolean token, false otherwise.
isNull() - Method in interface org.fossnova.json.stream.JsonReader
Returns true if current JSON parsing event is JSON null token, false otherwise.
isNumber() - Method in interface org.fossnova.json.stream.JsonReader
Returns true if current JSON parsing event is JSON number, false otherwise.
isObjectEnd() - Method in interface org.fossnova.json.stream.JsonReader
Returns true if current JSON parsing event is JSON object end token, false otherwise.
isObjectStart() - Method in interface org.fossnova.json.stream.JsonReader
Returns true if current JSON parsing event is JSON object start token, false otherwise.
isString() - Method in interface org.fossnova.json.stream.JsonReader
Returns true if current JSON parsing event is JSON string, false otherwise.

J

JsonArray - Interface in org.fossnova.json
JSON array.
JsonBoolean - Interface in org.fossnova.json
JSON boolean.
JsonEvent - Enum in org.fossnova.json.stream
JSON encoding parsing events.
JsonException - Exception in org.fossnova.json.stream
JSON encoding exception.
JsonException() - Constructor for exception org.fossnova.json.stream.JsonException
Constructor.
JsonException(String) - Constructor for exception org.fossnova.json.stream.JsonException
Constructor.
JsonException(String, Throwable) - Constructor for exception org.fossnova.json.stream.JsonException
Constructor.
JsonException(Throwable) - Constructor for exception org.fossnova.json.stream.JsonException
Constructor.
JsonNumber - Interface in org.fossnova.json
JSON number.
JsonObject - Interface in org.fossnova.json
JSON object.
JsonReader - Interface in org.fossnova.json.stream
JSON reader.
JsonStreamFactory - Class in org.fossnova.json.stream
JSON streams factory.
JsonStreamFactory() - Constructor for class org.fossnova.json.stream.JsonStreamFactory
All implementations must provide public default constructor overriding this one.
JsonString - Interface in org.fossnova.json
JSON string.
JsonValue - Interface in org.fossnova.json
JSON value abstraction.
JsonValueFactory - Class in org.fossnova.json
JSON values factory.
JsonValueFactory() - Constructor for class org.fossnova.json.JsonValueFactory
All implementations must provide public default constructor overriding this one.
JsonWriter - Interface in org.fossnova.json.stream
JSON writer.

L

lastIndexOf(String) - Method in interface org.fossnova.json.JsonArray
Wraps passed value with JsonString and delegates the call to List.lastIndexOf(Object) method.
lastIndexOf(Number) - Method in interface org.fossnova.json.JsonArray
Wraps passed value with JsonNumber and delegates the call to List.lastIndexOf(Object) method.
lastIndexOf(Boolean) - Method in interface org.fossnova.json.JsonArray
Wraps passed value with JsonBoolean and delegates the call to List.lastIndexOf(Object) method.
lastIndexOf(JsonValue) - Method in interface org.fossnova.json.JsonArray
Delegates the call to List.lastIndexOf(Object) method.
lastIndexOfNull() - Method in interface org.fossnova.json.JsonArray
Delegates the call to List.lastIndexOf(Object) method.

N

newJsonArray() - Method in class org.fossnova.json.JsonValueFactory
Creates new JSON array.
newJsonBoolean(Boolean) - Method in class org.fossnova.json.JsonValueFactory
Creates new JSON boolean.
newJsonNumber(Number) - Method in class org.fossnova.json.JsonValueFactory
Creates new JSON number.
newJsonObject() - Method in class org.fossnova.json.JsonValueFactory
Creates new JSON object.
newJsonReader(Reader) - Method in class org.fossnova.json.stream.JsonStreamFactory
Creates new JSON reader.
newJsonReader(InputStream) - Method in class org.fossnova.json.stream.JsonStreamFactory
Creates new JSON reader with UTF-8 character set.
newJsonReader(InputStream, Charset) - Method in class org.fossnova.json.stream.JsonStreamFactory
Creates new JSON reader with specified character set.
newJsonString(String) - Method in class org.fossnova.json.JsonValueFactory
Creates new JSON string.
newJsonWriter(Writer) - Method in class org.fossnova.json.stream.JsonStreamFactory
Creates new JSON writer.
newJsonWriter(OutputStream) - Method in class org.fossnova.json.stream.JsonStreamFactory
Creates new JSON writer with UTF-8 character set.
newJsonWriter(OutputStream, Charset) - Method in class org.fossnova.json.stream.JsonStreamFactory
Creates new JSON writer with specified character set.
next() - Method in interface org.fossnova.json.stream.JsonReader
Returns next JSON parsing event.

O

org.fossnova.json - package org.fossnova.json
JSON Object Model (JOM) for representing and interacting with JSON objects and arrays.
org.fossnova.json.stream - package org.fossnova.json.stream
Streaming API for JSON (StAJ) for reading and writing JSON documents.

P

put(String, String) - Method in interface org.fossnova.json.JsonObject
Wraps passed value with JsonString and delegates the call to Map.put(Object, Object) method.
put(String, Boolean) - Method in interface org.fossnova.json.JsonObject
Wraps passed value with JsonBoolean and delegates the call to Map.put(Object, Object) method.
put(String, Number) - Method in interface org.fossnova.json.JsonObject
Wraps passed value with JsonNumber and delegates the call to Map.put(Object, Object) method.
putNull(String) - Method in interface org.fossnova.json.JsonObject
Delegates the call to Map.put(Object, Object) method.

R

readFrom(JsonReader) - Method in class org.fossnova.json.JsonValueFactory
Creates either JSON array or object instance.
readFrom(Reader) - Method in class org.fossnova.json.JsonValueFactory
Creates either JSON array or object instance.
readFrom(String) - Method in class org.fossnova.json.JsonValueFactory
Creates either JSON array or object instance.
readFrom(InputStream) - Method in class org.fossnova.json.JsonValueFactory
Creates either JSON array or object instance using UTF-8 character set.
readFrom(InputStream, Charset) - Method in class org.fossnova.json.JsonValueFactory
Creates either JSON array or object instance using specified character set.
remove(String) - Method in interface org.fossnova.json.JsonArray
Wraps passed value with JsonString and delegates the call to List.remove(Object) method.
remove(Number) - Method in interface org.fossnova.json.JsonArray
Wraps passed value with JsonNumber and delegates the call to List.remove(Object) method.
remove(Boolean) - Method in interface org.fossnova.json.JsonArray
Wraps passed value with JsonBoolean and delegates the call to List.remove(Object) method.
remove(JsonValue) - Method in interface org.fossnova.json.JsonArray
Delegates the call to List.remove(Object) method.
remove(String) - Method in interface org.fossnova.json.JsonObject
Delegates the call to Map.remove(Object) method.
removeNull() - Method in interface org.fossnova.json.JsonArray
Delegates the call to List.remove(Object) method.

S

set(int, String) - Method in interface org.fossnova.json.JsonArray
Wraps passed value with JsonString and delegates the call to List.set(int, Object) method.
set(int, Number) - Method in interface org.fossnova.json.JsonArray
Wraps passed value with JsonNumber and delegates the call to List.set(int, Object) method.
set(int, Boolean) - Method in interface org.fossnova.json.JsonArray
Wraps passed value with JsonBoolean and delegates the call to List.set(int, Object) method.
set(int, JsonValue) - Method in interface org.fossnova.json.JsonArray
Delegates the call to List.set(int, Object) method.
setBigDecimal(BigDecimal) - Method in interface org.fossnova.json.JsonNumber
Sets new number value.
setBigInteger(BigInteger) - Method in interface org.fossnova.json.JsonNumber
Sets new number value.
setBoolean(boolean) - Method in interface org.fossnova.json.JsonBoolean
Sets new boolean value.
setByte(byte) - Method in interface org.fossnova.json.JsonNumber
Sets new number value.
setDouble(double) - Method in interface org.fossnova.json.JsonNumber
Sets new number value.
setFloat(float) - Method in interface org.fossnova.json.JsonNumber
Sets new number value.
setInt(int) - Method in interface org.fossnova.json.JsonNumber
Sets new number value.
setLong(long) - Method in interface org.fossnova.json.JsonNumber
Sets new number value.
setNull(int) - Method in interface org.fossnova.json.JsonArray
Delegates the call to List.set(int, Object) method.
setShort(short) - Method in interface org.fossnova.json.JsonNumber
Sets new number value.
setString(String) - Method in interface org.fossnova.json.JsonString
Sets new string value.

T

toArray() - Method in interface org.fossnova.json.JsonArray
Translates this JSON array to Java array.

V

valueOf(String) - Static method in enum org.fossnova.json.stream.JsonEvent
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.fossnova.json.stream.JsonEvent
Returns an array containing the constants of this enum type, in the order they are declared.

W

writeArrayEnd() - Method in interface org.fossnova.json.stream.JsonWriter
Writes JSON array end token.
writeArrayStart() - Method in interface org.fossnova.json.stream.JsonWriter
Writes JSON array start token.
writeBigDecimal(BigDecimal) - Method in interface org.fossnova.json.stream.JsonWriter
Writes JSON number.
writeBigInteger(BigInteger) - Method in interface org.fossnova.json.stream.JsonWriter
Writes JSON number.
writeBoolean(boolean) - Method in interface org.fossnova.json.stream.JsonWriter
Writes JSON true or false token.
writeByte(byte) - Method in interface org.fossnova.json.stream.JsonWriter
Writes JSON number.
writeDouble(double) - Method in interface org.fossnova.json.stream.JsonWriter
Writes JSON number.
writeFloat(float) - Method in interface org.fossnova.json.stream.JsonWriter
Writes JSON number.
writeInt(int) - Method in interface org.fossnova.json.stream.JsonWriter
Writes JSON number.
writeLong(long) - Method in interface org.fossnova.json.stream.JsonWriter
Writes JSON number.
writeNull() - Method in interface org.fossnova.json.stream.JsonWriter
Writes JSON null token.
writeObjectEnd() - Method in interface org.fossnova.json.stream.JsonWriter
Writes JSON object end token.
writeObjectStart() - Method in interface org.fossnova.json.stream.JsonWriter
Writes JSON object start token.
writeShort(short) - Method in interface org.fossnova.json.stream.JsonWriter
Writes JSON number.
writeString(String) - Method in interface org.fossnova.json.stream.JsonWriter
Writes JSON string.
writeTo(JsonWriter) - Method in interface org.fossnova.json.JsonArray
Serializes this JSON array to the writer.
writeTo(Writer) - Method in interface org.fossnova.json.JsonArray
Serializes this JSON array to the writer.
writeTo(OutputStream) - Method in interface org.fossnova.json.JsonArray
Serializes this JSON array to the stream using UTF-8 character set.
writeTo(OutputStream, Charset) - Method in interface org.fossnova.json.JsonArray
Serializes this JSON array to the writer using specified character set.
writeTo(JsonWriter) - Method in interface org.fossnova.json.JsonObject
Serializes this JSON object to the writer.
writeTo(Writer) - Method in interface org.fossnova.json.JsonObject
Serializes this JSON object to the writer.
writeTo(OutputStream) - Method in interface org.fossnova.json.JsonObject
Serializes this JSON object to the stream using UTF-8 character set.
writeTo(OutputStream, Charset) - Method in interface org.fossnova.json.JsonObject
Serializes this JSON object to the writer using specified character set.
A C F G H I J L N O P R S T V W 
Skip navigation links
FOSS Nova JSON API 1.0.0

Copyright © 2017 FOSS Nova Software Foundation. All rights reserved.