Class DateToStringConverter
java.lang.Object
org.springframework.batch.core.converter.DateToStringConverter
public class DateToStringConverter
extends Object
implements org.springframework.core.convert.converter.Converter<Date,String>
Converter
implementation from Date
to String
.
This converter formats dates according to the
DateTimeFormatter.ISO_INSTANT
format.
- Since:
- 5.0.1
- Author:
- Mahmoud Ben Hassine
-
Field Summary
Modifier and TypeFieldDescriptionprotected DateTimeFormatter
protected DateTimeFormatter
protected DateTimeFormatter
protected DateTimeFormatter
-
Constructor Summary
-
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