Package | Description |
---|---|
com.github.fge.jsonschema.core.load.configuration |
Schema loading configuration
|
com.github.fge.jsonschema.core.load.download |
URI downloader interface and provided implementations
|
Modifier and Type | Method and Description |
---|---|
Map<String,URIDownloader> |
LoadingConfiguration.getDownloaderMap()
Return the map of downloaders for this configuration
|
Modifier and Type | Method and Description |
---|---|
LoadingConfigurationBuilder |
LoadingConfigurationBuilder.addScheme(String scheme,
URIDownloader downloader)
Add a new URI downloader
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultURIDownloader
Default URI downloader
|
class |
ResourceURIDownloader
A downloader for the custom
resource URI scheme |
Modifier and Type | Method and Description |
---|---|
static URIDownloader |
ResourceURIDownloader.getInstance() |
static URIDownloader |
DefaultURIDownloader.getInstance() |
Copyright © 2016. All rights reserved.