Uses of Class
io.vertx.mutiny.sqlclient.templates.RowMapper
- 
Packages that use RowMapper Package Description io.vertx.mutiny.sqlclient.templates  - 
- 
Uses of RowMapper in io.vertx.mutiny.sqlclient.templates
Fields in io.vertx.mutiny.sqlclient.templates with type parameters of type RowMapper Modifier and Type Field Description static TypeArg<RowMapper>RowMapper. __TYPE_ARGMethods in io.vertx.mutiny.sqlclient.templates that return RowMapper Modifier and Type Method Description static <T> RowMapper<T>RowMapper. newInstance(io.vertx.sqlclient.templates.RowMapper arg)static <T> RowMapper<T>RowMapper. newInstance(io.vertx.sqlclient.templates.RowMapper arg, TypeArg<T> __typeArg_T)Methods in io.vertx.mutiny.sqlclient.templates with parameters of type RowMapper Modifier and Type Method Description <U> SqlTemplate<I,RowSet<U>>SqlTemplate. mapTo(RowMapper<U> mapper) 
 -