类 String2LocalDateConverter

java.lang.Object
top.tangyh.basic.converter.String2LocalDateConverter
所有已实现的接口:
org.springframework.core.convert.converter.Converter<String,LocalDate>

public class String2LocalDateConverter extends Object implements org.springframework.core.convert.converter.Converter<String,LocalDate>
解决 @RequestParam 标记的 LocalDate 类型的入参,参数转换问题。

yyyy-MM-dd yyyy/MM/dd yyyy年MM月dd日

作者:
zuihou
  • 构造器详细资料

    • String2LocalDateConverter

      public String2LocalDateConverter()
  • 方法详细资料

    • convert

      public LocalDate convert(String source)
      指定者:
      convert 在接口中 org.springframework.core.convert.converter.Converter<String,LocalDate>