| Package | Description |
|---|---|
| com.networknt.schema | |
| com.networknt.schema.uri |
| Modifier and Type | Method and Description |
|---|---|
JsonSchemaFactory.Builder |
JsonSchemaFactory.Builder.uriFetcher(URIFetcher uriFetcher,
Iterable<String> schemes) |
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
URIFetchers 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 © 2023. All rights reserved.