Class OffsetDateTimeToStringConverter

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

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

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

Since:
6.0.2
Author:
Eunbin Son
  • Constructor Details

    • OffsetDateTimeToStringConverter

      public OffsetDateTimeToStringConverter()
  • Method Details