| Package | Description | 
|---|---|
| io.vertx.reactivex.sqlclient.templates | 
| Modifier and Type | Field and Description | 
|---|---|
static io.vertx.lang.rx.TypeArg<TupleMapper> | 
TupleMapper.__TYPE_ARG  | 
| Modifier and Type | Method and Description | 
|---|---|
static TupleMapper<JsonObject> | 
TupleMapper.jsonObject()
Map a  to a . 
 | 
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. 
 | 
static <T> TupleMapper<T> | 
TupleMapper.newInstance(TupleMapper arg)  | 
static <T> TupleMapper<T> | 
TupleMapper.newInstance(TupleMapper arg,
           io.vertx.lang.rx.TypeArg<T> __typeArg_T)  | 
| Modifier and Type | Method and Description | 
|---|---|
<T> SqlTemplate<T,R> | 
SqlTemplate.mapFrom(TupleMapper<T> mapper)
Set a parameters user defined mapping function. 
 | 
Copyright © 2021 Eclipse. All rights reserved.