Class RowMapper<T>
java.lang.Object
io.vertx.mutiny.sqlclient.templates.RowMapper<T>
- All Implemented Interfaces:
MutinyDelegate
Map a
Row to an arbitrary T object.
NOTE: This class has been automatically generated from the original non Mutiny-ified interface.
- See Also:
-
RowMapper
-
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
ConstructorsConstructorDescriptionCreate a new instance ofRowMapperdelegating to the given (non-null) instance ofRowMapper. -
Method Summary
Modifier and TypeMethodDescriptionbooleanio.vertx.sqlclient.templates.RowMapper<T>Get the delegate instance.inthashCode()Build aTrepresentation of the givenrowstatic <T> RowMapper<T>newInstance(io.vertx.sqlclient.templates.RowMapper<T> delegate) Creates a new instance of theRowMapper.static <T> RowMapper<T>newInstance(io.vertx.sqlclient.templates.RowMapper<T> delegate, TypeArg<T> typeArg_0) Creates a new instance of theRowMapper.toString()
-
Field Details
-
__TYPE_ARG
-
__typeArg_0
-
-
Constructor Details
-
RowMapper
Create a new instance ofRowMapperdelegating to the given (non-null) instance ofRowMapper. -
RowMapper
-
RowMapper
-
-
Method Details
-
getDelegate
Get the delegate instance.This method returns the instance on which this shim is delegating the calls. And so, give you access to the bare API.
- Specified by:
getDelegatein interfaceMutinyDelegate- Returns:
- the delegate instance
-
map
Build aTrepresentation of the givenrow- Parameters:
row- the row- Returns:
- the object
-
newInstance
Creates a new instance of theRowMapper. -
newInstance
public static <T> RowMapper<T> newInstance(io.vertx.sqlclient.templates.RowMapper<T> delegate, TypeArg<T> typeArg_0) Creates a new instance of theRowMapper. -
hashCode
public int hashCode() -
equals
-
toString
-