public class LocalDateTimeArgumentFactory extends Object implements org.skife.jdbi.v2.tweak.ArgumentFactory<java.time.LocalDateTime>
ArgumentFactory
for LocalDateTime
arguments.Constructor and Description |
---|
LocalDateTimeArgumentFactory() |
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,
java.time.LocalDateTime value,
org.skife.jdbi.v2.StatementContext ctx) |
public boolean accepts(Class<?> expectedType, Object value, org.skife.jdbi.v2.StatementContext ctx)
accepts
in interface org.skife.jdbi.v2.tweak.ArgumentFactory<java.time.LocalDateTime>
public org.skife.jdbi.v2.tweak.Argument build(Class<?> expectedType, java.time.LocalDateTime value, org.skife.jdbi.v2.StatementContext ctx)
build
in interface org.skife.jdbi.v2.tweak.ArgumentFactory<java.time.LocalDateTime>
Copyright © 2014. All rights reserved.