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.Builder
JSONPointer.Builder. append(int arrayIndex)
Adds an integer to the reference token list.JSONPointer.Builder
JSONPointer.Builder. append(java.lang.String token)
Adds an arbitrary token to the list of reference tokens.static JSONPointer.Builder
JSONPointer. builder()
Static factory method forJSONPointer.Builder
.
-