- All Implemented Interfaces:
org.simpleflatmapper.converter.ContextualConverter<Date,Time>
public class UtilDateToTimeConverter
extends Object
implements org.simpleflatmapper.converter.ContextualConverter<Date,Time>
-
Constructor Summary
Constructors
-
Method Summary
convert(Date in,
org.simpleflatmapper.converter.Context context)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
UtilDateToTimeConverter
public UtilDateToTimeConverter()
-
Method Details
-
convert
public Time convert(Date in,
org.simpleflatmapper.converter.Context context)
throws Exception
- Specified by:
convert in interface org.simpleflatmapper.converter.ContextualConverter<Date,Time>
- Throws:
Exception