
com.github.fge.jsonschema.load.package-info Maven / Gradle / Ivy
/*
* Copyright (c) 2013, Francis Galiegue
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the Lesser GNU General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* Lesser GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
/**
* 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
* ({@link com.github.fge.jsonschema.load.RefResolver}).
*
* The main loading class is {@link
* com.github.fge.jsonschema.load.SchemaLoader}. It relies on downloaders
* configured in a {@link com.github.fge.jsonschema.load.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 {@link
* com.github.fge.jsonschema.load.DefaultDownloadersDictionary}.
*/
package com.github.fge.jsonschema.load;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy