Package com.github.fge.jsonschema.load

Schema loading and preloading classes

See: Description

Package com.github.fge.jsonschema.load Description

Schema loading and preloading classes

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.