Uses of Interface
org.jdbi.v3.core.mapper.ColumnGetter
-
Packages that use ColumnGetter Package Description org.jdbi.v3.core.mapper mappers take the JDBC ResultSet and produce Java results. -
-
Uses of ColumnGetter in org.jdbi.v3.core.mapper
Fields in org.jdbi.v3.core.mapper declared as ColumnGetter Modifier and Type Field Description private ColumnGetter<T>GetterMapper. getterMethods in org.jdbi.v3.core.mapper with parameters of type ColumnGetter Modifier and Type Method Description (package private) static <Opt,Box>
ColumnMapper<?>OptionalMapperFactory. create(ColumnGetter<Box> columnGetter, java.util.function.Supplier<Opt> empty, java.util.function.Function<Box,Opt> present)private static <T> ColumnMapper<T>PrimitiveMapperFactory. primitiveMapper(ColumnGetter<T> getter)Constructors in org.jdbi.v3.core.mapper with parameters of type ColumnGetter Constructor Description GetterMapper(ColumnGetter<T> getter)
-