Class TupleMapper<T>
java.lang.Object
io.vertx.mutiny.sqlclient.templates.TupleMapper<T>
- All Implemented Interfaces:
MutinyDelegate
Map an arbitrary
T
object to a .
NOTE: This class has been automatically generated from the original
non Mutiny-ified interface using Vert.x codegen.-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionTupleMapper
(io.vertx.sqlclient.templates.TupleMapper delegate) TupleMapper
(io.vertx.sqlclient.templates.TupleMapper delegate, TypeArg<T> typeArg_0) TupleMapper
(Object delegate, TypeArg<T> typeArg_0) -
Method Summary
Modifier and TypeMethodDescriptionboolean
io.vertx.sqlclient.templates.TupleMapper
int
hashCode()
static TupleMapper<io.vertx.core.json.JsonObject>
static <T> TupleMapper<T>
static <T> TupleMapper<T>
newInstance
(io.vertx.sqlclient.templates.TupleMapper arg) static <T> TupleMapper<T>
newInstance
(io.vertx.sqlclient.templates.TupleMapper arg, TypeArg<T> __typeArg_T) toString()
-
Field Details
-
__TYPE_ARG
-
__typeArg_0
-
-
Constructor Details
-
TupleMapper
public TupleMapper(io.vertx.sqlclient.templates.TupleMapper delegate) -
TupleMapper
-
TupleMapper
-
-
Method Details
-
getDelegate
public io.vertx.sqlclient.templates.TupleMapper getDelegate()- Specified by:
getDelegate
in interfaceMutinyDelegate
- Returns:
- the delegate used by this Mutiny object of generated type
-
toString
-
equals
-
hashCode
public int hashCode() -
mapper
- Parameters:
fn
- the function turning a parameters object into a map- Returns:
- the mapper
-
jsonObject
- Returns:
-
map
- Parameters:
mapping
- associates an index to template parameter namesize
- the tuple sizeparams
- the parameters object- Returns:
- the tuple
-
newInstance
-
newInstance
public static <T> TupleMapper<T> newInstance(io.vertx.sqlclient.templates.TupleMapper arg, TypeArg<T> __typeArg_T)
-