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 SchemaClientSchemaClient. classPathAwareClient()Methods in org.everit.json.schema.loader with parameters of type SchemaClient Modifier and Type Method Description SchemaLoader.SchemaLoaderBuilderSchemaLoader.SchemaLoaderBuilder. httpClient(SchemaClient httpClient)Deprecated.static SchemaSchemaLoader. load(org.json.JSONObject schemaJson, SchemaClient schemaClient)Creates Schema instance from its JSON representation.SchemaLoader.SchemaLoaderBuilderSchemaLoader.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 classDefaultSchemaClientASchemaClientimplementation which usesURLfor reading the remote content.Methods in org.everit.json.schema.loader.internal with parameters of type SchemaClient Modifier and Type Method Description static JSONPointerJSONPointer. forURL(SchemaClient schemaClient, String url)Deprecated.
-