Uses of Class
io.vertx.mutiny.ext.web.handler.graphql.dataloader.VertxBatchLoader
-
Packages that use VertxBatchLoader Package Description io.vertx.mutiny.ext.web.handler.graphql.dataloader -
-
Uses of VertxBatchLoader in io.vertx.mutiny.ext.web.handler.graphql.dataloader
Fields in io.vertx.mutiny.ext.web.handler.graphql.dataloader with type parameters of type VertxBatchLoader Modifier and Type Field Description static TypeArg<VertxBatchLoader>
VertxBatchLoader. __TYPE_ARG
Methods in io.vertx.mutiny.ext.web.handler.graphql.dataloader that return VertxBatchLoader Modifier and Type Method Description static <K,V>
VertxBatchLoader<K,V>VertxBatchLoader. newInstance(io.vertx.ext.web.handler.graphql.dataloader.VertxBatchLoader arg)
static <K,V>
VertxBatchLoader<K,V>VertxBatchLoader. newInstance(io.vertx.ext.web.handler.graphql.dataloader.VertxBatchLoader arg, TypeArg<K> __typeArg_K, TypeArg<V> __typeArg_V)
-