Package | Description |
---|---|
io.vertx.sqlclient.templates |
Modifier and Type | Method and Description |
---|---|
static TupleMapper<io.vertx.core.json.JsonObject> |
TupleMapper.jsonObject()
Map a
JsonObject to a Tuple . |
static <T> TupleMapper<T> |
TupleMapper.mapper(Function<T,Map<String,Object>> fn)
Create a mapper that associates a parameters object to a map of named parameters to
their respective value.
|
Modifier and Type | Method and Description |
---|---|
<T> SqlTemplate<T,R> |
SqlTemplate.mapFrom(TupleMapper<T> mapper)
Set a parameters user defined mapping function.
|
Copyright © 2020 Eclipse. All rights reserved.