org.eel.kitchen.jsonschema.format
Class FormatSpecifier

java.lang.Object
  extended by org.eel.kitchen.jsonschema.format.FormatSpecifier
Direct Known Subclasses:
AbstractDateFormatSpecifier, CSSColorFormatSpecifier, CSSStyleFormatSpecifier, EmailFormatSpecifier, HostnameFormatSpecifier, IPV4FormatSpecifier, IPV6FormatSpecifier, PhoneNumberFormatSpecifier, RegexFormatSpecifier, UnixEpochFormatSpecifier, URIFormatSpecifier

public abstract class FormatSpecifier
extends Object


Constructor Summary
protected FormatSpecifier(NodeType first, NodeType... other)
           
 
Method Summary
 void validate(ValidationReport report, JsonNode value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormatSpecifier

protected FormatSpecifier(NodeType first,
                          NodeType... other)
Method Detail

validate

public final void validate(ValidationReport report,
                           JsonNode value)


Copyright © 2012. All Rights Reserved.