Interface RowMapper<T>

Type Parameters:
T - the mapped type.
All Known Subinterfaces:
RowViewMapper<T>
All Known Implementing Classes:
BeanMapper, ConstructorMapper, FieldMapper, JoinRowMapper, JpaMapper, MapEntryMapper, MapMapper, org.jdbi.v3.core.mapper.reflect.internal.PojoMapper, SingleColumnMapper
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface RowMapper<T>
Maps result set rows to objects.
See Also: