Class UtilDateSqlDateConverter

java.lang.Object
com.saperion.common.lang.conversion.time.UtilDateSqlDateConverter
All Implemented Interfaces:
Converter<Date,Date>

public class UtilDateSqlDateConverter extends Object implements Converter<Date,Date>
Converts Date to Date
Author:
jschwarz
  • Constructor Details

    • UtilDateSqlDateConverter

      public UtilDateSqlDateConverter()
  • Method Details

    • convert

      public Date convert(Date util)
      Description copied from interface: Converter
      Converts the specified object and returns the conversion result.

      Implementations have to accept null-values without throwing exceptions.

      Specified by:
      convert in interface Converter<Date,Date>
      Parameters:
      util - object to convert
      Returns:
      the converted object