Package | Description |
---|---|
com.github.fge.jsonschema.cfg | |
com.github.fge.jsonschema.library |
Base library class
|
com.github.fge.jsonschema.library.syntax | |
com.github.fge.jsonschema.load |
Schema loading and preloading classes
|
com.github.fge.jsonschema.processors.syntax | |
com.github.fge.jsonschema.walk |
Schema walker, listener and processor
|
com.github.fge.jsonschema.walk.collectors |
Pointer collectors for schema walking: dictionaries and interfaces
|
Modifier and Type | Method and Description |
---|---|
Dictionary<URIDownloader> |
LoadingConfiguration.getDownloaders()
Return the dictionary of URI downloaders
|
Modifier and Type | Method and Description |
---|---|
Dictionary<T> |
DictionaryBuilder.freeze()
Build an immutable dictionary out of this builder
|
Modifier and Type | Method and Description |
---|---|
DictionaryBuilder<T> |
DictionaryBuilder.addAll(Dictionary<T> other)
Add all entries from another dictionary
|
Modifier and Type | Method and Description |
---|---|
static Dictionary<SyntaxChecker> |
DraftV4SyntaxCheckerDictionary.get() |
static Dictionary<SyntaxChecker> |
DraftV3SyntaxCheckerDictionary.get() |
static Dictionary<SyntaxChecker> |
CommonSyntaxCheckerDictionary.get() |
Modifier and Type | Method and Description |
---|---|
static Dictionary<URIDownloader> |
DefaultDownloadersDictionary.get()
Get the dictionary of downloaders
|
Constructor and Description |
---|
SyntaxProcessor(Dictionary<SyntaxChecker> dict) |
Constructor and Description |
---|
ResolvingSchemaWalker(SchemaTree tree,
Dictionary<PointerCollector> collectors,
Dictionary<SyntaxChecker> checkers,
LoadingConfiguration cfg)
Fully customized schema walker
|
ResolvingSchemaWalker(SchemaTree tree,
Dictionary<PointerCollector> collectors,
Dictionary<SyntaxChecker> checkers,
LoadingConfiguration cfg)
Fully customized schema walker
|
SchemaWalker(SchemaTree tree,
Dictionary<PointerCollector> dict)
Protected constructor with a custom pointer collector dictionary
|
SimpleSchemaWalker(SchemaTree tree,
Dictionary<PointerCollector> dict) |
Modifier and Type | Method and Description |
---|---|
static Dictionary<PointerCollector> |
DraftV4PointerCollectorDictionary.get() |
static Dictionary<PointerCollector> |
DraftV3PointerCollectorDictionary.get() |
static Dictionary<PointerCollector> |
CommonPointerCollectorDictionary.get() |
Copyright © 2013. All Rights Reserved.