org.eel.kitchen.jsonschema.keyword
Class FormatKeywordValidator

java.lang.Object
  extended by org.eel.kitchen.jsonschema.keyword.KeywordValidator
      extended by org.eel.kitchen.jsonschema.keyword.FormatKeywordValidator

public final class FormatKeywordValidator
extends KeywordValidator


Field Summary
 
Fields inherited from class org.eel.kitchen.jsonschema.keyword.KeywordValidator
instanceTypes
 
Constructor Summary
FormatKeywordValidator(JsonNode schema)
           
 
Method Summary
protected  void validate(ValidationReport report, JsonNode instance)
           
 
Methods inherited from class org.eel.kitchen.jsonschema.keyword.KeywordValidator
validateInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormatKeywordValidator

public FormatKeywordValidator(JsonNode schema)
Method Detail

validate

protected void validate(ValidationReport report,
                        JsonNode instance)
Specified by:
validate in class KeywordValidator


Copyright © 2012. All Rights Reserved.