A B C E F G H I J K N O P Q R S T V W 

A

addClassTag(String, Class) - Method in class com.esotericsoftware.jsonbeans.Json
 
addTrace(String) - Method in exception com.esotericsoftware.jsonbeans.JsonException
Adds information to the exception message about where in the the object graph serialization failure occurred.
array() - Method in class com.esotericsoftware.jsonbeans.JsonWriter
 
array(String) - Method in class com.esotericsoftware.jsonbeans.JsonWriter
 
asBoolean() - Method in class com.esotericsoftware.jsonbeans.JsonValue
Returns this value as a boolean.
asBooleanArray() - Method in class com.esotericsoftware.jsonbeans.JsonValue
Returns the children of this value as a newly allocated boolean array.
asByte() - Method in class com.esotericsoftware.jsonbeans.JsonValue
Returns this value as a byte.
asByteArray() - Method in class com.esotericsoftware.jsonbeans.JsonValue
Returns the children of this value as a newly allocated byte array.
asChar() - Method in class com.esotericsoftware.jsonbeans.JsonValue
Returns this value as a char.
asCharArray() - Method in class com.esotericsoftware.jsonbeans.JsonValue
Returns the children of this value as a newly allocated char array.
asDouble() - Method in class com.esotericsoftware.jsonbeans.JsonValue
Returns this value as a double.
asDoubleArray() - Method in class com.esotericsoftware.jsonbeans.JsonValue
Returns the children of this value as a newly allocated double array.
asFloat() - Method in class com.esotericsoftware.jsonbeans.JsonValue
Returns this value as a float.
asFloatArray() - Method in class com.esotericsoftware.jsonbeans.JsonValue
Returns the children of this value as a newly allocated float array.
asInt() - Method in class com.esotericsoftware.jsonbeans.JsonValue
Returns this value as an int.
asIntArray() - Method in class com.esotericsoftware.jsonbeans.JsonValue
Returns the children of this value as a newly allocated int array.
asLong() - Method in class com.esotericsoftware.jsonbeans.JsonValue
Returns this value as a long.
asLongArray() - Method in class com.esotericsoftware.jsonbeans.JsonValue
Returns the children of this value as a newly allocated long array.
asShort() - Method in class com.esotericsoftware.jsonbeans.JsonValue
Returns this value as a short.
asShortArray() - Method in class com.esotericsoftware.jsonbeans.JsonValue
Returns the children of this value as a newly allocated short array.
asString() - Method in class com.esotericsoftware.jsonbeans.JsonValue
Returns this value as a string.
asStringArray() - Method in class com.esotericsoftware.jsonbeans.JsonValue
Returns the children of this value as a newly allocated String array.

B

bool(String, boolean) - Method in class com.esotericsoftware.jsonbeans.JsonReader
 

C

causedBy(Class) - Method in exception com.esotericsoftware.jsonbeans.JsonException
Returns true if any of the exceptions that caused this exception are of the specified type.
child - Variable in class com.esotericsoftware.jsonbeans.JsonValue
May be null.
child() - Method in class com.esotericsoftware.jsonbeans.JsonValue
Returns the first child for this object or array.
clear(int) - Method in class com.esotericsoftware.jsonbeans.ObjectMap
Clears the map and reduces the size of the backing arrays to be the specified capacity if they are larger.
clear() - Method in class com.esotericsoftware.jsonbeans.ObjectMap
 
close() - Method in class com.esotericsoftware.jsonbeans.JsonWriter
 
com.esotericsoftware.jsonbeans - package com.esotericsoftware.jsonbeans
 
containsKey(K) - Method in class com.esotericsoftware.jsonbeans.ObjectMap
 
containsValue(Object, boolean) - Method in class com.esotericsoftware.jsonbeans.ObjectMap
Returns true if the specified value is in the map.

E

