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, newMsgprotected SchemaMapSyntaxChecker(String keyword)
protected final void checkValue(Collection<JsonPointer> pointers, ProcessingReport report, SchemaTree tree) throws ProcessingException
checkValue in class AbstractSyntaxCheckerProcessingExceptionprotected abstract void extraChecks(ProcessingReport report, SchemaTree tree) throws ProcessingException
ProcessingExceptionCopyright © 2013. All Rights Reserved.