| Modifier and Type | Method and Description |
|---|---|
Dictionary<T> |
DictionaryBuilder.freeze() |
Dictionary<Digester> |
Library.getDigesters() |
Dictionary<FormatAttribute> |
Library.getFormatAttributes() |
Dictionary<SyntaxChecker> |
Library.getSyntaxCheckers() |
Dictionary<Constructor<? extends KeywordValidator>> |
Library.getValidators() |
| Modifier and Type | Method and Description |
|---|---|
DictionaryBuilder<T> |
DictionaryBuilder.addAll(Dictionary<T> other) |
| Modifier and Type | Method and Description |
|---|---|
static Dictionary<Digester> |
DraftV3DigesterDictionary.get() |
static Dictionary<Digester> |
DraftV4DigesterDictionary.get() |
static Dictionary<Digester> |
CommonDigesterDictionary.get() |
| Modifier and Type | Method and Description |
|---|---|
static Dictionary<FormatAttribute> |
DraftV4FormatAttributesDictionary.get() |
static Dictionary<FormatAttribute> |
DraftV3FormatAttributesDictionary.get() |
static Dictionary<FormatAttribute> |
CommonFormatAttributesDictionary.get() |
| 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<Constructor<? extends KeywordValidator>> |
DraftV4ValidatorDictionary.get() |
static Dictionary<Constructor<? extends KeywordValidator>> |
DraftV3ValidatorDictionary.get() |
static Dictionary<Constructor<? extends KeywordValidator>> |
CommonValidatorDictionary.get() |
| Modifier and Type | Method and Description |
|---|---|
Dictionary<URIDownloader> |
LoadingConfiguration.downloaders() |
static Dictionary<URIDownloader> |
DefaultDownloadersDictionary.get() |
| Constructor and Description |
|---|
ValidatorBuilder(Dictionary<Constructor<? extends KeywordValidator>> dict) |
| Constructor and Description |
|---|
SchemaDigester(Dictionary<Digester> dict) |
| Constructor and Description |
|---|
FormatProcessor(Dictionary<FormatAttribute> dict) |
| Constructor and Description |
|---|
SyntaxProcessor(Dictionary<SyntaxChecker> dict) |
Copyright © 2013. All Rights Reserved.