public final class EnumSyntaxChecker extends AbstractSyntaxChecker
enum keyword
At the moment, this class has the same bug as EnumKeywordValidator
and UniqueItemsKeywordValidator with regards to numeric instances.
keyword| Modifier and Type | Method and Description |
|---|---|
void |
checkValue(Message.Builder msg,
List<Message> messages,
JsonNode schema) |
static SyntaxChecker |
getInstance() |
checkSyntaxpublic static SyntaxChecker getInstance()
public void checkValue(Message.Builder msg, List<Message> messages, JsonNode schema)
checkValue in class AbstractSyntaxCheckerCopyright © 2013. All Rights Reserved.