Class EntityRowMapper<T>

java.lang.Object
org.springframework.data.r2dbc.convert.EntityRowMapper<T>
All Implemented Interfaces:
BiFunction<Row,RowMetadata,T>

public class EntityRowMapper<T> extends Object implements BiFunction<Row,RowMetadata,T>
Maps a Row to an entity of type T, including entities referenced.
Author:
Mark Paluch, Ryland Degnan