ensureCapacity(int) - Method in class com.esotericsoftware.jsonbeans.ObjectMap
Increases the size of the backing array to acommodate the specified number of additional items.
entries() - Method in class com.esotericsoftware.jsonbeans.ObjectMap
Returns an iterator for the entries in the map.

F

findKey(Object, boolean) - Method in class com.esotericsoftware.jsonbeans.ObjectMap
Returns the key for the specified value, or null if it is not in the map.
flush() - Method in class com.esotericsoftware.jsonbeans.JsonWriter
 
fromJson(Class<T>, Reader) - Method in class com.esotericsoftware.jsonbeans.Json
 
fromJson(Class<T>, Class, Reader) - Method in class com.esotericsoftware.jsonbeans.Json
 
fromJson(Class<T>, InputStream) - Method in class com.esotericsoftware.jsonbeans.Json
 
fromJson(Class<T>, Class, InputStream) - Method in class com.esotericsoftware.jsonbeans.Json
 
fromJson(Class<T>, File) - Method in class com.esotericsoftware.jsonbeans.Json
 
fromJson(Class<T>, Class, File) - Method in class com.esotericsoftware.jsonbeans.Json
 
fromJson(Class<T>, char[], int, int) - Method in class com.esotericsoftware.jsonbeans.Json
 
fromJson(Class<T>, Class, char[], int, int) - Method in class com.esotericsoftware.jsonbeans.Json
 
fromJson(Class<T>, String) - Method in class com.esotericsoftware.jsonbeans.Json
 
fromJson(Class<T>, Class, String) - Method in class com.esotericsoftware.jsonbeans.Json
 

G

get(int) - Method in class com.esotericsoftware.jsonbeans.JsonValue
Returns the child at the specified index.
get(String) - Method in class com.esotericsoftware.jsonbeans.JsonValue
Returns the child with the specified name.
get(K) - Method in class com.esotericsoftware.jsonbeans.ObjectMap
 
get(K, V) - Method in class com.esotericsoftware.jsonbeans.ObjectMap
Returns the value for the specified key, or the default value if the key is not in the map.
getBoolean(String, boolean) - Method in class com.esotericsoftware.jsonbeans.JsonValue
Finds the child with the specified name and returns it as a boolean.
getBoolean(String) - Method in class com.esotericsoftware.jsonbeans.JsonValue
Finds the child with the specified name and returns it as a boolean.
getBoolean(int) - Method in class com.esotericsoftware.jsonbeans.JsonValue
Finds the child with the specified index and returns it as a boolean.
getByte(String, byte) - Method in class com.esotericsoftware.jsonbeans.JsonValue
Finds the child with the specified name and returns it as a byte.
getByte(String) - Method in class com.esotericsoftware.jsonbeans.JsonValue
Finds the child with the specified name and returns it as a byte.
getByte(int) - Method in class com.esotericsoftware.jsonbeans.JsonValue
Finds the child with the specified index and returns it as a byte.
getChar(String, char) - Method in class com.esotericsoftware.jsonbeans.JsonValue
Finds the child with the specified name and returns it as a char.
getChar(String) - Method in class com.esotericsoftware.jsonbeans.JsonValue
Finds the child with the specified name and returns it as a char.
getChar(int) - Method in class com.esotericsoftware.jsonbeans.JsonValue
Finds the child with the specified index and returns it as a char.
getChild(String) - Method in class com.esotericsoftware.jsonbeans.JsonValue
Finds the child with the specified name and returns its first child.
getClass(String) - Method in class com.esotericsoftware.jsonbeans.Json
 
