Uses of Interface
org.everit.json.schema.loader.SchemaClient
Packages that use SchemaClient
-
Uses of SchemaClient in org.everit.json.schema.loader
Methods in org.everit.json.schema.loader that return SchemaClientMethods in org.everit.json.schema.loader with parameters of type SchemaClientModifier and TypeMethodDescriptionSchemaLoader.SchemaLoaderBuilder.httpClient(SchemaClient httpClient) Deprecated.static SchemaSchemaLoader.load(org.json.JSONObject schemaJson, SchemaClient schemaClient) Creates Schema instance from its JSON representation.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 SchemaClientModifier and TypeClassDescriptionclassASchemaClientimplementation which usesURLfor reading the remote content.Methods in org.everit.json.schema.loader.internal with parameters of type SchemaClientModifier and TypeMethodDescriptionstatic final JSONPointerJSONPointer.forURL(SchemaClient schemaClient, String url) Deprecated.
SchemaLoader.SchemaLoaderBuilder.schemaClient(SchemaClient)instead