public abstract class AbstractTypeKeywordValidator extends KeywordValidator
type and disallow keywords
The structure of these two keywords are the same, the only difference is the validation process.
| Modifier and Type | Field and Description |
|---|---|
protected List<JsonNode> |
schemas
Schemas found in the keyword definition
|
protected EnumSet<NodeType> |
typeSet
Simple types found in the keyword definition
|
keyword| Modifier | Constructor and Description |
|---|---|
protected |
AbstractTypeKeywordValidator(String keyword,
JsonNode schema) |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
alwaysTrue, newMsg, validate, validateInstancepublic final String toString()
toString in class KeywordValidatorCopyright © 2013. All Rights Reserved.