Class ZonedDateTimeToStringConverter

java.lang.Object
org.springframework.batch.core.converter.ZonedDateTimeToStringConverter
All Implemented Interfaces:
org.springframework.core.convert.converter.Converter<ZonedDateTime, String>

public class ZonedDateTimeToStringConverter extends Object implements org.springframework.core.convert.converter.Converter<ZonedDateTime, String>
Converter implementation from ZonedDateTime to String.

This converter formats dates according to the DateTimeFormatter.ISO_ZONED_DATE_TIME format.

Since:
6.0.2
Author:
Eunbin Son
  • Constructor Details

    • ZonedDateTimeToStringConverter

      public ZonedDateTimeToStringConverter()
  • Method Details