Class VertxMappedBatchLoader<K,V>
- java.lang.Object
-
- io.vertx.mutiny.ext.web.handler.graphql.dataloader.VertxMappedBatchLoader<K,V>
-
public class VertxMappedBatchLoader<K,V> extends Object
A that works well with Vert.x callback and based APIs. NOTE: This class has been automatically generated from theoriginal
non Mutiny-ified interface using Vert.x codegen.
-
-
Field Summary
Fields Modifier and Type Field Description static TypeArg<VertxMappedBatchLoader>
__TYPE_ARG
TypeArg<K>
__typeArg_0
TypeArg<V>
__typeArg_1
-
Constructor Summary
Constructors Constructor Description VertxMappedBatchLoader(io.vertx.ext.web.handler.graphql.dataloader.VertxMappedBatchLoader delegate)
VertxMappedBatchLoader(io.vertx.ext.web.handler.graphql.dataloader.VertxMappedBatchLoader delegate, TypeArg<K> typeArg_0, TypeArg<V> typeArg_1)
VertxMappedBatchLoader(Object delegate, TypeArg<K> typeArg_0, TypeArg<V> typeArg_1)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
io.vertx.ext.web.handler.graphql.dataloader.VertxMappedBatchLoader
getDelegate()
int
hashCode()
static <K,V>
VertxMappedBatchLoader<K,V>newInstance(io.vertx.ext.web.handler.graphql.dataloader.VertxMappedBatchLoader arg)
static <K,V>
VertxMappedBatchLoader<K,V>newInstance(io.vertx.ext.web.handler.graphql.dataloader.VertxMappedBatchLoader arg, TypeArg<K> __typeArg_K, TypeArg<V> __typeArg_V)
String
toString()
-
-
-
Method Detail
-
getDelegate
public io.vertx.ext.web.handler.graphql.dataloader.VertxMappedBatchLoader getDelegate()
-
newInstance
public static <K,V> VertxMappedBatchLoader<K,V> newInstance(io.vertx.ext.web.handler.graphql.dataloader.VertxMappedBatchLoader arg)
-
newInstance
public static <K,V> VertxMappedBatchLoader<K,V> newInstance(io.vertx.ext.web.handler.graphql.dataloader.VertxMappedBatchLoader arg, TypeArg<K> __typeArg_K, TypeArg<V> __typeArg_V)
-
-