public class GuavaOptionalZonedTimeArgumentFactory extends Object implements org.skife.jdbi.v2.tweak.ArgumentFactory<com.google.common.base.Optional<ZonedDateTime>>
| Constructor and Description |
|---|
GuavaOptionalZonedTimeArgumentFactory() |
GuavaOptionalZonedTimeArgumentFactory(Optional<TimeZone> timeZone) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accepts(Class<?> expectedType,
Object value,
org.skife.jdbi.v2.StatementContext ctx) |
org.skife.jdbi.v2.tweak.Argument |
build(Class<?> expectedType,
com.google.common.base.Optional<ZonedDateTime> value,
org.skife.jdbi.v2.StatementContext ctx) |
public GuavaOptionalZonedTimeArgumentFactory()
public boolean accepts(Class<?> expectedType, Object value, org.skife.jdbi.v2.StatementContext ctx)
accepts in interface org.skife.jdbi.v2.tweak.ArgumentFactory<com.google.common.base.Optional<ZonedDateTime>>public org.skife.jdbi.v2.tweak.Argument build(Class<?> expectedType, com.google.common.base.Optional<ZonedDateTime> value, org.skife.jdbi.v2.StatementContext ctx)
build in interface org.skife.jdbi.v2.tweak.ArgumentFactory<com.google.common.base.Optional<ZonedDateTime>>Copyright © 2017. All rights reserved.