Class TupleMapper<T>
java.lang.Object
io.vertx.reactivex.sqlclient.templates.TupleMapper<T>
- All Implemented Interfaces:
io.vertx.lang.rx.RxDelegate
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final io.vertx.lang.rx.TypeArg<TupleMapper> final io.vertx.lang.rx.TypeArg<T> -
Constructor Summary
ConstructorsConstructorDescriptionTupleMapper(TupleMapper delegate) TupleMapper(Object delegate, io.vertx.lang.rx.TypeArg<T> typeArg_0) -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()static TupleMapper<JsonObject> Map a to a .The internal mapper contract that builds a tuple.static <T> TupleMapper<T> Create a mapper that associates a parameters object to a map of named parameters to their respective value.static <T> TupleMapper<T> newInstance(TupleMapper arg) static <T> TupleMapper<T> newInstance(TupleMapper arg, io.vertx.lang.rx.TypeArg<T> __typeArg_T) toString()
-
Field Details
-
__TYPE_ARG
-
__typeArg_0
-
-
Constructor Details
-
TupleMapper
-
TupleMapper
-
-
Method Details
-
toString
-
equals
-
hashCode
-
getDelegate
- Specified by:
getDelegatein interfaceio.vertx.lang.rx.RxDelegate
-
mapper
Create a mapper that associates a parameters object to a map of named parameters to their respective value.- Parameters:
fn- the function turning a parameters object into a map- Returns:
- the mapper
-
jsonObject
-
map
-
newInstance
-
newInstance
public static <T> TupleMapper<T> newInstance(TupleMapper arg, io.vertx.lang.rx.TypeArg<T> __typeArg_T)
-