Class LocalDateReadConverter

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

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.time.LocalDate convert​(java.util.Date 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

      • LocalDateReadConverter

        public LocalDateReadConverter()
    • Method Detail

      • convert

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