| Class | Description |
|---|---|
| InstantToLongConverter | A class to implement org.springframework.core.convert.converter.Converter for java.time.Instant to Long |
| LocalDateTimeToLongConverter | A class to implement org.springframework.core.convert.converter.Converter for java.time.LocalDateTime to Long |
| LocalDateToLongConverter | A class to implement org.springframework.core.convert.converter.Converter for java.time.LocalDate to Long |
| LocalTimeToLongConverter | A class to implement org.springframework.core.convert.converter.Converter for java.time.LocalTime to Long |
| LongToInstantConverter | A class to implement org.springframework.core.convert.converter.Converter for Long to java.time.Instant |
| LongToLocalDateConverter | A class to implement org.springframework.core.convert.converter.Converter for Long to java.time.LocalDate |
| LongToLocalDateTimeConverter | A class to implement org.springframework.core.convert.converter.Converter for Long to java.time.LocalDateTime |
| LongToLocalTimeConverter | A class to implement org.springframework.core.convert.converter.Converter for Long to java.time.LocalTime |
| LongToOffsetDateTimeConverter | A class to implement org.springframework.core.convert.converter.Converter for Long to java.time.OffsetDateTime |
| LongToOffsetTimeConverter | A class to implement org.springframework.core.convert.converter.Converter for Long to java.time.OffsetTime |
| LongToZonedDateTimeConverter | A class to implement org.springframework.core.convert.converter.Converter for Long to java.time.ZonedDateTime |
| OffsetDateTimeToLongConverter | A class to implement org.springframework.core.convert.converter.Converter for java.time.OffsetDateTime to Long |
| OffsetTimeToLongConverter | A class to implement org.springframework.core.convert.converter.Converter for java.time.OffsetTime to Long |
| PeriodToStringConverter | A class to implement org.springframework.core.convert.converter.Converter for java.time.Period to String |
| StringToPeriodConverter | A class to implement org.springframework.core.convert.converter.Converter for String to java.time.Period |
| ZonedDateTimeToLongConverter | A class to implement org.springframework.core.convert.converter.Converter for java.time.ZonedDateTime to Long |