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

    Fields
    Modifier and Type
    Field
    Description
    private static final long
     

    Fields inherited from class org.codehaus.jettison.json.JSONObject

    EXPLICIT_NULL, NULL
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    private
     
    private
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    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, write

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface java.lang.Iterable

    forEach, spliterator
  • Field Details

  • 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