java.lang.Object
org.litebridgedb.convert.converter.DateConverter
- All Implemented Interfaces:
Converter<Date>,ConverterFunction<Date>
-
Constructor Details
-
DateConverter
public DateConverter()
-
-
Method Details
-
convert
Description copied from interface:ConverterFunctionConverts the given value to the target type.- Specified by:
convertin interfaceConverterFunction<Date>- Parameters:
value- the value to convert, may benull- Returns:
- the converted value, or
nullif the input wasnullor could not be converted
-
type
Description copied from interface:ConverterReturns the target Java class this converter handles.
-