A B C D E F G H I J K L M N O P Q R S T U V W X _
All Classes All Packages
All Classes All Packages
All Classes All Packages
O
- object() - Method in class org.kordamp.json.util.JSONBuilder
-
Begin appending a new object.
- OBJECT - Static variable in interface org.kordamp.json.xml.JSONTypes
- onArrayEnd() - Method in interface org.kordamp.json.util.JsonEventListener
-
Ttriggered when reaching the end of an array.
- onArrayStart() - Method in interface org.kordamp.json.util.JsonEventListener
-
triggered when the start of an array is encountered.
- onElementAdded(int, Object) - Method in interface org.kordamp.json.util.JsonEventListener
-
Triggered when an element has been added to the current array.
- onError(JSONException) - Method in interface org.kordamp.json.util.JsonEventListener
-
Triggered when an exception is thrown.
- onObjectEnd() - Method in interface org.kordamp.json.util.JsonEventListener
-
triggered when reaching the end of an object.
- onObjectStart() - Method in interface org.kordamp.json.util.JsonEventListener
-
Triggered when the start of an object is encountered.
- onPropertySet(String, Object, boolean) - Method in interface org.kordamp.json.util.JsonEventListener
-
Triggered when a property is set on an object
- onWarning(String) - Method in interface org.kordamp.json.util.JsonEventListener
-
Triggered when a warning is encountered.
- opt(int) - Method in class org.kordamp.json.JSONArray
-
Get the optional object value associated with an index.
- opt(String) - Method in class org.kordamp.json.JSONObject
-
Get an optional value associated with a key.
- optBoolean(int) - Method in class org.kordamp.json.JSONArray
-
Get the optional boolean value associated with an index.
- optBoolean(int, boolean) - Method in class org.kordamp.json.JSONArray
-
Get the optional boolean value associated with an index.
- optBoolean(String) - Method in class org.kordamp.json.JSONObject
-
Get an optional boolean associated with a key.
- optBoolean(String, boolean) - Method in class org.kordamp.json.JSONObject
-
Get an optional boolean associated with a key.
- optDouble(int) - Method in class org.kordamp.json.JSONArray
-
Get the optional double value associated with an index.
- optDouble(int, double) - Method in class org.kordamp.json.JSONArray
-
Get the optional double value associated with an index.
- optDouble(String) - Method in class org.kordamp.json.JSONObject
-
Get an optional double associated with a key, or NaN if there is no such key or if its value is not a number.
- optDouble(String, double) - Method in class org.kordamp.json.JSONObject
-
Get an optional double associated with a key, or the defaultValue if there is no such key or if its value is not a number.
- optInt(int) - Method in class org.kordamp.json.JSONArray
-
Get the optional int value associated with an index.
- optInt(int, int) - Method in class org.kordamp.json.JSONArray
-
Get the optional int value associated with an index.
- optInt(String) - Method in class org.kordamp.json.JSONObject
-
Get an optional int value associated with a key, or zero if there is no such key or if the value is not a number.
- optInt(String, int) - Method in class org.kordamp.json.JSONObject
-
Get an optional int value associated with a key, or the default if there is no such key or if the value is not a number.
- optJSONArray(int) - Method in class org.kordamp.json.JSONArray
-
Get the optional JSONArray associated with an index.
- optJSONArray(String) - Method in class org.kordamp.json.JSONObject
-
Get an optional JSONArray associated with a key.
- optJSONObject(int) - Method in class org.kordamp.json.JSONArray
-
Get the optional JSONObject associated with an index.
- optJSONObject(String) - Method in class org.kordamp.json.JSONObject
-
Get an optional JSONObject associated with a key.
- optLong(int) - Method in class org.kordamp.json.JSONArray
-
Get the optional long value associated with an index.
- optLong(int, long) - Method in class org.kordamp.json.JSONArray
-
Get the optional long value associated with an index.
- optLong(String) - Method in class org.kordamp.json.JSONObject
-
Get an optional long value associated with a key, or zero if there is no such key or if the value is not a number.
- optLong(String, long) - Method in class org.kordamp.json.JSONObject
-
Get an optional long value associated with a key, or the default if there is no such key or if the value is not a number.
- optString(int) - Method in class org.kordamp.json.JSONArray
-
Get the optional string value associated with an index.
- optString(int, String) - Method in class org.kordamp.json.JSONArray
-
Get the optional string associated with an index.
- optString(String) - Method in class org.kordamp.json.JSONObject
-
Get an optional string associated with a key.
- optString(String, String) - Method in class org.kordamp.json.JSONObject
-
Get an optional string associated with a key.
- org.kordamp.json - package org.kordamp.json
- org.kordamp.json.filters - package org.kordamp.json.filters
- org.kordamp.json.processors - package org.kordamp.json.processors
- org.kordamp.json.regexp - package org.kordamp.json.regexp
- org.kordamp.json.test - package org.kordamp.json.test
- org.kordamp.json.util - package org.kordamp.json.util
- org.kordamp.json.xml - package org.kordamp.json.xml
- OrPropertyFilter - Class in org.kordamp.json.filters
- OrPropertyFilter(PropertyFilter, PropertyFilter) - Constructor for class org.kordamp.json.filters.OrPropertyFilter
All Classes All Packages