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.boolean
Deprecated.io.vertx.ext.web.handler.graphql.schema.VertxPropertyDataFetcher
Deprecated.int
hashCode()
Deprecated.static VertxPropertyDataFetcher
newInstance
(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:
getDelegate
in 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.
-