getDouble(String, double) - Method in class com.esotericsoftware.jsonbeans.JsonValue
Finds the child with the specified name and returns it as a double.
getDouble(String) - Method in class com.esotericsoftware.jsonbeans.JsonValue
Finds the child with the specified name and returns it as a double.
getDouble(int) - Method in class com.esotericsoftware.jsonbeans.JsonValue
Finds the child with the specified index and returns it as a double.
getFloat(String, float) - Method in class com.esotericsoftware.jsonbeans.JsonValue
Finds the child with the specified name and returns it as a float.
getFloat(String) - Method in class com.esotericsoftware.jsonbeans.JsonValue
Finds the child with the specified name and returns it as a float.
getFloat(int) - Method in class com.esotericsoftware.jsonbeans.JsonValue
Finds the child with the specified index and returns it as a float.
getInt(String, int) - Method in class com.esotericsoftware.jsonbeans.JsonValue
Finds the child with the specified name and returns it as an int.
getInt(String) - Method in class com.esotericsoftware.jsonbeans.JsonValue
Finds the child with the specified name and returns it as an int.
getInt(int) - Method in class com.esotericsoftware.jsonbeans.JsonValue
Finds the child with the specified index and returns it as an int.
getLong(String, long) - Method in class com.esotericsoftware.jsonbeans.JsonValue
Finds the child with the specified name and returns it as a long.
getLong(String) - Method in class com.esotericsoftware.jsonbeans.JsonValue
Finds the child with the specified name and returns it as a long.
getLong(int) - Method in class com.esotericsoftware.jsonbeans.JsonValue
Finds the child with the specified index and returns it as a long.
getMessage() - Method in exception com.esotericsoftware.jsonbeans.JsonException
 
getSerializer(Class<T>) - Method in class com.esotericsoftware.jsonbeans.Json
 
getShort(String, short) - Method in class com.esotericsoftware.jsonbeans.JsonValue
Finds the child with the specified name and returns it as a short.
getShort(String) - Method in class com.esotericsoftware.jsonbeans.JsonValue
Finds the child with the specified name and returns it as a short.
getShort(int) - Method in class com.esotericsoftware.jsonbeans.JsonValue
Finds the child with the specified index and returns it as a short.
getString(String, String) - Method in class com.esotericsoftware.jsonbeans.JsonValue
Finds the child with the specified name and returns it as a string.
getString(String) - Method in class com.esotericsoftware.jsonbeans.JsonValue
Finds the child with the specified name and returns it as a string.
getString(int) - Method in class com.esotericsoftware.jsonbeans.JsonValue
Finds the child with the specified index and returns it as a string.
getTag(Class) - Method in class com.esotericsoftware.jsonbeans.Json
 
getWriter() - Method in class com.esotericsoftware.jsonbeans.Json
 
getWriter() - Method in class com.esotericsoftware.jsonbeans.JsonWriter
 

H

has(String) - Method in class com.esotericsoftware.jsonbeans.JsonValue
Returns true if a child with the specified name exists.
hasChild(String) - Method in class com.esotericsoftware.jsonbeans.JsonValue
Returns true if a child with the specified name exists and has a child.
hasNext() - Method in class com.esotericsoftware.jsonbeans.JsonValue.JsonIterator
 
hasNext() - Method in class com.esotericsoftware.jsonbeans.ObjectMap.Entries
 
hasNext() - Method in class com.esotericsoftware.jsonbeans.ObjectMap.Keys
 
hasNext() - Method in class com.esotericsoftware.jsonbeans.ObjectMap.Values
 

I

isArray() - Method in class com.esotericsoftware.jsonbeans.JsonValue
 
isBoolean() - Method in class com.esotericsoftware.jsonbeans.JsonValue
 
isDouble() - Method in class com.esotericsoftware.jsonbeans.JsonValue
 
isLong() - Method in class com.esotericsoftware.jsonbeans.JsonValue
 
isNull() - Method in class com.esotericsoftware.jsonbeans.JsonValue
 
isNumber() - Method in class com.esotericsoftware.jsonbeans.JsonValue
Returns true if this is a double or long value.
isObject() - Method in class com.esotericsoftware.jsonbeans.JsonValue
 
isString() - Method in class com.esotericsoftware.jsonbeans.JsonValue
 
isValue() - Method in class com.esotericsoftware.jsonbeans.JsonValue
Returns true if this is not an array or object.
iterator() - Method in class com.esotericsoftware.jsonbeans.JsonValue
 
