Package com.jayway.jsonpath.spi.json
Class JettisonProvider.JettisonObject
java.lang.Object
org.codehaus.jettison.json.JSONObject
com.jayway.jsonpath.spi.json.JettisonProvider.JettisonObject
- All Implemented Interfaces:
Serializable,Iterable<Object>
- Enclosing class:
JettisonProvider
private static class JettisonProvider.JettisonObject
extends org.codehaus.jettison.json.JSONObject
implements Iterable<Object>
JSON Object implementation
-
Field Summary
FieldsFields inherited from class org.codehaus.jettison.json.JSONObject
EXPLICIT_NULL, NULL -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateprivate -
Method Summary
Methods inherited from class org.codehaus.jettison.json.JSONObject
accumulate, append, doPut, doubleToString, equals, get, getBoolean, getDouble, getGlobalRecursionDepthLimit, getInt, getJSONArray, getJSONObject, getLong, getRecursionDepthLimit, getString, has, hashCode, isEscapeForwardSlashAlways, isNull, keys, length, names, numberToString, opt, optBoolean, optBoolean, optDouble, optDouble, optInt, optInt, optJSONArray, optJSONObject, optLong, optLong, optString, optString, put, put, put, put, put, put, put, putOpt, quote, quote, remove, setEscapeForwardSlashAlways, setGlobalRecursionDepthLimit, setRecursionDepthLimit, toJSONArray, toMap, toString, toString, writeMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
JettisonObject
private JettisonObject(JettisonProvider.JettisonTokener tokener) throws org.codehaus.jettison.json.JSONException - Throws:
org.codehaus.jettison.json.JSONException
-
JettisonObject
private JettisonObject()
-
-
Method Details