public abstract class SchemaMapSyntaxChecker extends AbstractSyntaxChecker
keyword
Modifier | Constructor and Description |
---|---|
protected |
SchemaMapSyntaxChecker(String keyword) |
Modifier and Type | Method and Description |
---|---|
protected void |
checkValue(Collection<JsonPointer> pointers,
ProcessingReport report,
SchemaTree tree) |
protected abstract void |
extraChecks(ProcessingReport report,
SchemaTree tree) |
checkSyntax, getNode, getValidTypes, newMsg
protected SchemaMapSyntaxChecker(String keyword)
protected final void checkValue(Collection<JsonPointer> pointers, ProcessingReport report, SchemaTree tree) throws ProcessingException
checkValue
in class AbstractSyntaxChecker
ProcessingException
protected abstract void extraChecks(ProcessingReport report, SchemaTree tree) throws ProcessingException
ProcessingException
Copyright © 2013. All Rights Reserved.