@Trait @CompileStatic trait LocalDateTimeConverter extends Object implements TemporalConverter<LocalDateTime>
A trait to convert a LocalDateTime to and from a long
| Type Params | Return Type | Name and description |
|---|---|---|
|
Long |
convert(LocalDateTime value) |
|
LocalDateTime |
convert(Long value) |