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

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.draftv3.TimeAttribute
All Implemented Interfaces:
FormatAttribute

public final class TimeAttribute
extends DateFormatAttribute

Validator for the 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.