| Package | Description |
|---|---|
| com.networknt.schema | |
| com.networknt.schema.uri |
| Modifier and Type | Method and Description |
|---|---|
URIFactory |
JsonSchemaFactory.getUriFactory() |
URIFactory |
ValidationContext.getURIFactory() |
| Modifier and Type | Method and Description |
|---|---|
JsonSchemaFactory.Builder |
JsonSchemaFactory.Builder.uriFactory(URIFactory uriFactory,
Iterable<String> schemes) |
JsonSchemaFactory.Builder |
JsonSchemaFactory.Builder.uriFactory(URIFactory uriFactory,
String... schemes)
Maps a number of schemes to a
URIFactory. |
| Constructor and Description |
|---|
ValidationContext(URIFactory uriFactory,
URNFactory urnFactory,
JsonMetaSchema metaSchema,
JsonSchemaFactory jsonSchemaFactory,
SchemaValidatorsConfig config) |
| Modifier and Type | Class and Description |
|---|---|
class |
ClasspathURLFactory
A URIFactory that uses URL for creating
URIs. |
class |
URISchemeFactory
The URISchemaFactory will proxy to other
URIFactorys based on the scheme being used. |
class |
URLFactory
A URIFactory that uses URL for creating
URIs. |
| Modifier and Type | Method and Description |
|---|---|
Map<String,URIFactory> |
URISchemeFactory.getURIFactories() |
| Constructor and Description |
|---|
URISchemeFactory(Map<String,URIFactory> uriFactories) |
Copyright © 2020. All rights reserved.