- element(boolean) - Method in class org.kordamp.json.JSONArray
-
Append a boolean value.
- element(Collection) - Method in class org.kordamp.json.JSONArray
-
Append a value in the JSONArray, where the value will be a JSONArray which
is produced from a Collection.
- element(Collection, JsonConfig) - Method in class org.kordamp.json.JSONArray
-
Append a value in the JSONArray, where the value will be a JSONArray which
is produced from a Collection.
- element(double) - Method in class org.kordamp.json.JSONArray
-
Append a double value.
- element(int) - Method in class org.kordamp.json.JSONArray
-
Append an int value.
- element(int, boolean) - Method in class org.kordamp.json.JSONArray
-
Put or replace a boolean value in the JSONArray.
- element(int, Collection) - Method in class org.kordamp.json.JSONArray
-
Put a value in the JSONArray, where the value will be a JSONArray which is
produced from a Collection.
- element(int, Collection, JsonConfig) - Method in class org.kordamp.json.JSONArray
-
Put a value in the JSONArray, where the value will be a JSONArray which is
produced from a Collection.
- element(int, double) - Method in class org.kordamp.json.JSONArray
-
Put or replace a double value.
- element(int, int) - Method in class org.kordamp.json.JSONArray
-
Put or replace an int value.
- element(int, long) - Method in class org.kordamp.json.JSONArray
-
Put or replace a long value.
- element(int, Map) - Method in class org.kordamp.json.JSONArray
-
Put a value in the JSONArray, where the value will be a JSONObject which
is produced from a Map.
- element(int, Map, JsonConfig) - Method in class org.kordamp.json.JSONArray
-
Put a value in the JSONArray, where the value will be a JSONObject which
is produced from a Map.
- element(int, Object) - Method in class org.kordamp.json.JSONArray
-
Put or replace an object value in the JSONArray.
- element(int, Object, JsonConfig) - Method in class org.kordamp.json.JSONArray
-
Put or replace an object value in the JSONArray.
- element(int, String) - Method in class org.kordamp.json.JSONArray
-
Put or replace a String value in the JSONArray.
- element(int, String, JsonConfig) - Method in class org.kordamp.json.JSONArray
-
Put or replace a String value in the JSONArray.
- element(JSONNull) - Method in class org.kordamp.json.JSONArray
-
Append an JSON value.
- element(JSONObject) - Method in class org.kordamp.json.JSONArray
-
Append an JSON value.
- element(long) - Method in class org.kordamp.json.JSONArray
-
Append an long value.
- element(Map) - Method in class org.kordamp.json.JSONArray
-
Put a value in the JSONArray, where the value will be a JSONObject which
is produced from a Map.
- element(Map, JsonConfig) - Method in class org.kordamp.json.JSONArray
-
Put a value in the JSONArray, where the value will be a JSONObject which
is produced from a Map.
- element(Object) - Method in class org.kordamp.json.JSONArray
-
Append an object value.
- element(Object, JsonConfig) - Method in class org.kordamp.json.JSONArray
-
Append an object value.
- element(String) - Method in class org.kordamp.json.JSONArray
-
Append a String value.
- element(String, JsonConfig) - Method in class org.kordamp.json.JSONArray
-
Append a String value.
- element(String, boolean) - Method in class org.kordamp.json.JSONObject
-
Put a key/boolean pair in the JSONObject.
- element(String, Collection) - Method in class org.kordamp.json.JSONObject
-
Put a key/value pair in the JSONObject, where the value will be a
JSONArray which is produced from a Collection.
- element(String, Collection, JsonConfig) - Method in class org.kordamp.json.JSONObject
-
Put a key/value pair in the JSONObject, where the value will be a
JSONArray which is produced from a Collection.
- element(String, double) - Method in class org.kordamp.json.JSONObject
-
Put a key/double pair in the JSONObject.
- element(String, int) - Method in class org.kordamp.json.JSONObject
-
Put a key/int pair in the JSONObject.
- element(String, long) - Method in class org.kordamp.json.JSONObject
-
Put a key/long pair in the JSONObject.
- element(String, Map) - Method in class org.kordamp.json.JSONObject
-
Put a key/value pair in the JSONObject, where the value will be a
JSONObject which is produced from a Map.
- element(String, Map, JsonConfig) - Method in class org.kordamp.json.JSONObject
-
Put a key/value pair in the JSONObject, where the value will be a
JSONObject which is produced from a Map.
- element(String, Object) - Method in class org.kordamp.json.JSONObject
-
Put a key/value pair in the JSONObject.
- element(String, Object, JsonConfig) - Method in class org.kordamp.json.JSONObject
-
Put a key/value pair in the JSONObject.
- elementOpt(String, Object) - Method in class org.kordamp.json.JSONObject
-
Put a key/value pair in the JSONObject, but only if the key and the value
are both non-null.
- elementOpt(String, Object, JsonConfig) - Method in class org.kordamp.json.JSONObject
-
Put a key/value pair in the JSONObject, but only if the key and the value
are both non-null.
- enableEventTriggering() - Method in class org.kordamp.json.JsonConfig
-
Enables event triggering when building.
[Java -> JSON]
- endArray() - Method in class org.kordamp.json.util.JSONBuilder
-
End an array.
- endObject() - Method in class org.kordamp.json.util.JSONBuilder
-
End an object.
- entrySet() - Method in class org.kordamp.json.JSONObject
-
- EnumMorpher - Class in org.kordamp.json.util
-
- EnumMorpher(Class) - Constructor for class org.kordamp.json.util.EnumMorpher
-
- equals(Object) - Method in class org.kordamp.json.JSONArray
-
- equals(Object) - Method in class org.kordamp.json.JSONFunction
-
- equals(Object) - Method in class org.kordamp.json.JSONNull
-
A Null object is equal to the null value and to itself.
- equals(Object) - Method in class org.kordamp.json.JSONObject
-