Trait |
Description |
InstantConverter
|
A trait to convert a java.time.Instant to and from a long |
LocalDateConverter
|
A trait to convert a java.time.LocalDate to and from a long |
LocalDateTimeConverter
|
A trait to convert a java.time.LocalDateTime to and from a long |
LocalTimeConverter
|
A trait to convert a java.time.LocalTime to and from a long |
OffsetDateTimeConverter
|
A trait to convert a java.time.OffsetDateTime to and from a long |
OffsetTimeConverter
|
A trait to convert a java.time.OffsetTime to and from a long |
PeriodConverter
|
A trait to convert a java.time.Period to and from a String |
TemporalConverter
|
|
ZonedDateTimeConverter
|
A trait to convert a java.time.ZonedDateTime to and from a long |