public abstract class PositiveIntegerValidator extends AbstractKeywordValidator
Modifier and Type | Field and Description |
---|---|
protected int |
intValue |
keyword
Modifier | Constructor and Description |
---|---|
protected |
PositiveIntegerValidator(String keyword,
com.fasterxml.jackson.databind.JsonNode digest) |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
newMsg
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
validate
protected PositiveIntegerValidator(String keyword, com.fasterxml.jackson.databind.JsonNode digest)
public final String toString()
toString
in class AbstractKeywordValidator
Copyright © 2014. All Rights Reserved.