Class RowMapper<T>
- java.lang.Object
-
- io.vertx.mutiny.sqlclient.templates.RowMapper<T>
-
public class RowMapper<T> extends Object
Map a to an arbitraryTobject. NOTE: This class has been automatically generated from theoriginalnon Mutiny-ified interface using Vert.x codegen.
-
-
Field Summary
Fields Modifier and Type Field Description static io.smallrye.mutiny.vertx.TypeArg<RowMapper>__TYPE_ARGio.smallrye.mutiny.vertx.TypeArg<T>__typeArg_0
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)io.vertx.sqlclient.templates.RowMappergetDelegate()inthashCode()Tmap(Row row)static <T> RowMapper<T>newInstance(io.vertx.sqlclient.templates.RowMapper arg)static <T> RowMapper<T>newInstance(io.vertx.sqlclient.templates.RowMapper arg, io.smallrye.mutiny.vertx.TypeArg<T> __typeArg_T)StringtoString()
-
-
-
Constructor Detail
-
RowMapper
public RowMapper(io.vertx.sqlclient.templates.RowMapper delegate)
-
RowMapper
public RowMapper(io.vertx.sqlclient.templates.RowMapper delegate, io.smallrye.mutiny.vertx.TypeArg<T> typeArg_0)
-
-
Method Detail
-
getDelegate
public io.vertx.sqlclient.templates.RowMapper getDelegate()
-
newInstance
public static <T> RowMapper<T> newInstance(io.vertx.sqlclient.templates.RowMapper arg)
-
newInstance
public static <T> RowMapper<T> newInstance(io.vertx.sqlclient.templates.RowMapper arg, io.smallrye.mutiny.vertx.TypeArg<T> __typeArg_T)
-
-