Interface GenericRowMapper.ColumnValuesConverter<T>

Type Parameters:
T - generic row type
Enclosing class:
GenericRowMapper<T>
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

A simplified row mapper that gets a list of column values as input.
  • Method Summary

    Modifier and Type
    Method
    Description
    mapRow(Row row)
    Convert a single row.
  • Method Details

    • mapRow

      T mapRow(Row row)
      Convert a single row.
      Parameters:
      row - column values
      Returns:
      converted object