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).
| Constructor and Description |
|---|
SyntaxValidator(KeywordRegistry registry) |
public SyntaxValidator(KeywordRegistry registry)
Copyright © 2013. All Rights Reserved.