Add converters for Java 8 date/time types
fmbenhassine opened this issue · 0 comments
fmbenhassine commented
With Java 8 as base line for v6, Easy Batch should provide org.jeasy.batch.core.converter.TypeConverter
implementations for Java 8 Date/Time classes (at least the most commonly used ones: LocalDate
, LocalTime
and LocalDateTime
).