Class RowMapper<T>
java.lang.Object
io.vertx.mutiny.sqlclient.templates.RowMapper<T>
- All Implemented Interfaces:
MutinyDelegate
Map a to an arbitrary
T
object.
NOTE: This class has been automatically generated from the original
non Mutiny-ified interface using Vert.x codegen.-
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
io.vertx.sqlclient.templates.RowMapper
int
hashCode()
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) toString()
-
Field Details
-
__TYPE_ARG
-
__typeArg_0
-
-
Constructor Details
-
RowMapper
public RowMapper(io.vertx.sqlclient.templates.RowMapper delegate) -
RowMapper
-
RowMapper
-
-
Method Details
-
getDelegate
public io.vertx.sqlclient.templates.RowMapper getDelegate()- Specified by:
getDelegate
in interfaceMutinyDelegate
- Returns:
- the delegate used by this Mutiny object of generated type
-
toString
-
equals
-
hashCode
public int hashCode() -
map
- Parameters:
row
- the row- Returns:
- the object
-
newInstance
-
newInstance
-