com.github.fge.jsonschema.format.common
Class DateTimeAttribute

java.lang.Object
  extended by com.github.fge.jsonschema.format.AbstractFormatAttribute
      extended by com.github.fge.jsonschema.format.helpers.DateFormatAttribute
          extended by com.github.fge.jsonschema.format.common.DateTimeAttribute
All Implemented Interfaces:
FormatAttribute

public final class DateTimeAttribute
extends DateFormatAttribute

Validator for the date-time format attribute


Method Summary
static FormatAttribute getInstance()
           
 
Methods inherited from class com.github.fge.jsonschema.format.helpers.DateFormatAttribute
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()


Copyright © 2014. All Rights Reserved.