Uses of Class
org.everit.json.schema.loader.internal.JSONPointer
-
Packages that use JSONPointer Package Description org.everit.json.schema.loader.internal -
-
Uses of JSONPointer in org.everit.json.schema.loader.internal
Methods in org.everit.json.schema.loader.internal that return JSONPointer Modifier and Type Method Description static JSONPointer
JSONPointer. forDocument(org.json.JSONObject document, String fragment)
Deprecated.static JSONPointer
JSONPointer. forURL(SchemaClient schemaClient, String url)
Deprecated.
-