Class RowMapper<T>
- java.lang.Object
 - 
- io.vertx.mutiny.sqlclient.templates.RowMapper<T>
 
 
- 
public class RowMapper<T> extends Object
Map a to an arbitraryTobject. NOTE: This class has been automatically generated from theoriginalnon Mutiny-ified interface using Vert.x codegen. 
- 
- 
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)io.vertx.sqlclient.templates.RowMappergetDelegate()inthashCode()Tmap(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)StringtoString() 
 - 
 
- 
- 
Method Detail
- 
getDelegate
public io.vertx.sqlclient.templates.RowMapper getDelegate()
 
- 
newInstance
public static <T> RowMapper<T> newInstance(io.vertx.sqlclient.templates.RowMapper arg)
 
 - 
 
 -