Uses of Interface
org.everit.json.schema.loader.SchemaClient
-
Packages that use SchemaClient Package Description org.everit.json.schema.loader org.everit.json.schema.loader.internal -
-
Uses of SchemaClient in org.everit.json.schema.loader
Methods in org.everit.json.schema.loader that return SchemaClient Modifier and Type Method Description static SchemaClient
SchemaClient. classPathAwareClient()
Methods in org.everit.json.schema.loader with parameters of type SchemaClient Modifier and Type Method Description SchemaLoader.SchemaLoaderBuilder
SchemaLoader.SchemaLoaderBuilder. httpClient(SchemaClient httpClient)
Deprecated.static Schema
SchemaLoader. load(org.json.JSONObject schemaJson, SchemaClient schemaClient)
Creates Schema instance from its JSON representation.SchemaLoader.SchemaLoaderBuilder
SchemaLoader.SchemaLoaderBuilder. schemaClient(SchemaClient schemaClient)
-
Uses of SchemaClient in org.everit.json.schema.loader.internal
Classes in org.everit.json.schema.loader.internal that implement SchemaClient Modifier and Type Class Description class
DefaultSchemaClient
ASchemaClient
implementation which usesURL
for reading the remote content.Methods in org.everit.json.schema.loader.internal with parameters of type SchemaClient Modifier and Type Method Description static JSONPointer
JSONPointer. forURL(SchemaClient schemaClient, String url)
Deprecated.
-