public class RowMapper<T> extends Object
T
object.
NOTE: This class has been automatically generated from the original
non RX-ified interface using Vert.x codegen.Modifier and Type | Field and Description |
---|---|
static TypeArg<RowMapper> |
__TYPE_ARG |
TypeArg<T> |
__typeArg_0 |
Constructor and Description |
---|
RowMapper(Object delegate,
TypeArg<T> typeArg_0) |
RowMapper(io.vertx.sqlclient.templates.RowMapper delegate) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
io.vertx.sqlclient.templates.RowMapper |
getDelegate() |
int |
hashCode() |
T |
map(Row row)
Build a
T representation of the given 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() |
Copyright © 2020 Eclipse. All rights reserved.