See: Description
| Interface | Description |
|---|---|
| URIDownloader |
URI downloader for a given scheme
|
| Class | Description |
|---|---|
| DefaultURIDownloader |
Default URI downloader
|
| ResourceURIDownloader |
A downloader for the
resource "scheme" |
| URIManager |
Class to fetch JSON documents
|
The following URI schemes are supported by default: http, file, ftp, resource and jar.
You can use classes in this package to extend the list of supported schemes, by:
URIDownloader,
JsonSchemaFactory.Builder.registerScheme(String,
URIDownloader).
Note about jar relative URI resolutions: due to the very nature of
jar URIs, normal URI resolving rules cannot be applied. This
implementation ensures that relative ref resolutions happen correctly,
though. See JsonRef for more
information.
Copyright © 2012. All Rights Reserved.