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(RowMapper delegate) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
RowMapper |
getDelegate() |
int |
hashCode() |
T |
map(Row row)
Build a
T representation of the given row |
static <T> RowMapper<T> |
newInstance(RowMapper arg) |
static <T> RowMapper<T> |
newInstance(RowMapper arg,
TypeArg<T> __typeArg_T) |
String |
toString() |
Copyright © 2020 Eclipse. All rights reserved.