@Deprecated public class DateToStringConverter extends Object implements Converter<Date,String>
Converter
implementation from Date
to String
.
To be discarded when moving to Boot 3.x and the converters from org.springframework.batch.core.converter used instead.
This converter formats dates according to 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 |
---|
DateToStringConverter()
Deprecated.
|
protected DateTimeFormatter instantFormatter
protected DateTimeFormatter localDateFormatter
protected DateTimeFormatter localTimeFormatter
protected DateTimeFormatter localDateTimeFormatter
Copyright © 2024 Pivotal Software, Inc.. All rights reserved.