Uses of Class
org.everit.json.schema.JSONPointer
-
Packages that use JSONPointer Package Description org.everit.json.schema -
-
Uses of JSONPointer in org.everit.json.schema
Methods in org.everit.json.schema that return JSONPointer Modifier and Type Method Description JSONPointer
JSONPointer.Builder. build()
Creates aJSONPointer
instance using the tokens previously set using theJSONPointer.Builder.append(String)
method calls.
-