Class IntegerToDateConverter

java.lang.Object
io.leandev.appfuse.web.converter.IntegerToDateConverter
All Implemented Interfaces:
org.springframework.core.convert.converter.Converter<Integer,Date>

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

    • IntegerToDateConverter

      public IntegerToDateConverter()
  • Method Details

    • convert

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