iterator() - Method in class com.esotericsoftware.jsonbeans.JsonValue.JsonIterator
 
iterator() - Method in class com.esotericsoftware.jsonbeans.ObjectMap.Entries
 
iterator() - Method in class com.esotericsoftware.jsonbeans.ObjectMap.Keys
 
iterator() - Method in class com.esotericsoftware.jsonbeans.ObjectMap.Values
 

J

Json - Class in com.esotericsoftware.jsonbeans
Reads/writes Java objects to/from JSON, automatically.
Json() - Constructor for class com.esotericsoftware.jsonbeans.Json
 
Json(OutputType) - Constructor for class com.esotericsoftware.jsonbeans.Json
 
JsonException - Exception in com.esotericsoftware.jsonbeans
Indicates an error during serialization due to misconfiguration or during deserialization due to invalid input data.
JsonException() - Constructor for exception com.esotericsoftware.jsonbeans.JsonException
 
JsonException(String, Throwable) - Constructor for exception com.esotericsoftware.jsonbeans.JsonException
 
JsonException(String) - Constructor for exception com.esotericsoftware.jsonbeans.JsonException
 
JsonException(Throwable) - Constructor for exception com.esotericsoftware.jsonbeans.JsonException
 
JsonReader - Class in com.esotericsoftware.jsonbeans
Lightweight JSON parser.

The default behavior is to parse the JSON into a DOM containing JsonValue objects.
JsonReader() - Constructor for class com.esotericsoftware.jsonbeans.JsonReader
 
JsonSerializable - Interface in com.esotericsoftware.jsonbeans
 
JsonSerializer<T> - Interface in com.esotericsoftware.jsonbeans
 
JsonValue - Class in com.esotericsoftware.jsonbeans
Container for a JSON object, array, string, double, long, boolean, or null.
JsonValue(JsonValue.ValueType) - Constructor for class com.esotericsoftware.jsonbeans.JsonValue
 
JsonValue(String) - Constructor for class com.esotericsoftware.jsonbeans.JsonValue
 
JsonValue(double) - Constructor for class com.esotericsoftware.jsonbeans.JsonValue
 
JsonValue(long) - Constructor for class com.esotericsoftware.jsonbeans.JsonValue
 
JsonValue(boolean) - Constructor for class com.esotericsoftware.jsonbeans.JsonValue
 
JsonValue.JsonIterator - Class in com.esotericsoftware.jsonbeans
 
JsonValue.JsonIterator() - Constructor for class com.esotericsoftware.jsonbeans.JsonValue.JsonIterator
 
JsonValue.PrettyPrintSettings - Class in com.esotericsoftware.jsonbeans
 
JsonValue.PrettyPrintSettings() - Constructor for class com.esotericsoftware.jsonbeans.JsonValue.PrettyPrintSettings
 
JsonValue.ValueType - Enum in com.esotericsoftware.jsonbeans
 
JsonWriter - Class in com.esotericsoftware.jsonbeans
Builder style API for emitting JSON.
JsonWriter(Writer) - Constructor for class com.esotericsoftware.jsonbeans.JsonWriter
 

K

key - Variable in class com.esotericsoftware.jsonbeans.ObjectMap.Entry
 
keys() - Method in class com.esotericsoftware.jsonbeans.ObjectMap
Returns an iterator for the keys in the map.

N

name - Variable in class com.esotericsoftware.jsonbeans.JsonValue
 
name() - Method in class com.esotericsoftware.jsonbeans.JsonValue
Returns the name for this object value.
name(String) - Method in class com.esotericsoftware.jsonbeans.JsonWriter
 
newInstance(Class) - Method in class com.esotericsoftware.jsonbeans.Json
 
next() - Method in class com.esotericsoftware.jsonbeans.JsonValue.JsonIterator
 
