public final class SyntaxValidator extends Object
Note that schemas are not validated "in depth", only the first level of
keywords will be validated. This is by design (for now) since recursing
through schemas is not as simple as it sounds, we cannot just blindly
recurse through object instances (consider enum).
| Modifier and Type | Field and Description |
|---|---|
private Map<String,SyntaxChecker> |
checkers
List of registered checkers
|
| Constructor and Description |
|---|
SyntaxValidator(KeywordBundle bundle)
Constructor
|
private final Map<String,SyntaxChecker> checkers
public SyntaxValidator(KeywordBundle bundle)
bundle - the keyword bundleCopyright © 2012. All Rights Reserved.