org.eel.kitchen.jsonschema.syntax
Class URISyntaxChecker

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

public class URISyntaxChecker
extends Object
implements SyntaxChecker


Field Summary
protected  String keyword
           
 
Constructor Summary
URISyntaxChecker(String keyword)
           
 
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
 

Field Detail

keyword

protected final String keyword
Constructor Detail

URISyntaxChecker

public URISyntaxChecker(String keyword)
Method Detail

checkValue

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


Copyright © 2012. All Rights Reserved.