Interface DatabaseAPI.RowMapper<T>
- Type Parameters:
- T- The type of object returned
- Enclosing interface:
- DatabaseAPI
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Maps database Row to an object.
- 
Method Summary
- 
Method Details- 
mapRowMap a row to an object.- Parameters:
- row- The row to map.
- Returns:
- The object created from the row.
 
 
-