Uses of Class
io.vertx.mutiny.sqlclient.templates.TupleMapper
- 
Packages that use TupleMapper Package Description io.vertx.mutiny.sqlclient.templates  - 
- 
Uses of TupleMapper in io.vertx.mutiny.sqlclient.templates
Fields in io.vertx.mutiny.sqlclient.templates with type parameters of type TupleMapper Modifier and Type Field Description static TypeArg<TupleMapper>TupleMapper. __TYPE_ARGMethods in io.vertx.mutiny.sqlclient.templates that return TupleMapper Modifier and Type Method Description static TupleMapper<io.vertx.core.json.JsonObject>TupleMapper. jsonObject()static <T> TupleMapper<T>TupleMapper. mapper(Function<T,Map<String,Object>> fn)static <T> TupleMapper<T>TupleMapper. newInstance(io.vertx.sqlclient.templates.TupleMapper arg)static <T> TupleMapper<T>TupleMapper. newInstance(io.vertx.sqlclient.templates.TupleMapper arg, TypeArg<T> __typeArg_T)Methods in io.vertx.mutiny.sqlclient.templates with parameters of type TupleMapper Modifier and Type Method Description <T> SqlTemplate<T,R>SqlTemplate. mapFrom(TupleMapper<T> mapper) 
 -