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 JSONPointerJSONPointer. nextMethods in kong.unirest.core.json that return JSONPointer Modifier and Type Method Description JSONPointerJSONPointer.Builder. build()static JSONPointerJSONPointer. compile(java.lang.String query)private static JSONPointerJSONPointer. compileNext(java.lang.String query)Many of the path compiling code was borrowed from Jackson.private static JSONPointerJSONPointer. compileNextEscaped(java.lang.String query, int i)private static JSONPointerJSONPointer. createPointer(java.lang.String query)Methods in kong.unirest.core.json with parameters of type JSONPointer Modifier and Type Method Description java.lang.ObjectJSONElement. optQuery(JSONPointer query)java.lang.ObjectJSONElement. 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)
-