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 RowMapperModifier and TypeFieldDescriptionstatic final io.vertx.lang.rx.TypeArg<RowMapper> RowMapper.__TYPE_ARGMethods 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, io.vertx.lang.rx.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.