Interface | Description |
---|---|
URIDownloader |
URI downloader for a given scheme
|
Class | Description |
---|---|
DefaultDownloadersDictionary |
Dictionary of default supported URI schemes
|
DefaultURIDownloader |
Default URI downloader
|
ResourceURIDownloader |
A downloader for the custom
resource "scheme" |
SchemaLoader |
JSON Schema loader
|
URIManager |
Class to fetch JSON documents
|
Enum | Description |
---|---|
Dereferencing |
Dereferencing modes
|
This package contains all components necessary to load and preload JSON schemas.
The main loading class is SchemaLoader
. It relies on downloaders
configured in a URIManager
to load
schemas it does not already know of.
Note that you can configure the latter to support an arbitrary set of URI
schemes. The default supported set is defined in DefaultDownloadersDictionary
.
Copyright © 2013. All Rights Reserved.