| Package | Description |
|---|---|
| com.github.fge.jsonschema.library |
Base library class
|
| com.github.fge.jsonschema.load |
Schema loading and JSON Reference resolving
|
| com.github.fge.jsonschema.load.configuration | |
| com.github.fge.jsonschema.syntax | |
| com.github.fge.jsonschema.syntax.dictionaries | |
| 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<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<URIDownloader> |
DefaultDownloadersDictionary.get()
Get the dictionary of downloaders
|
| Modifier and Type | Method and Description |
|---|---|
Dictionary<URIDownloader> |
LoadingConfiguration.getDownloaders()
Return the dictionary of URI downloaders
|
| Constructor and Description |
|---|
SyntaxProcessor(com.github.fge.msgsimple.bundle.MessageBundle bundle,
Dictionary<SyntaxChecker> dict) |
| Modifier and Type | Method and Description |
|---|---|
static Dictionary<SyntaxChecker> |
DraftV3HyperSchemeSyntaxCheckerDictionary.get() |
static Dictionary<SyntaxChecker> |
CommonSyntaxCheckerDictionary.get() |
static Dictionary<SyntaxChecker> |
DraftV4HyperSchemaSyntaxCheckerDictionary.get() |
static Dictionary<SyntaxChecker> |
DraftV4SyntaxCheckerDictionary.get() |
static Dictionary<SyntaxChecker> |
DraftV3SyntaxCheckerDictionary.get() |
| Modifier and Type | Method and Description |
|---|---|
SchemaWalkingConfigurationBuilder |
SchemaWalkingConfigurationBuilder.setCheckers(Dictionary<SyntaxChecker> checkers) |
SchemaWalkingConfigurationBuilder |
SchemaWalkingConfigurationBuilder.setCollectors(Dictionary<PointerCollector> collectors) |
| Constructor and Description |
|---|
SchemaWalker2(Dictionary<PointerCollector> dict) |
| Modifier and Type | Method and Description |
|---|---|
static Dictionary<PointerCollector> |
CommonPointerCollectorDictionary.get() |
static Dictionary<PointerCollector> |
DraftV4PointerCollectorDictionary.get() |
static Dictionary<PointerCollector> |
DraftV3PointerCollectorDictionary.get() |
Copyright © 2013. All Rights Reserved.