Uses of Class
io.vertx.mutiny.sqlclient.templates.TupleMapper
Packages that use TupleMapper
-
Uses of TupleMapper in io.vertx.mutiny.sqlclient.templates
Fields in io.vertx.mutiny.sqlclient.templates with type parameters of type TupleMapperMethods in io.vertx.mutiny.sqlclient.templates that return TupleMapperModifier and TypeMethodDescriptionstatic TupleMapper<io.vertx.core.json.JsonObject>TupleMapper.jsonObject()Map aJsonObjectto aTuple.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(io.vertx.sqlclient.templates.TupleMapper<T> delegate) Creates a new instance of theTupleMapper.static <T> TupleMapper<T>TupleMapper.newInstance(io.vertx.sqlclient.templates.TupleMapper<T> delegate, TypeArg<T> typeArg_0) Creates a new instance of theTupleMapper.Methods in io.vertx.mutiny.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.