Class LocalDateWriteConverter

  • All Implemented Interfaces:
    org.springframework.core.convert.converter.Converter<java.time.LocalDate,​java.util.Date>

    public class LocalDateWriteConverter
    extends java.lang.Object
    implements org.springframework.core.convert.converter.Converter<java.time.LocalDate,​java.util.Date>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Date convert​(java.time.LocalDate source)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.springframework.core.convert.converter.Converter

        andThen
    • Constructor Detail

      • LocalDateWriteConverter

        public LocalDateWriteConverter()
    • Method Detail

      • convert

        public java.util.Date convert​(java.time.LocalDate source)
        Specified by:
        convert in interface org.springframework.core.convert.converter.Converter<java.time.LocalDate,​java.util.Date>