Class LongDateTimeConverter

java.lang.Object
sk.iway.iwcm.system.spring.LongDateTimeConverter
All Implemented Interfaces:
org.springframework.core.convert.converter.Converter<Long,Date>

public class LongDateTimeConverter extends Object implements org.springframework.core.convert.converter.Converter<Long,Date>
  • Constructor Details

    • LongDateTimeConverter

      public LongDateTimeConverter()
  • Method Details

    • convert

      public Date convert(Long source)
      Specified by:
      convert in interface org.springframework.core.convert.converter.Converter<Long,Date>