Uses of Class
io.vertx.rxjava3.sqlclient.templates.RowMapper
Packages that use RowMapper
-
Uses of RowMapper in io.vertx.rxjava3.sqlclient.templates
Fields in io.vertx.rxjava3.sqlclient.templates with type parameters of type RowMapperMethods in io.vertx.rxjava3.sqlclient.templates that return RowMapperModifier and TypeMethodDescriptionstatic <T> RowMapper<T>RowMapper.newInstance(RowMapper arg) static <T> RowMapper<T>RowMapper.newInstance(RowMapper arg, TypeArg<T> __typeArg_T) Methods in io.vertx.rxjava3.sqlclient.templates with parameters of type RowMapperModifier and TypeMethodDescription<U> SqlTemplate<I,RowSet<U>> Set a row user defined mapping function.