public interface SyntaxChecker
There exists one syntax checker per supported schema keyword. For the recall, their role is to ensure the keyword values are well formed, so as to ease the job of the associated keyword validator.
You have the option to directly implement this interface, however there exist a number of classes which you can extend.
| Modifier and Type | Method and Description |
|---|---|
void |
checkSyntax(List<String> messages,
JsonNode schema)
Check the syntax for this keyword
|
Copyright © 2012. All Rights Reserved.