org.eel.kitchen.jsonschema.syntax
Class ArrayChildrenSyntaxChecker

java.lang.Object
  extended by org.eel.kitchen.jsonschema.syntax.ArrayChildrenSyntaxChecker
All Implemented Interfaces:
SyntaxChecker

public final class ArrayChildrenSyntaxChecker
extends Object
implements SyntaxChecker


Constructor Summary
ArrayChildrenSyntaxChecker(String keyword, NodeType type, NodeType... other)
           
 
Method Summary
 void checkValue(ValidationReport report, JsonNode schema)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArrayChildrenSyntaxChecker

public ArrayChildrenSyntaxChecker(String keyword,
                                  NodeType type,
                                  NodeType... other)
Method Detail

checkValue

public void checkValue(ValidationReport report,
                       JsonNode schema)
Specified by:
checkValue in interface SyntaxChecker


Copyright © 2012. All Rights Reserved.