public final class DraftV3TypeKeywordSyntaxChecker extends AbstractSyntaxChecker
type and disallowkeyword| Constructor and Description |
|---|
DraftV3TypeKeywordSyntaxChecker(String keyword) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
checkValue(Collection<JsonPointer> pointers,
MessageBundle bundle,
ProcessingReport report,
SchemaTree tree)
Method which all syntax checkers extending this class must implement
|
checkSyntax, getNode, getValidTypes, newMsgpublic DraftV3TypeKeywordSyntaxChecker(String keyword)
protected void checkValue(Collection<JsonPointer> pointers, MessageBundle bundle, ProcessingReport report, SchemaTree tree) throws ProcessingException
AbstractSyntaxCheckerAt this point, it is known that the keyword's value has at least the correct type.
checkValue in class AbstractSyntaxCheckerpointers - the list of JSON Pointers to fill (see description)bundle - the message bundle to usereport - the processing report to usetree - the schemaInvalidSchemaException - keyword is invalidProcessingException