next - Variable in class com.esotericsoftware.jsonbeans.JsonValue
May be null.
next() - Method in class com.esotericsoftware.jsonbeans.JsonValue
Returns the next sibling of this value.
next() - Method in class com.esotericsoftware.jsonbeans.ObjectMap.Entries
Note the same entry instance is returned each time this method is called.
next() - Method in class com.esotericsoftware.jsonbeans.ObjectMap.Keys
 
next() - Method in class com.esotericsoftware.jsonbeans.ObjectMap.Values
 
nextPowerOfTwo(int) - Static method in class com.esotericsoftware.jsonbeans.ObjectMap
 
number(String, double) - Method in class com.esotericsoftware.jsonbeans.JsonReader
 
number(String, long) - Method in class com.esotericsoftware.jsonbeans.JsonReader
 

O

object() - Method in class com.esotericsoftware.jsonbeans.JsonWriter
 
object(String) - Method in class com.esotericsoftware.jsonbeans.JsonWriter
 
ObjectMap<K,V> - Class in com.esotericsoftware.jsonbeans
An unordered map.
ObjectMap() - Constructor for class com.esotericsoftware.jsonbeans.ObjectMap
Creates a new map with an initial capacity of 32 and a load factor of 0.8.
ObjectMap(int) - Constructor for class com.esotericsoftware.jsonbeans.ObjectMap
Creates a new map with a load factor of 0.8.
ObjectMap(int, float) - Constructor for class com.esotericsoftware.jsonbeans.ObjectMap
Creates a new map with the specified initial capacity and load factor.
ObjectMap(ObjectMap<? extends K, ? extends V>) - Constructor for class com.esotericsoftware.jsonbeans.ObjectMap
Creates a new map identical to the specified map.
ObjectMap.Entries<K,V> - Class in com.esotericsoftware.jsonbeans
 
ObjectMap.Entries(ObjectMap<K, V>) - Constructor for class com.esotericsoftware.jsonbeans.ObjectMap.Entries
 
ObjectMap.Entry<K,V> - Class in com.esotericsoftware.jsonbeans
 
ObjectMap.Entry() - Constructor for class com.esotericsoftware.jsonbeans.ObjectMap.Entry
 
ObjectMap.Keys<K> - Class in com.esotericsoftware.jsonbeans
 
ObjectMap.Keys(ObjectMap<K, ?>) - Constructor for class com.esotericsoftware.jsonbeans.ObjectMap.Keys
 
ObjectMap.Values<V> - Class in com.esotericsoftware.jsonbeans
 
ObjectMap.Values(ObjectMap<?, V>) - Constructor for class com.esotericsoftware.jsonbeans.ObjectMap.Values
 
outputType - Variable in class com.esotericsoftware.jsonbeans.JsonValue.PrettyPrintSettings
 
OutputType - Enum in com.esotericsoftware.jsonbeans
 

P

parse(String) - Method in class com.esotericsoftware.jsonbeans.JsonReader
 
parse(Reader) - Method in class com.esotericsoftware.jsonbeans.JsonReader
 
parse(InputStream) - Method in class com.esotericsoftware.jsonbeans.JsonReader
 
parse(File) - Method in class com.esotericsoftware.jsonbeans.JsonReader
 
parse(char[], int, int) - Method in class com.esotericsoftware.jsonbeans.JsonReader
 
pop() - Method in class com.esotericsoftware.jsonbeans.JsonReader
 
pop() - Method in class com.esotericsoftware.jsonbeans.JsonWriter
 
prettyPrint(Object) - Method in class com.esotericsoftware.jsonbeans.Json
 
prettyPrint(String) - Method in class com.esotericsoftware.jsonbeans.Json
 
prettyPrint(Object, int) - Method in class com.esotericsoftware.jsonbeans.Json
 
prettyPrint(String, int) - Method in class com.esotericsoftware.jsonbeans.Json
 
prettyPrint(Object, JsonValue.PrettyPrintSettings) - Method in class com.esotericsoftware.jsonbeans.Json
 
