Package | Description |
---|---|
org.everit.json.schema.loader | |
org.everit.json.schema.loader.internal |
Modifier and Type | Method and Description |
---|---|
static SchemaClient |
SchemaClient.classPathAwareClient() |
Modifier and Type | Method and 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) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultSchemaClient
A
SchemaClient implementation which uses URL for reading the remote content. |
Modifier and Type | Method and Description |
---|---|
static JSONPointer |
JSONPointer.forURL(SchemaClient schemaClient,
String url)
Deprecated.
|
Copyright © 2019 Everit Kft.. All rights reserved.