See: Description
Interface | Description |
---|---|
URIDownloader |
URI downloader for a given scheme
|
Class | Description |
---|---|
DefaultURIDownloader |
Default URI downloader
|
ResourceURIDownloader |
A downloader for the custom
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, even
though this is a violation of the URI specification.
Copyright © 2013. All Rights Reserved.