Package top.tangyh.basic.converter
Class String2LocalDateTimeConverter
java.lang.Object
top.tangyh.basic.converter.String2LocalDateTimeConverter
- All Implemented Interfaces:
org.springframework.core.convert.converter.Converter<String,LocalDateTime>
public class String2LocalDateTimeConverter
extends Object
implements org.springframework.core.convert.converter.Converter<String,LocalDateTime>
解决 @RequestParam 标记的 LocalDateTime 类型的入参,参数转换问题。
yyyy-MM-dd HH:mm:ss yyyy/MM/dd HH:mm:ss yyyy年MM月dd日HH时mm分ss秒
- Author:
- zuihou
-
Constructor Details
-
String2LocalDateTimeConverter
public String2LocalDateTimeConverter()
-
-
Method Details
-
convert
- Specified by:
convertin interfaceorg.springframework.core.convert.converter.Converter<String,LocalDateTime>
-