public final class SchemaArraySyntaxChecker extends AbstractSyntaxChecker
These keywords are, among others, allOf
, anyOf
, etc.
keyword
Constructor and Description |
---|
SchemaArraySyntaxChecker(String keyword) |
Modifier and Type | Method and Description |
---|---|
protected void |
checkValue(Collection<JsonPointer> pointers,
ProcessingReport report,
SchemaTree tree)
Method which all syntax checkers extending this class must implement
|
checkSyntax, getNode, getValidTypes, newMsg
public SchemaArraySyntaxChecker(String keyword)
protected void checkValue(Collection<JsonPointer> pointers, ProcessingReport report, SchemaTree tree) throws ProcessingException
AbstractSyntaxChecker
At this point, it is known that the keyword's value has at least the correct type.
checkValue
in class AbstractSyntaxChecker
pointers
- the list of JSON Pointers to fill (see description)report
- the processing report to usetree
- the schemaInvalidSchemaException
- keyword is invalidProcessingException
Copyright © 2013. All Rights Reserved.