| Package | Description |
|---|---|
| org.eel.kitchen.jsonschema.main |
Main schema validation API
|
| org.eel.kitchen.jsonschema.uri |
Classes to handle downloading of JSON documents using any URI scheme
|
| 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
|
class |
ResourceURIDownloader
A downloader for the custom
resource "scheme" |
| Modifier and Type | Method and Description |
|---|---|
static URIDownloader |
ResourceURIDownloader.getInstance() |
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 © 2013. All Rights Reserved.