Class StringToLocalDateTimeConverter

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

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

This converter expects strings in the DateTimeFormatter.ISO_LOCAL_DATE_TIME format.

Since:
5.0.1
Author:
Mahmoud Ben Hassine
  • Field Details

  • Constructor Details

    • StringToLocalDateTimeConverter

      public StringToLocalDateTimeConverter()
  • Method Details