Uses of Class
org.json.JSONPointer.Builder
-
-
Uses of JSONPointer.Builder in org.json
Methods in org.json that return JSONPointer.Builder Modifier and Type Method Description JSONPointer.BuilderJSONPointer.Builder. append(int arrayIndex)Adds an integer to the reference token list.JSONPointer.BuilderJSONPointer.Builder. append(String token)Adds an arbitrary token to the list of reference tokens.static JSONPointer.BuilderJSONPointer. builder()Static factory method forJSONPointer.Builder.
-