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