com.github.fge.jsonschema.format.draftv3
Class DateAttribute

java.lang.Object
  extended by com.github.fge.jsonschema.format.AbstractFormatAttribute
      extended by com.github.fge.jsonschema.format.helpers.AbstractDateFormatAttribute
          extended by com.github.fge.jsonschema.format.draftv3.DateAttribute
All Implemented Interfaces:
FormatAttribute

public final class DateAttribute
extends AbstractDateFormatAttribute


Method Summary
protected  org.joda.time.format.DateTimeFormatter getFormatter()
           
static FormatAttribute getInstance()
           
 
Methods inherited from class com.github.fge.jsonschema.format.helpers.AbstractDateFormatAttribute
validate
 
Methods inherited from class com.github.fge.jsonschema.format.AbstractFormatAttribute
newMsg, supportedTypes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static FormatAttribute getInstance()

getFormatter

protected org.joda.time.format.DateTimeFormatter getFormatter()
Specified by:
getFormatter in class AbstractDateFormatAttribute