| Package | Description |
|---|---|
| com.github.fge.jsonschema.load |
Schema loading and JSON Reference resolving
|
| com.github.fge.jsonschema.load.configuration |
| 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 |
DefaultURIDownloader.getInstance() |
static URIDownloader |
ResourceURIDownloader.getInstance() |
| Modifier and Type | Method and Description |
|---|---|
static Dictionary<URIDownloader> |
DefaultDownloadersDictionary.get()
Get the dictionary of downloaders
|
| Modifier and Type | Method and Description |
|---|---|
Dictionary<URIDownloader> |
LoadingConfiguration.getDownloaders()
Return the dictionary of URI downloaders
|
| Modifier and Type | Method and Description |
|---|---|
LoadingConfigurationBuilder |
LoadingConfigurationBuilder.addScheme(String scheme,
URIDownloader downloader)
Add a new URI downloader
|
Copyright © 2013. All Rights Reserved.