Class VertxPropertyDataFetcher
java.lang.Object
io.vertx.mutiny.ext.web.handler.graphql.schema.VertxPropertyDataFetcher
- All Implemented Interfaces:
MutinyDelegate
Extends so that properties can be read from a .
NOTE: This class has been automatically generated from the
original non Mutiny-ified interface using Vert.x codegen.-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionVertxPropertyDataFetcher(io.vertx.ext.web.handler.graphql.schema.VertxPropertyDataFetcher delegate) VertxPropertyDataFetcher(Object delegate) -
Method Summary
Modifier and TypeMethodDescriptionstatic graphql.schema.PropertyDataFetcher<Object>Deprecated.booleanio.vertx.ext.web.handler.graphql.schema.VertxPropertyDataFetcherinthashCode()static VertxPropertyDataFetchernewInstance(io.vertx.ext.web.handler.graphql.schema.VertxPropertyDataFetcher arg) toString()
-
Field Details
-
__TYPE_ARG
-
-
Constructor Details
-
VertxPropertyDataFetcher
public VertxPropertyDataFetcher(io.vertx.ext.web.handler.graphql.schema.VertxPropertyDataFetcher delegate) -
VertxPropertyDataFetcher
-
-
Method Details
-
getDelegate
public io.vertx.ext.web.handler.graphql.schema.VertxPropertyDataFetcher getDelegate()- Specified by:
getDelegatein interfaceMutinyDelegate- Returns:
- the delegate used by this Mutiny object of generated type
-
toString
-
equals
-
hashCode
public int hashCode() -
create
Deprecated. -
newInstance
public static VertxPropertyDataFetcher newInstance(io.vertx.ext.web.handler.graphql.schema.VertxPropertyDataFetcher arg)
-