Class RowMapper<T>
- java.lang.Object
-
- io.vertx.reactivex.sqlclient.templates.RowMapper<T>
-
-
Field Summary
Fields Modifier and Type Field Description static io.vertx.lang.rx.TypeArg<RowMapper>
__TYPE_ARG
io.vertx.lang.rx.TypeArg<T>
__typeArg_0
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
RowMapper
getDelegate()
int
hashCode()
T
map(Row row)
Build aT
representation of the givenrow
static <T> RowMapper<T>
newInstance(RowMapper arg)
static <T> RowMapper<T>
newInstance(RowMapper arg, io.vertx.lang.rx.TypeArg<T> __typeArg_T)
String
toString()
-