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(SyntaxValidator validator,
List<Message> messages,
JsonNode schema) |
checkSyntax, newMsg
public PositiveIntegerSyntaxChecker(String keyword)
public void checkValue(SyntaxValidator validator, List<Message> messages, JsonNode schema)
checkValue
in class AbstractSyntaxChecker
Copyright © 2013. All Rights Reserved.