Uses of Class
com.util.org.json.JSONPointer.Builder
-
Packages that use JSONPointer.Builder Package Description com.util.org.json -
-
Uses of JSONPointer.Builder in com.util.org.json
Methods in com.util.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(java.lang.String token)Adds an arbitrary token to the list of reference tokens.static JSONPointer.BuilderJSONPointer. builder()Static factory method forJSONPointer.Builder.
-