public class PositiveIntegerSyntaxChecker extends SimpleSyntaxChecker
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 |
|---|---|
(package private) void |
checkValue(List<String> messages,
JsonNode schema) |
checkSyntaxpublic PositiveIntegerSyntaxChecker(String keyword)
final void checkValue(List<String> messages, JsonNode schema)
checkValue in class SimpleSyntaxCheckerCopyright © 2012. All Rights Reserved.