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.JSONObject
com.liferay.portal.kernel.json.JSONObject
com.liferay.portal.kernel.json.JSONObject
com.liferay.portal.kernel.json.JSONObject
com.liferay.portal.kernel.json.JSONObject
com.liferay.portal.kernel.json.JSONObject
com.liferay.portal.kernel.json.JSONObject
com.liferay.portal.kernel.json.JSONObject
com.liferay.portal.kernel.json.JSONObject
putException
(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:
keys
in interfacecom.liferay.portal.kernel.json.JSONObject
- Overrides:
keys
in classJSONObjectImpl
-
keySet
- Specified by:
keySet
in interfacecom.liferay.portal.kernel.json.JSONObject
- Overrides:
keySet
in classJSONObjectImpl
-
put
- Specified by:
put
in interfacecom.liferay.portal.kernel.json.JSONObject
- Overrides:
put
in classJSONObjectImpl
-
put
- Specified by:
put
in interfacecom.liferay.portal.kernel.json.JSONObject
- Overrides:
put
in classJSONObjectImpl
-
put
- Specified by:
put
in interfacecom.liferay.portal.kernel.json.JSONObject
- Overrides:
put
in classJSONObjectImpl
-
put
- Specified by:
put
in interfacecom.liferay.portal.kernel.json.JSONObject
- Overrides:
put
in classJSONObjectImpl
-
put
public com.liferay.portal.kernel.json.JSONObject put(String key, com.liferay.portal.kernel.json.JSONArray jsonArray) - Specified by:
put
in interfacecom.liferay.portal.kernel.json.JSONObject
- Overrides:
put
in classJSONObjectImpl
-
put
public com.liferay.portal.kernel.json.JSONObject put(String key, com.liferay.portal.kernel.json.JSONObject jsonObject) - Specified by:
put
in interfacecom.liferay.portal.kernel.json.JSONObject
- Overrides:
put
in classJSONObjectImpl
-
put
- Specified by:
put
in interfacecom.liferay.portal.kernel.json.JSONObject
- Overrides:
put
in classJSONObjectImpl
-
put
- Specified by:
put
in interfacecom.liferay.portal.kernel.json.JSONObject
- Overrides:
put
in classJSONObjectImpl
-
putException
- Specified by:
putException
in interfacecom.liferay.portal.kernel.json.JSONObject
- Overrides:
putException
in classJSONObjectImpl
-
remove
- Specified by:
remove
in interfacecom.liferay.portal.kernel.json.JSONObject
- Overrides:
remove
in classJSONObjectImpl
-