Uses of Class
kong.unirest.core.json.JSONPointer
-
Packages that use JSONPointer Package Description kong.unirest.core.json -
-
Uses of JSONPointer in kong.unirest.core.json
Fields in kong.unirest.core.json declared as JSONPointer Modifier and Type Field Description private JSONPointer
JSONPointer. next
Methods in kong.unirest.core.json that return JSONPointer Modifier and Type Method Description JSONPointer
JSONPointer.Builder. build()
static JSONPointer
JSONPointer. compile(java.lang.String query)
private static JSONPointer
JSONPointer. compileNext(java.lang.String query)
Many of the path compiling code was borrowed from Jackson.private static JSONPointer
JSONPointer. compileNextEscaped(java.lang.String query, int i)
private static JSONPointer
JSONPointer. createPointer(java.lang.String query)
Methods in kong.unirest.core.json with parameters of type JSONPointer Modifier and Type Method Description java.lang.Object
JSONElement. optQuery(JSONPointer query)
java.lang.Object
JSONElement. query(JSONPointer query)
query the object graph using JSONPointer https://tools.ietf.org/html/rfc6901Constructors in kong.unirest.core.json with parameters of type JSONPointer Constructor Description JSONPointer(java.lang.String section, JSONPointer nextNode)
-