Class VertxPropertyDataFetcher
java.lang.Object
io.vertx.mutiny.ext.web.handler.graphql.schema.VertxPropertyDataFetcher
- All Implemented Interfaces:
MutinyDelegate
Deprecated.
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) Deprecated.VertxPropertyDataFetcher(Object delegate) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionstatic graphql.schema.PropertyDataFetcher<Object>Deprecated.booleanDeprecated.io.vertx.ext.web.handler.graphql.schema.VertxPropertyDataFetcherDeprecated.inthashCode()Deprecated.static VertxPropertyDataFetchernewInstance(io.vertx.ext.web.handler.graphql.schema.VertxPropertyDataFetcher arg) Deprecated.toString()Deprecated.
-
Field Details
-
__TYPE_ARG
Deprecated.
-
-
Constructor Details
-
VertxPropertyDataFetcher
public VertxPropertyDataFetcher(io.vertx.ext.web.handler.graphql.schema.VertxPropertyDataFetcher delegate) Deprecated. -
VertxPropertyDataFetcher
Deprecated.
-
-
Method Details
-
getDelegate
public io.vertx.ext.web.handler.graphql.schema.VertxPropertyDataFetcher getDelegate()Deprecated.- Specified by:
getDelegatein interfaceMutinyDelegate- Returns:
- the delegate used by this Mutiny object of generated type
-
toString
Deprecated. -
equals
Deprecated. -
hashCode
public int hashCode()Deprecated. -
create
Deprecated. -
newInstance
public static VertxPropertyDataFetcher newInstance(io.vertx.ext.web.handler.graphql.schema.VertxPropertyDataFetcher arg) Deprecated.
-