Class GenericRowMapper<T>

java.lang.Object
org.itsallcode.jdbc.resultset.generic.GenericRowMapper<T>
Type Parameters:
T - generic row type
All Implemented Interfaces:
RowMapper<T>

public class GenericRowMapper<T> extends Object implements RowMapper<T>
This ContextRowMapper converts a row to the generic Row type.