Class StringToDateConverter
java.lang.Object
org.springframework.batch.core.converter.StringToDateConverter
public class StringToDateConverter
extends Object
implements org.springframework.core.convert.converter.Converter<String,Date>
Converter
implementation from String
to Date
.
This converter expects strings in 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