Class RowMapper<T>
- java.lang.Object
-
- io.vertx.reactivex.sqlclient.templates.RowMapper<T>
-
- All Implemented Interfaces:
RxDelegate
public class RowMapper<T> extends Object implements RxDelegate
Map a to an arbitraryTobject.NOTE: This class has been automatically generated from the
originalnon RX-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)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()
-
-
-
Method Detail
-
getDelegate
public RowMapper getDelegate()
- Specified by:
getDelegatein interfaceRxDelegate
-
map
public T map(Row row)
Build aTrepresentation of the givenrow- Parameters:
row- the row- Returns:
- the object
-
-