Interface RowMapper<ID,E>
-
- All Known Implementing Classes:
RowMapperImpl
public interface RowMapper<ID,E>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceRowMapper.Builder<ID,E>
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static <ID,E>
RowMapper.Builder<ID,E>builder(String tableName, Supplier<E> supplier)Emap(io.vertx.sqlclient.Row row)
-
-
-
Method Detail
-
builder
static <ID,E> RowMapper.Builder<ID,E> builder(String tableName, Supplier<E> supplier)
-
map
E map(io.vertx.sqlclient.Row row)
-
-