Class JavaTimeMapperFactory
java.lang.Object
org.jdbi.v3.postgres.JavaTimeMapperFactory
- All Implemented Interfaces:
org.jdbi.v3.core.mapper.ColumnMapperFactory
public class JavaTimeMapperFactory
extends Object
implements org.jdbi.v3.core.mapper.ColumnMapperFactory
Postgres specific mapper factory for Java Time types.
Maps
Maps
Instant as the Postgres driver does not support them with ResultSet.getObject(int).-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
JavaTimeMapperFactory
public JavaTimeMapperFactory()
-
-
Method Details
-
build
-