Uses of Interface
io.vertx.sqlclient.templates.TupleMapper
-
Packages that use TupleMapper Package Description io.vertx.reactivex.sqlclient.templates io.vertx.rxjava3.sqlclient.templates io.vertx.sqlclient.templates -
-
Uses of TupleMapper in io.vertx.reactivex.sqlclient.templates
Methods in io.vertx.reactivex.sqlclient.templates that return TupleMapper Modifier and Type Method Description TupleMapper
TupleMapper. getDelegate()
Methods in io.vertx.reactivex.sqlclient.templates with parameters of type TupleMapper Modifier and Type Method Description static <T> TupleMapper<T>
TupleMapper. newInstance(TupleMapper arg)
static <T> TupleMapper<T>
TupleMapper. newInstance(TupleMapper arg, io.vertx.lang.rx.TypeArg<T> __typeArg_T)
Constructors in io.vertx.reactivex.sqlclient.templates with parameters of type TupleMapper Constructor Description TupleMapper(TupleMapper delegate)
-
Uses of TupleMapper in io.vertx.rxjava3.sqlclient.templates
Methods in io.vertx.rxjava3.sqlclient.templates that return TupleMapper Modifier and Type Method Description TupleMapper
TupleMapper. getDelegate()
Methods in io.vertx.rxjava3.sqlclient.templates with parameters of type TupleMapper Modifier and Type Method Description static <T> TupleMapper<T>
TupleMapper. newInstance(TupleMapper arg)
static <T> TupleMapper<T>
TupleMapper. newInstance(TupleMapper arg, io.vertx.lang.rx.TypeArg<T> __typeArg_T)
Constructors in io.vertx.rxjava3.sqlclient.templates with parameters of type TupleMapper Constructor Description TupleMapper(TupleMapper delegate)
-
Uses of TupleMapper in io.vertx.sqlclient.templates
Methods in io.vertx.sqlclient.templates that return TupleMapper Modifier and Type Method Description static TupleMapper<JsonObject>
TupleMapper. jsonObject()
Map aJsonObject
to aTuple
.static <T> TupleMapper<T>
TupleMapper. mapper(java.util.function.Function<T,Map<String,Object>> fn)
Create a mapper that associates a parameters object to a map of named parameters to their respective value.Methods in io.vertx.sqlclient.templates with parameters of type TupleMapper Modifier and Type Method Description <T> SqlTemplate<T,R>
SqlTemplate. mapFrom(TupleMapper<T> mapper)
Set a parameters user defined mapping function.
-