Class VertxDataFetcher<T>
- java.lang.Object
-
- io.vertx.mutiny.ext.web.handler.graphql.schema.VertxDataFetcher<T>
-
public class VertxDataFetcher<T> 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<VertxDataFetcher>
__TYPE_ARG
TypeArg<T>
__typeArg_0
-
Constructor Summary
Constructors Constructor Description VertxDataFetcher(io.vertx.ext.web.handler.graphql.schema.VertxDataFetcher delegate)
VertxDataFetcher(io.vertx.ext.web.handler.graphql.schema.VertxDataFetcher delegate, TypeArg<T> typeArg_0)
VertxDataFetcher(Object delegate, TypeArg<T> typeArg_0)
-
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.schema.VertxDataFetcher
getDelegate()
int
hashCode()
static <T> VertxDataFetcher<T>
newInstance(io.vertx.ext.web.handler.graphql.schema.VertxDataFetcher arg)
static <T> VertxDataFetcher<T>
newInstance(io.vertx.ext.web.handler.graphql.schema.VertxDataFetcher arg, TypeArg<T> __typeArg_T)
String
toString()
-
-
-
Field Detail
-
__TYPE_ARG
public static final TypeArg<VertxDataFetcher> __TYPE_ARG
-
-
Method Detail
-
getDelegate
public io.vertx.ext.web.handler.graphql.schema.VertxDataFetcher getDelegate()
-
newInstance
public static <T> VertxDataFetcher<T> newInstance(io.vertx.ext.web.handler.graphql.schema.VertxDataFetcher arg)
-
newInstance
public static <T> VertxDataFetcher<T> newInstance(io.vertx.ext.web.handler.graphql.schema.VertxDataFetcher arg, TypeArg<T> __typeArg_T)
-
-