public abstract class DraftV3TypeKeywordValidator extends AbstractKeywordValidator
type and disallow
Their validation logic differ, however their digest is the same; therefore they are built in the same way.
| Modifier and Type | Field and Description |
|---|---|
protected static com.fasterxml.jackson.databind.node.JsonNodeFactory |
FACTORY |
protected List<Integer> |
schemas |
protected EnumSet<com.github.fge.jsonschema.util.NodeType> |
types |
keyword| Modifier | Constructor and Description |
|---|---|
protected |
DraftV3TypeKeywordValidator(String keyword,
com.fasterxml.jackson.databind.JsonNode digested) |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
newMsgclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitvalidateprotected static final com.fasterxml.jackson.databind.node.JsonNodeFactory FACTORY
protected final EnumSet<com.github.fge.jsonschema.util.NodeType> types
protected DraftV3TypeKeywordValidator(String keyword, com.fasterxml.jackson.databind.JsonNode digested)
public final String toString()
toString in class AbstractKeywordValidatorCopyright © 2014. All Rights Reserved.