public class InstantConverter extends Object implements org.jooq.Converter<OffsetDateTime,Instant>
| Constructor and Description |
|---|
InstantConverter() |
| Modifier and Type | Method and Description |
|---|---|
Instant |
from(OffsetDateTime dateTime) |
Class<OffsetDateTime> |
fromType() |
OffsetDateTime |
to(Instant instant) |
Class<Instant> |
toType() |
public Instant from(OffsetDateTime dateTime)
from in interface org.jooq.Converter<OffsetDateTime,Instant>public OffsetDateTime to(Instant instant)
to in interface org.jooq.Converter<OffsetDateTime,Instant>public Class<OffsetDateTime> fromType()
fromType in interface org.jooq.Converter<OffsetDateTime,Instant>public Class<Instant> toType()
toType in interface org.jooq.Converter<OffsetDateTime,Instant>Copyright © 2019. All rights reserved.