Class UtilDateSqlDateConverter
- java.lang.Object
-
- com.saperion.common.lang.conversion.time.UtilDateSqlDateConverter
-
-
Constructor Summary
Constructors Constructor Description UtilDateSqlDateConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.sql.Date
convert(java.util.Date util)
Converts the specified object and returns the conversion result.
-
-
-
Method Detail
-
convert
public java.sql.Date convert(java.util.Date util)
Description copied from interface:Converter
Converts the specified object and returns the conversion result. Implementations have to acceptnull
-values without throwing exceptions.
-
-