Package org.eel.kitchen.jsonschema.uri

Classes to handle URI downloading of JSON documents

See: Description

Package org.eel.kitchen.jsonschema.uri Description

Classes to handle URI downloading of 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:

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.