Package | Description |
---|---|
com.networknt.schema | |
com.networknt.schema.uri |
Modifier and Type | Method and Description |
---|---|
JsonSchemaFactory.Builder |
JsonSchemaFactory.Builder.uriFetcher(URIFetcher uriFetcher,
String... schemes)
Maps a number of schemes to a
URIFetcher . |
Modifier and Type | Class and Description |
---|---|
class |
ClasspathURLFetcher
|
class |
URISchemeFetcher
The URISchemeFetcher will proxy to other
URIFetcher s based on the scheme being used. |
class |
URLFetcher
|
Modifier and Type | Method and Description |
---|---|
Map<String,URIFetcher> |
URISchemeFetcher.getURIFetchers() |
Constructor and Description |
---|
URISchemeFetcher(Map<String,URIFetcher> uriFetchers) |
Copyright © 2020. All rights reserved.