public class UnmodifiableJSONObjectImpl extends JSONObjectImpl
| Constructor and Description |
|---|
UnmodifiableJSONObjectImpl() |
| Modifier and Type | Method and Description |
|---|---|
Iterator<String> |
keys() |
Set<String> |
keySet() |
com.liferay.portal.kernel.json.JSONObject |
put(String key,
boolean value) |
com.liferay.portal.kernel.json.JSONObject |
put(String key,
Date value) |
com.liferay.portal.kernel.json.JSONObject |
put(String key,
double value) |
com.liferay.portal.kernel.json.JSONObject |
put(String key,
int value) |
com.liferay.portal.kernel.json.JSONObject |
put(String key,
com.liferay.portal.kernel.json.JSONArray jsonArray) |
com.liferay.portal.kernel.json.JSONObject |
put(String key,
com.liferay.portal.kernel.json.JSONObject jsonObject) |
com.liferay.portal.kernel.json.JSONObject |
put(String key,
long value) |
com.liferay.portal.kernel.json.JSONObject |
put(String key,
String value) |
com.liferay.portal.kernel.json.JSONObject |
putException(Exception exception) |
Object |
remove(String key) |
get, getBoolean, getBoolean, getDouble, getDouble, getInt, getInt, getJSONArray, getJSONObject, getJSONObject, getLong, getLong, getString, getString, has, isNull, length, names, opt, put, put, readExternal, toJSONString, toString, toString, write, writeExternalpublic Iterator<String> keys()
keys in interface com.liferay.portal.kernel.json.JSONObjectkeys in class JSONObjectImplpublic Set<String> keySet()
keySet in interface com.liferay.portal.kernel.json.JSONObjectkeySet in class JSONObjectImplpublic com.liferay.portal.kernel.json.JSONObject put(String key,
boolean value)
put in interface com.liferay.portal.kernel.json.JSONObjectput in class JSONObjectImplpublic com.liferay.portal.kernel.json.JSONObject put(String key,
Date value)
put in interface com.liferay.portal.kernel.json.JSONObjectput in class JSONObjectImplpublic com.liferay.portal.kernel.json.JSONObject put(String key,
double value)
put in interface com.liferay.portal.kernel.json.JSONObjectput in class JSONObjectImplpublic com.liferay.portal.kernel.json.JSONObject put(String key,
int value)
put in interface com.liferay.portal.kernel.json.JSONObjectput in class JSONObjectImplpublic com.liferay.portal.kernel.json.JSONObject put(String key,
com.liferay.portal.kernel.json.JSONArray jsonArray)
put in interface com.liferay.portal.kernel.json.JSONObjectput in class JSONObjectImplpublic com.liferay.portal.kernel.json.JSONObject put(String key,
com.liferay.portal.kernel.json.JSONObject jsonObject)
put in interface com.liferay.portal.kernel.json.JSONObjectput in class JSONObjectImplpublic com.liferay.portal.kernel.json.JSONObject put(String key,
long value)
put in interface com.liferay.portal.kernel.json.JSONObjectput in class JSONObjectImplpublic com.liferay.portal.kernel.json.JSONObject put(String key,
String value)
put in interface com.liferay.portal.kernel.json.JSONObjectput in class JSONObjectImplpublic com.liferay.portal.kernel.json.JSONObject putException(Exception exception)
putException in interface com.liferay.portal.kernel.json.JSONObjectputException in class JSONObjectImplpublic Object remove(String key)
remove in interface com.liferay.portal.kernel.json.JSONObjectremove in class JSONObjectImpl