Index

C D E F G I J M N P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

T

toArrayArray() - Method in class de.ralleytn.simple.json.JSONArray
Converts this JSONArray into an array of JSONArrays using the JSONArray.getArray(int) method.
toBooleanArray() - Method in class de.ralleytn.simple.json.JSONArray
Converts this JSONArray into an array of Booleans using the JSONArray.getBoolean(int) method.
toByteArray() - Method in class de.ralleytn.simple.json.JSONArray
Converts this JSONArray into an array of Bytes using the JSONArray.getByte(int) method.
toDoubleArray() - Method in class de.ralleytn.simple.json.JSONArray
Converts this JSONArray into an array of Doubles using the JSONArray.getDouble(int) method.
toFloatArray() - Method in class de.ralleytn.simple.json.JSONArray
Converts this JSONArray into an array of Floats using the JSONArray.getFloat(int) method.
toIntegerArray() - Method in class de.ralleytn.simple.json.JSONArray
Converts this JSONArray into an array of Integers using the JSONArray.getInteger(int) method.
toLongArray() - Method in class de.ralleytn.simple.json.JSONArray
Converts this JSONArray into an array of Longs using the JSONArray.getLong(int) method.
toObjectArray() - Method in class de.ralleytn.simple.json.JSONArray
Converts this JSONArray into an array of JSONObjects using the JSONArray.getObject(int) method.
toPrimitiveBooleanArray() - Method in class de.ralleytn.simple.json.JSONArray
Converts this JSONArray to a primitive boolean array.
toPrimitiveByteArray() - Method in class de.ralleytn.simple.json.JSONArray
Converts this JSONArray to a primitive byte array.
toPrimitiveDoubleArray() - Method in class de.ralleytn.simple.json.JSONArray
Converts this JSONArray to a primitive double array.
toPrimitiveFloatArray() - Method in class de.ralleytn.simple.json.JSONArray
Converts this JSONArray to a primitive float array.
toPrimitiveIntArray() - Method in class de.ralleytn.simple.json.JSONArray
Converts this JSONArray to a primitive int array.
toPrimitiveLongArray() - Method in class de.ralleytn.simple.json.JSONArray
Converts this JSONArray to a primitive long array.
toPrimitiveShortArray() - Method in class de.ralleytn.simple.json.JSONArray
Converts this JSONArray to a primitive short array.
toShortArray() - Method in class de.ralleytn.simple.json.JSONArray
Converts this JSONArray into an array of Shorts using the JSONArray.getShort(int) method.
toString() - Method in class de.ralleytn.simple.json.JSONArray
Converts this JSONArray to a JSON string.
toString() - Method in class de.ralleytn.simple.json.JSONObject
 
toStringArray() - Method in class de.ralleytn.simple.json.JSONArray
Converts this JSONArray into an array of Strings using the JSONArray.getString(int) method.
toXML(String) - Method in class de.ralleytn.simple.json.JSONArray
Converts this JSONArray to a XML string.
toXML(String) - Method in class de.ralleytn.simple.json.JSONObject
 
type() - Element in annotation type de.ralleytn.simple.json.serialization.JSONAttribute
JSONAttribute.Type.GETTER is used for serializing an object.
C D E F G I J M N P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form