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