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,
String... schemes)
Maps a number of schemes to a
URIFactory . |
Constructor and Description |
---|
ValidationContext(URIFactory uriFactory,
JsonMetaSchema metaSchema,
JsonSchemaFactory jsonSchemaFactory,
SchemaValidatorsConfig config) |
Modifier and Type | Class and Description |
---|---|
class |
ClasspathURLFactory
A URIFactory that uses URL for creating
URI s. |
class |
URISchemeFactory
The URISchemaFactory will proxy to other
URIFactory s based on the scheme being used. |
class |
URLFactory
A URIFactory that uses URL for creating
URI s. |
Modifier and Type | Method and Description |
---|---|
Map<String,URIFactory> |
URISchemeFactory.getURIFactories() |
Constructor and Description |
---|
URISchemeFactory(Map<String,URIFactory> uriFactories) |
Copyright © 2020. All rights reserved.