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()
static <T> TupleMapper<T>
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 TupleMapperModifier and TypeMethodDescription<T> SqlTemplate<T,
R> SqlTemplate.mapFrom
(TupleMapper<T> mapper)