Class ModelAwareJSONObject
- java.lang.Object
-
- com.github.openjson.JSONObject
-
- org.wicketstuff.gchart.gchart.json.ModelAwareJSONObject
-
public class ModelAwareJSONObject extends com.github.openjson.JSONObject- Author:
- Dieter Tremel
-
-
Constructor Summary
Constructors Constructor Description ModelAwareJSONObject()ModelAwareJSONObject(com.github.openjson.JSONObject copyFrom, String[] names)ModelAwareJSONObject(com.github.openjson.JSONTokener readFrom)ModelAwareJSONObject(Object bean)ModelAwareJSONObject(String json)ModelAwareJSONObject(Map copyFrom)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringtoString()-
Methods inherited from class com.github.openjson.JSONObject
accumulate, append, encode, get, getBoolean, getDouble, getInt, getJSONArray, getJSONObject, getLong, getNames, getString, has, isNull, keys, keySet, length, names, numberToString, objectAsMap, opt, optBoolean, optBoolean, optDouble, optDouble, optInt, optInt, optJSONArray, optJSONObject, optLong, optLong, optString, optString, put, put, put, put, put, putOpt, quote, remove, toJSONArray, toString, toString, wrap
-
-
-
-
Constructor Detail
-
ModelAwareJSONObject
public ModelAwareJSONObject()
-
ModelAwareJSONObject
public ModelAwareJSONObject(Map copyFrom)
-
ModelAwareJSONObject
public ModelAwareJSONObject(com.github.openjson.JSONTokener readFrom) throws com.github.openjson.JSONException- Throws:
com.github.openjson.JSONException
-
ModelAwareJSONObject
public ModelAwareJSONObject(String json) throws com.github.openjson.JSONException
- Throws:
com.github.openjson.JSONException
-
ModelAwareJSONObject
public ModelAwareJSONObject(com.github.openjson.JSONObject copyFrom, String[] names) throws com.github.openjson.JSONException- Throws:
com.github.openjson.JSONException
-
ModelAwareJSONObject
public ModelAwareJSONObject(Object bean) throws com.github.openjson.JSONException
- Throws:
com.github.openjson.JSONException
-
-
Method Detail
-
toString
public String toString()
- Overrides:
toStringin classcom.github.openjson.JSONObject
-
-