public class UtcInstantConverter extends Object implements org.jooq.Converter<LocalDateTime,Instant>
| Constructor and Description |
|---|
UtcInstantConverter() |
| Modifier and Type | Method and Description |
|---|---|
Instant |
from(LocalDateTime when) |
Class<LocalDateTime> |
fromType() |
LocalDateTime |
to(Instant when) |
Class<Instant> |
toType() |
public Class<LocalDateTime> fromType()
fromType in interface org.jooq.Converter<LocalDateTime,Instant>public Class<Instant> toType()
toType in interface org.jooq.Converter<LocalDateTime,Instant>public Instant from(LocalDateTime when)
from in interface org.jooq.Converter<LocalDateTime,Instant>public LocalDateTime to(Instant when)
to in interface org.jooq.Converter<LocalDateTime,Instant>Copyright © 2003–2018. All rights reserved.