Package com.liferay.portal.json
Class UnmodifiableJSONObjectImpl
Object
com.liferay.portal.json.JSONObjectImpl
com.liferay.portal.json.UnmodifiableJSONObjectImpl
- All Implemented Interfaces:
com.liferay.portal.kernel.json.JSONObject,com.liferay.portal.kernel.json.JSONSerializable,Externalizable,Serializable
- Author:
- Brian Wing Shun Chan
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionkeys()keySet()com.liferay.portal.kernel.json.JSONObjectcom.liferay.portal.kernel.json.JSONObjectcom.liferay.portal.kernel.json.JSONObjectcom.liferay.portal.kernel.json.JSONObjectcom.liferay.portal.kernel.json.JSONObjectcom.liferay.portal.kernel.json.JSONObjectcom.liferay.portal.kernel.json.JSONObjectcom.liferay.portal.kernel.json.JSONObjectcom.liferay.portal.kernel.json.JSONObjectputException(Exception exception) Methods inherited from class com.liferay.portal.json.JSONObjectImpl
get, getBoolean, getBoolean, getDouble, getDouble, getInt, getInt, getJSONArray, getJSONObject, getJSONObject, getLong, getLong, getString, getString, has, isNull, length, names, opt, put, put, readExternal, toJSONString, toMap, toString, toString, write, writeExternal
-
Constructor Details
-
UnmodifiableJSONObjectImpl
public UnmodifiableJSONObjectImpl()
-
-
Method Details
-
keys
- Specified by:
keysin interfacecom.liferay.portal.kernel.json.JSONObject- Overrides:
keysin classJSONObjectImpl
-
keySet
- Specified by:
keySetin interfacecom.liferay.portal.kernel.json.JSONObject- Overrides:
keySetin classJSONObjectImpl
-
put
- Specified by:
putin interfacecom.liferay.portal.kernel.json.JSONObject- Overrides:
putin classJSONObjectImpl
-
put
- Specified by:
putin interfacecom.liferay.portal.kernel.json.JSONObject- Overrides:
putin classJSONObjectImpl
-
put
- Specified by:
putin interfacecom.liferay.portal.kernel.json.JSONObject- Overrides:
putin classJSONObjectImpl
-
put
- Specified by:
putin interfacecom.liferay.portal.kernel.json.JSONObject- Overrides:
putin classJSONObjectImpl
-
put
public com.liferay.portal.kernel.json.JSONObject put(String key, com.liferay.portal.kernel.json.JSONArray jsonArray) - Specified by:
putin interfacecom.liferay.portal.kernel.json.JSONObject- Overrides:
putin classJSONObjectImpl
-
put
public com.liferay.portal.kernel.json.JSONObject put(String key, com.liferay.portal.kernel.json.JSONObject jsonObject) - Specified by:
putin interfacecom.liferay.portal.kernel.json.JSONObject- Overrides:
putin classJSONObjectImpl
-
put
- Specified by:
putin interfacecom.liferay.portal.kernel.json.JSONObject- Overrides:
putin classJSONObjectImpl
-
put
- Specified by:
putin interfacecom.liferay.portal.kernel.json.JSONObject- Overrides:
putin classJSONObjectImpl
-
putException
- Specified by:
putExceptionin interfacecom.liferay.portal.kernel.json.JSONObject- Overrides:
putExceptionin classJSONObjectImpl
-
remove
- Specified by:
removein interfacecom.liferay.portal.kernel.json.JSONObject- Overrides:
removein classJSONObjectImpl
-