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