Uses of Class
kong.unirest.core.json.JSONPointer
Packages that use JSONPointer
-
Uses of JSONPointer in kong.unirest.core.json
Fields in kong.unirest.core.json declared as JSONPointerMethods in kong.unirest.core.json that return JSONPointerModifier and TypeMethodDescriptionJSONPointer.Builder.build()static JSONPointerprivate static JSONPointerJSONPointer.compileNext(String query) Many of the path compiling code was borrowed from Jackson.private static JSONPointerJSONPointer.compileNextEscaped(String query, int i) private static JSONPointerJSONPointer.createPointer(String query) Methods in kong.unirest.core.json with parameters of type JSONPointerModifier and TypeMethodDescriptionJSONElement.optQuery(JSONPointer query) 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