Package com.github.fge.jsonschema.load

Schema loading and JSON Reference resolving

See: Description

Package com.github.fge.jsonschema.load Description

Schema loading and JSON Reference resolving

This package contains all components necessary to load and preload JSON schemas, along with the processor in charge of JSON Reference resolving (RefResolver).

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.