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

public class UnmodifiableJSONObjectImpl extends JSONObjectImpl
Author:
Brian Wing Shun Chan
See Also:
  • Constructor Details

    • UnmodifiableJSONObjectImpl

      public UnmodifiableJSONObjectImpl()
  • Method Details

    • keys

      public Iterator<String> keys()
      Specified by:
      keys in interface com.liferay.portal.kernel.json.JSONObject
      Overrides:
      keys in class JSONObjectImpl
    • keySet

      public Set<String> keySet()
      Specified by:
      keySet in interface com.liferay.portal.kernel.json.JSONObject
      Overrides:
      keySet in class JSONObjectImpl
    • put

      public com.liferay.portal.kernel.json.JSONObject put(String key, boolean value)
      Specified by:
      put in interface com.liferay.portal.kernel.json.JSONObject
      Overrides:
      put in class JSONObjectImpl
    • put

      public com.liferay.portal.kernel.json.JSONObject put(String key, Date value)
      Specified by:
      put in interface com.liferay.portal.kernel.json.JSONObject
      Overrides:
      put in class JSONObjectImpl
    • put

      public com.liferay.portal.kernel.json.JSONObject put(String key, double value)
      Specified by:
      put in interface com.liferay.portal.kernel.json.JSONObject
      Overrides:
      put in class JSONObjectImpl
    • put

      public com.liferay.portal.kernel.json.JSONObject put(String key, int value)
      Specified by:
      put in interface com.liferay.portal.kernel.json.JSONObject
      Overrides:
      put in class JSONObjectImpl
    • put

      public com.liferay.portal.kernel.json.JSONObject put(String key, com.liferay.portal.kernel.json.JSONArray jsonArray)
      Specified by:
      put in interface com.liferay.portal.kernel.json.JSONObject
      Overrides:
      put in class JSONObjectImpl
    • put

      public com.liferay.portal.kernel.json.JSONObject put(String key, com.liferay.portal.kernel.json.JSONObject jsonObject)
      Specified by:
      put in interface com.liferay.portal.kernel.json.JSONObject
      Overrides:
      put in class JSONObjectImpl
    • put

      public com.liferay.portal.kernel.json.JSONObject put(String key, long value)
      Specified by:
      put in interface com.liferay.portal.kernel.json.JSONObject
      Overrides:
      put in class JSONObjectImpl
    • put

      public com.liferay.portal.kernel.json.JSONObject put(String key, String value)
      Specified by:
      put in interface com.liferay.portal.kernel.json.JSONObject
      Overrides:
      put in class JSONObjectImpl
    • putException

      public com.liferay.portal.kernel.json.JSONObject putException(Exception exception)
      Specified by:
      putException in interface com.liferay.portal.kernel.json.JSONObject
      Overrides:
      putException in class JSONObjectImpl
    • remove

      public Object remove(String key)
      Specified by:
      remove in interface com.liferay.portal.kernel.json.JSONObject
      Overrides:
      remove in class JSONObjectImpl