Class RowMapper<T>
- java.lang.Object
-
- io.vertx.reactivex.sqlclient.templates.RowMapper<T>
-
-
Field Summary
Fields Modifier and Type Field Description static TypeArg<RowMapper>__TYPE_ARGTypeArg<T>__typeArg_0
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)RowMappergetDelegate()inthashCode()Tmap(Row row)Build aTrepresentation of the givenrowstatic <T> RowMapper<T>newInstance(RowMapper arg)static <T> RowMapper<T>newInstance(RowMapper arg, TypeArg<T> __typeArg_T)StringtoString()
-