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 JsonNodeFactory |
FACTORY |
protected java.util.List<java.lang.Integer> |
schemas |
protected java.util.EnumSet<NodeType> |
types |
keyword| Modifier | Constructor and Description |
|---|---|
protected |
DraftV3TypeKeywordValidator(java.lang.String keyword,
JsonNode digested) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
newMsg, newMsg, toArrayNodeclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitvalidateprotected static final JsonNodeFactory FACTORY
protected final java.util.EnumSet<NodeType> types
protected final java.util.List<java.lang.Integer> schemas
protected DraftV3TypeKeywordValidator(java.lang.String keyword,
JsonNode digested)
public final java.lang.String toString()
toString in class AbstractKeywordValidator