Uses of Interface
org.jdbi.v3.core.mapper.ColumnGetter
Packages that use ColumnGetter
Package
Description
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 ColumnGetterMethods in org.jdbi.v3.core.mapper with parameters of type ColumnGetterModifier and TypeMethodDescription(package private) static <Opt,Box> ColumnMapper<?> OptionalMapperFactory.create(ColumnGetter<Box> columnGetter, Supplier<Opt> empty, 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