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 theoriginalnon Mutiny-ified interface using Vert.x codegen. 
- 
- 
Field Summary
Fields Modifier and Type Field Description static TypeArg<VertxDataFetcher>__TYPE_ARGTypeArg<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 booleanequals(Object o)io.vertx.ext.web.handler.graphql.schema.VertxDataFetchergetDelegate()inthashCode()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)StringtoString() 
 - 
 
- 
- 
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)
 
 - 
 
 -