Uses of Class
io.vertx.reactivex.sqlclient.templates.TupleMapper
Packages that use TupleMapper
-
Uses of TupleMapper in io.vertx.reactivex.sqlclient.templates
Fields in io.vertx.reactivex.sqlclient.templates with type parameters of type TupleMapperModifier and TypeFieldDescriptionstatic final io.vertx.lang.rx.TypeArg<TupleMapper> TupleMapper.__TYPE_ARGMethods in io.vertx.reactivex.sqlclient.templates that return TupleMapperModifier and TypeMethodDescriptionstatic TupleMapper<JsonObject> TupleMapper.jsonObject()Map a to a .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> TupleMapper.newInstance(TupleMapper arg) static <T> TupleMapper<T> TupleMapper.newInstance(TupleMapper arg, io.vertx.lang.rx.TypeArg<T> __typeArg_T) Methods in io.vertx.reactivex.sqlclient.templates with parameters of type TupleMapperModifier and TypeMethodDescription<T> SqlTemplate<T, R> SqlTemplate.mapFrom(TupleMapper<T> mapper) Set a parameters user defined mapping function.