public final class SpringBasedJsonSchemaClient extends Object implements org.everit.json.schema.loader.SchemaClient
ResourceUtils to resolve schema locations (URIs)| Constructor and Description |
|---|
SpringBasedJsonSchemaClient()
Creates schema resolver with empty schema catalog
|
SpringBasedJsonSchemaClient(Map<String,String> schemaCatalog)
Creates schema resolver with catalog defining mappings from locations in processed JSON schemas to alternate locations (in the same manner as URI mappings in XML catalog) that this instance is
supposed to have access to
|
public SpringBasedJsonSchemaClient(Map<String,String> schemaCatalog)
schemaCatalog - JSON schema catalog (URI mappings)public SpringBasedJsonSchemaClient()
public InputStream get(String uri)
get in interface org.everit.json.schema.loader.SchemaClientCopyright © 2012–2020. All rights reserved.