prettyPrint(String, JsonValue.PrettyPrintSettings) - Method in class com.esotericsoftware.jsonbeans.Json
 
prettyPrint(OutputType, int) - Method in class com.esotericsoftware.jsonbeans.JsonValue
 
prettyPrint(JsonValue.PrettyPrintSettings) - Method in class com.esotericsoftware.jsonbeans.JsonValue
 
prev - Variable in class com.esotericsoftware.jsonbeans.JsonValue
May be null.
prev() - Method in class com.esotericsoftware.jsonbeans.JsonValue
Returns the previous sibling of this value.
put(K, V) - Method in class com.esotericsoftware.jsonbeans.ObjectMap
Returns the old value associated with the specified key, or null.
putAll(ObjectMap<K, V>) - Method in class com.esotericsoftware.jsonbeans.ObjectMap
 

Q

quoteName(String) - Method in enum com.esotericsoftware.jsonbeans.OutputType
 
quoteValue(Object) - Method in enum com.esotericsoftware.jsonbeans.OutputType
 

R

read(Json, JsonValue) - Method in interface com.esotericsoftware.jsonbeans.JsonSerializable
 
read(Json, JsonValue, Class) - Method in interface com.esotericsoftware.jsonbeans.JsonSerializer
 
read(Json, JsonValue, Class) - Method in class com.esotericsoftware.jsonbeans.ReadOnlySerializer
 
readField(Object, String, JsonValue) - Method in class com.esotericsoftware.jsonbeans.Json
 
readField(Object, String, Class, JsonValue) - Method in class com.esotericsoftware.jsonbeans.Json
 
readField(Object, String, String, JsonValue) - Method in class com.esotericsoftware.jsonbeans.Json
 
readField(Object, String, String, Class, JsonValue) - Method in class com.esotericsoftware.jsonbeans.Json
 
readFields(Object, JsonValue) - Method in class com.esotericsoftware.jsonbeans.Json
 
ReadOnlySerializer<T> - Class in com.esotericsoftware.jsonbeans
 
ReadOnlySerializer() - Constructor for class com.esotericsoftware.jsonbeans.ReadOnlySerializer
 
readValue(String, Class<T>, JsonValue) - Method in class com.esotericsoftware.jsonbeans.Json
 
readValue(String, Class<T>, T, JsonValue) - Method in class com.esotericsoftware.jsonbeans.Json
 
readValue(String, Class<T>, Class, JsonValue) - Method in class com.esotericsoftware.jsonbeans.Json
 
readValue(String, Class<T>, Class, T, JsonValue) - Method in class com.esotericsoftware.jsonbeans.Json
 
readValue(Class<T>, Class, T, JsonValue) - Method in class com.esotericsoftware.jsonbeans.Json
 
readValue(Class<T>, JsonValue) - Method in class com.esotericsoftware.jsonbeans.Json
 
readValue(Class<T>, Class, JsonValue) - Method in class com.esotericsoftware.jsonbeans.Json
 
remove() - Method in class com.esotericsoftware.jsonbeans.JsonValue.JsonIterator
 
remove(int) - Method in class com.esotericsoftware.jsonbeans.JsonValue
Removes the child with the specified index.
remove(String) - Method in class com.esotericsoftware.jsonbeans.JsonValue
Removes the child with the specified name.
remove(K) - Method in class com.esotericsoftware.jsonbeans.ObjectMap
 
require(int) - Method in class com.esotericsoftware.jsonbeans.JsonValue
Returns the child at the specified index.
require(String) - Method in class com.esotericsoftware.jsonbeans.JsonValue
Returns the child with the specified name.

S

set(String) - Method in class com.esotericsoftware.jsonbeans.JsonValue
 
set(double) - Method in class com.esotericsoftware.jsonbeans.JsonValue
 
set(long) - Method in class com.esotericsoftware.jsonbeans.JsonValue
 
set(boolean) - Method in class com.esotericsoftware.jsonbeans.JsonValue
 
