- All Implemented Interfaces:
org.springframework.core.convert.converter.Converter<Date,String>
public class DateToStringConverter
extends Object
implements org.springframework.core.convert.converter.Converter<Date,String>
时间转换为字符串的转换器
- Author:
- wangliang181230
-
Constructor Summary
Constructors
-
Method Summary
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 Details
-
DateToStringConverter
public DateToStringConverter()
-
Method Details
-
convert
- Specified by:
convert in interface org.springframework.core.convert.converter.Converter<Date,String>