Package kong.unirest.core.json
Class JSONPointer.QueryObject
- java.lang.Object
-
- kong.unirest.core.json.JSONPointer.QueryObject
-
- All Implemented Interfaces:
JSONPointer.Queryable
- Enclosing class:
- JSONPointer
private class JSONPointer.QueryObject extends java.lang.Object implements JSONPointer.Queryable
-
-
Field Summary
Fields Modifier and Type Field Description private JSONObject
obj
-
Constructor Summary
Constructors Constructor Description QueryObject(JSONObject object)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
querySection(java.lang.String key)
-
-
-
Field Detail
-
obj
private final JSONObject obj
-
-
Constructor Detail
-
QueryObject
public QueryObject(JSONObject object)
-
-
Method Detail
-
querySection
public java.lang.Object querySection(java.lang.String key)
- Specified by:
querySection
in interfaceJSONPointer.Queryable
-
-