set(String, Object) - Method in class com.esotericsoftware.jsonbeans.JsonWriter
 
setDefaultSerializer(JsonSerializer) - Method in class com.esotericsoftware.jsonbeans.Json
 
setElementType(Class, String, Class) - Method in class com.esotericsoftware.jsonbeans.Json
 
setIgnoreUnknownFields(boolean) - Method in class com.esotericsoftware.jsonbeans.Json
 
setName(String) - Method in class com.esotericsoftware.jsonbeans.JsonValue
 
setNext(JsonValue) - Method in class com.esotericsoftware.jsonbeans.JsonValue
 
setOutputType(OutputType) - Method in class com.esotericsoftware.jsonbeans.Json
 
setOutputType(OutputType) - Method in class com.esotericsoftware.jsonbeans.JsonWriter
 
setPrev(JsonValue) - Method in class com.esotericsoftware.jsonbeans.JsonValue
 
setSerializer(Class<T>, JsonSerializer<T>) - Method in class com.esotericsoftware.jsonbeans.Json
 
setType(JsonValue.ValueType) - Method in class com.esotericsoftware.jsonbeans.JsonValue
 
setTypeName(String) - Method in class com.esotericsoftware.jsonbeans.Json
Sets the name of the JSON field to store the Java class name or class tag when required to avoid ambiguity during deserialization.
setUsePrototypes(boolean) - Method in class com.esotericsoftware.jsonbeans.Json
 
setWriter(Writer) - Method in class com.esotericsoftware.jsonbeans.Json
Sets the writer where JSON output will go.
shrink(int) - Method in class com.esotericsoftware.jsonbeans.ObjectMap
Reduces the size of the backing arrays to be the specified capacity or less.
singleLineColumns - Variable in class com.esotericsoftware.jsonbeans.JsonValue.PrettyPrintSettings
If an object on a single line fits this many columns, it won't wrap.
size - Variable in class com.esotericsoftware.jsonbeans.JsonValue
 
size() - Method in class com.esotericsoftware.jsonbeans.JsonValue
Deprecated.
Use the size property instead. Returns this number of children in the array or object.
size - Variable in class com.esotericsoftware.jsonbeans.ObjectMap
 
startArray(String) - Method in class com.esotericsoftware.jsonbeans.JsonReader
 
startObject(String) - Method in class com.esotericsoftware.jsonbeans.JsonReader
 
string(String, String) - Method in class com.esotericsoftware.jsonbeans.JsonReader
 

T

toArray() - Method in class com.esotericsoftware.jsonbeans.ObjectMap.Keys
Returns a new array containing the remaining keys.
toArray() - Method in class com.esotericsoftware.jsonbeans.ObjectMap.Values
Returns a new array containing the remaining values.
toArray(ArrayList<V>) - Method in class com.esotericsoftware.jsonbeans.ObjectMap.Values
Adds the remaining values to the specified array.
toJson(Object) - Method in class com.esotericsoftware.jsonbeans.Json
 
toJson(Object, Class) - Method in class com.esotericsoftware.jsonbeans.Json
 
toJson(Object, Class, Class) - Method in class com.esotericsoftware.jsonbeans.Json
 
toJson(Object, File) - Method in class com.esotericsoftware.jsonbeans.Json
 
toJson(Object, Class, File) - Method in class com.esotericsoftware.jsonbeans.Json
 
toJson(Object, Class, Class, File) - Method in class com.esotericsoftware.jsonbeans.Json
 
toJson(Object, Writer) - Method in class com.esotericsoftware.jsonbeans.Json
 
toJson(Object, Class, Writer) - Method in class com.esotericsoftware.jsonbeans.Json
 
toJson(Object, Class, Class, Writer) - Method in class com.esotericsoftware.jsonbeans.Json
 
toString() - Method in class com.esotericsoftware.jsonbeans.JsonValue
 
toString() - Method in class com.esotericsoftware.jsonbeans.ObjectMap.Entry
 
