public final class PositiveIntegerSyntaxChecker extends AbstractSyntaxChecker
Note that this is Java, which means there is the limit that such
arguments cannot be greater than Integer.MAX_VALUE. While not
strictly conformant with the specification, this implementation enforces
this.
keyword| Constructor and Description |
|---|
PositiveIntegerSyntaxChecker(String keyword) |
| Modifier and Type | Method and Description |
|---|---|
void |
checkValue(Message.Builder msg,
List<Message> messages,
JsonNode schema) |
checkSyntaxpublic PositiveIntegerSyntaxChecker(String keyword)
public void checkValue(Message.Builder msg, List<Message> messages, JsonNode schema)
checkValue in class AbstractSyntaxCheckerCopyright © 2013. All Rights Reserved.