Class RowMapper<T>
java.lang.Object
io.vertx.rxjava3.sqlclient.templates.RowMapper<T>
- All Implemented Interfaces:
RxDelegate
Map a to an arbitrary
T object.
NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.
-
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()Build aTrepresentation of the givenrowstatic <T> RowMapper<T>newInstance(RowMapper arg) static <T> RowMapper<T>newInstance(RowMapper arg, TypeArg<T> __typeArg_T) toString()
-
Field Details
-
__TYPE_ARG
-
__typeArg_0
-
-
Constructor Details
-
RowMapper
-
RowMapper
-
-
Method Details
-
toString
-
equals
-
hashCode
public int hashCode() -
getDelegate
- Specified by:
getDelegatein interfaceRxDelegate
-
map
Build aTrepresentation of the givenrow- Parameters:
row- the row- Returns:
- the object
-
newInstance
-
newInstance
-