Class RowMapper<T>
- java.lang.Object
-
- io.vertx.mutiny.sqlclient.templates.RowMapper<T>
-
public class RowMapper<T> extends Object
Map a to an arbitraryT
object. NOTE: This class has been automatically generated from theoriginal
non Mutiny-ified interface using Vert.x codegen.
-
-
Field Summary
Fields Modifier and Type Field Description static TypeArg<RowMapper>
__TYPE_ARG
TypeArg<T>
__typeArg_0
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
io.vertx.sqlclient.templates.RowMapper
getDelegate()
int
hashCode()
T
map(Row row)
static <T> RowMapper<T>
newInstance(io.vertx.sqlclient.templates.RowMapper arg)
static <T> RowMapper<T>
newInstance(io.vertx.sqlclient.templates.RowMapper arg, TypeArg<T> __typeArg_T)
String
toString()
-
-
-
Method Detail
-
getDelegate
public io.vertx.sqlclient.templates.RowMapper getDelegate()
-
newInstance
public static <T> RowMapper<T> newInstance(io.vertx.sqlclient.templates.RowMapper arg)
-
-