| Package | Description |
|---|---|
| org.eel.kitchen.jsonschema.main |
Main schema validation API
|
| org.eel.kitchen.jsonschema.uri |
JSON document downloaders
|
| Modifier and Type | Method and Description |
|---|---|
JsonSchemaFactory.Builder |
JsonSchemaFactory.Builder.registerScheme(String scheme,
URIDownloader downloader)
Register a
URIDownloader for a given scheme |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultURIDownloader
Default URI downloader
|
| Modifier and Type | Field and Description |
|---|---|
private static URIDownloader |
DefaultURIDownloader.instance |
| Modifier and Type | Field and Description |
|---|---|
private Map<String,URIDownloader> |
URIManager.downloaders
Map of downloaders (schemes as keys,
URIDownloader instances
as values) |
| Modifier and Type | Method and Description |
|---|---|
static URIDownloader |
DefaultURIDownloader.getInstance() |
| Modifier and Type | Method and Description |
|---|---|
void |
URIManager.registerScheme(String scheme,
URIDownloader downloader)
Register a new downloader for a given URI scheme
|
Copyright © 2012. All Rights Reserved.