org.specrunner.converters.core
Class ConverterDateOnly
java.lang.Object
org.specrunner.converters.core.ConverterNotNullNotEmpty
org.specrunner.converters.core.AbstractConverterTimezone<T>
org.specrunner.converters.core.AbstractConverterTimeTemplate<Date>
org.specrunner.converters.core.ConverterDateCurrentTemplate
org.specrunner.converters.core.ConverterDateOnly
- All Implemented Interfaces:
- Serializable, IConverter, IResetable
public class ConverterDateOnly
- extends ConverterDateCurrentTemplate
Create current date without without hour information.
- Author:
- Thiago Santos
- See Also:
- Serialized Form
|
Method Summary |
protected Date |
instance()
Creates an instance of date. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConverterDateOnly
public ConverterDateOnly()
- Basic data converter.
instance
protected Date instance()
- Description copied from class:
AbstractConverterTimeTemplate
- Creates an instance of date.
- Overrides:
instance in class ConverterDateCurrentTemplate
- Returns:
- Something aka date.
Copyright © 2014. All rights reserved.