com.github.fge.jsonschema.format.draftv3
Class TimeAttribute
java.lang.Object
com.github.fge.jsonschema.format.AbstractFormatAttribute
com.github.fge.jsonschema.format.helpers.AbstractDateFormatAttribute
com.github.fge.jsonschema.format.draftv3.TimeAttribute
- All Implemented Interfaces:
- FormatAttribute
public final class TimeAttribute
- extends AbstractDateFormatAttribute
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getInstance
public static FormatAttribute getInstance()
getFormatter
protected org.joda.time.format.DateTimeFormatter getFormatter()
- Specified by:
getFormatter
in class AbstractDateFormatAttribute