- join(List<String>, String) - Static method in class com.cloudinary.utils.StringUtils
-
- join(Object[], String) - Static method in class com.cloudinary.utils.StringUtils
-
- join(Collection<String>, String) - Static method in class com.cloudinary.utils.StringUtils
-
- join(Object[], String, int, int) - Static method in class com.cloudinary.utils.StringUtils
-
- join(String) - Method in class org.cloudinary.json.JSONArray
-
Make a string from the contents of this JSONArray.
- JSONArray - Class in org.cloudinary.json
-
A JSONArray is an ordered sequence of values.
- JSONArray() - Constructor for class org.cloudinary.json.JSONArray
-
Construct an empty JSONArray.
- JSONArray(JSONTokener) - Constructor for class org.cloudinary.json.JSONArray
-
Construct a JSONArray from a JSONTokener.
- JSONArray(String) - Constructor for class org.cloudinary.json.JSONArray
-
Construct a JSONArray from a source JSON text.
- JSONArray(Collection<Object>) - Constructor for class org.cloudinary.json.JSONArray
-
Construct a JSONArray from a Collection.
- JSONArray(Object[]) - Constructor for class org.cloudinary.json.JSONArray
-
Construct a JSONArray from an array
- JSONException - Exception in org.cloudinary.json
-
The JSONException is thrown by the JSON.org classes when things are amiss.
- JSONException(String) - Constructor for exception org.cloudinary.json.JSONException
-
Constructs a JSONException with an explanatory message.
- JSONException(Throwable) - Constructor for exception org.cloudinary.json.JSONException
-
Constructs a new JSONException with the specified cause.
- JSONObject - Class in org.cloudinary.json
-
A JSONObject is an unordered collection of name/value pairs.
- JSONObject() - Constructor for class org.cloudinary.json.JSONObject
-
Construct an empty JSONObject.
- JSONObject(JSONObject, String[]) - Constructor for class org.cloudinary.json.JSONObject
-
Construct a JSONObject from a subset of another JSONObject.
- JSONObject(JSONTokener) - Constructor for class org.cloudinary.json.JSONObject
-
Construct a JSONObject from a JSONTokener.
- JSONObject(Map<String, Object>) - Constructor for class org.cloudinary.json.JSONObject
-
Construct a JSONObject from a Map.
- JSONObject(String) - Constructor for class org.cloudinary.json.JSONObject
-
Construct a JSONObject from a source JSON text string.
- JSONString - Interface in org.cloudinary.json
-
The JSONString
interface allows a toJSONString()
method so that a class can change the behavior of
JSONObject.toString()
, JSONArray.toString()
,
and JSONWriter.value(
Object)
.
- JSONTokener - Class in org.cloudinary.json
-
A JSONTokener takes a source string and extracts characters and tokens from
it.
- JSONTokener(Reader) - Constructor for class org.cloudinary.json.JSONTokener
-
Construct a JSONTokener from a Reader.
- JSONTokener(InputStream) - Constructor for class org.cloudinary.json.JSONTokener
-
Construct a JSONTokener from an InputStream.
- JSONTokener(String) - Constructor for class org.cloudinary.json.JSONTokener
-
Construct a JSONTokener from a string.