@Deprecated public class StringToDateConverter extends Object implements Converter<String,Date>
Converter
implementation from String
to Date
.
This converter expects strings in the
DateTimeFormatter.ISO_INSTANT
format.
To be discarded when moving to Boot 3.x and the converters from org.springframework.batch.core.converter used instead.Modifier and Type | Field and Description |
---|---|
protected DateTimeFormatter |
instantFormatter
Deprecated.
|
protected DateTimeFormatter |
localDateFormatter
Deprecated.
|
protected DateTimeFormatter |
localDateTimeFormatter
Deprecated.
|
protected DateTimeFormatter |
localTimeFormatter
Deprecated.
|
Constructor and Description |
---|
StringToDateConverter()
Deprecated.
|
protected DateTimeFormatter instantFormatter
protected DateTimeFormatter localDateFormatter
protected DateTimeFormatter localTimeFormatter
protected DateTimeFormatter localDateTimeFormatter
Copyright © 2024 Pivotal Software, Inc.. All rights reserved.