toString() - Method in class com.esotericsoftware.jsonbeans.ObjectMap
 
type() - Method in class com.esotericsoftware.jsonbeans.JsonValue
 

V

value(Object) - Method in class com.esotericsoftware.jsonbeans.JsonWriter
 
value - Variable in class com.esotericsoftware.jsonbeans.ObjectMap.Entry
 
valueOf(String) - Static method in enum com.esotericsoftware.jsonbeans.JsonValue.ValueType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.esotericsoftware.jsonbeans.OutputType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.esotericsoftware.jsonbeans.JsonValue.ValueType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class com.esotericsoftware.jsonbeans.ObjectMap
Returns an iterator for the values in the map.
values() - Static method in enum com.esotericsoftware.jsonbeans.OutputType
Returns an array containing the constants of this enum type, in the order they are declared.

W

wrapNumericArrays - Variable in class com.esotericsoftware.jsonbeans.JsonValue.PrettyPrintSettings
Arrays of floats won't wrap.
write(Json) - Method in interface com.esotericsoftware.jsonbeans.JsonSerializable
 
write(Json, T, Class) - Method in interface com.esotericsoftware.jsonbeans.JsonSerializer
 
write(char[], int, int) - Method in class com.esotericsoftware.jsonbeans.JsonWriter
 
write(Json, T, Class) - Method in class com.esotericsoftware.jsonbeans.ReadOnlySerializer
 
writeArrayEnd() - Method in class com.esotericsoftware.jsonbeans.Json
 
writeArrayStart(String) - Method in class com.esotericsoftware.jsonbeans.Json
 
writeArrayStart() - Method in class com.esotericsoftware.jsonbeans.Json
 
writeField(Object, String) - Method in class com.esotericsoftware.jsonbeans.Json
 
writeField(Object, String, Class) - Method in class com.esotericsoftware.jsonbeans.Json
 
writeField(Object, String, String) - Method in class com.esotericsoftware.jsonbeans.Json
 
writeField(Object, String, String, Class) - Method in class com.esotericsoftware.jsonbeans.Json
Writes the specified field to the current JSON object.
writeFields(Object) - Method in class com.esotericsoftware.jsonbeans.Json
Writes all fields of the specified object to the current JSON object.
writeObjectEnd() - Method in class com.esotericsoftware.jsonbeans.Json
 
writeObjectStart(String) - Method in class com.esotericsoftware.jsonbeans.Json
 
writeObjectStart(String, Class, Class) - Method in class com.esotericsoftware.jsonbeans.Json
 
writeObjectStart() - Method in class com.esotericsoftware.jsonbeans.Json
 
writeObjectStart(Class, Class) - Method in class com.esotericsoftware.jsonbeans.Json
Starts writing an object, writing the actualType to a field if needed.
writeType(Class) - Method in class com.esotericsoftware.jsonbeans.Json
 
writeValue(String, Object) - Method in class com.esotericsoftware.jsonbeans.Json
Writes the value as a field on the current JSON object, without writing the actual class.
writeValue(String, Object, Class) - Method in class com.esotericsoftware.jsonbeans.Json
Writes the value as a field on the current JSON object, writing the class of the object if it differs from the specified known type.
writeValue(String, Object, Class, Class) - Method in class com.esotericsoftware.jsonbeans.Json
Writes the value as a field on the current JSON object, writing the class of the object if it differs from the specified known type.
writeValue(Object) - Method in class com.esotericsoftware.jsonbeans.Json
Writes the value, without writing the class of the object.
writeValue(Object, Class) - Method in class com.esotericsoftware.jsonbeans.Json
Writes the value, writing the class of the object if it differs from the specified known type.
writeValue(Object, Class, Class) - Method in class com.esotericsoftware.jsonbeans.Json
Writes the value, writing the class of the object if it differs from the specified known type.
A B C E F G H I J K N O P Q R S T V W 

Copyright © 2014. All Rights Reserved.