Class VertxPropertyDataFetcher

java.lang.Object
io.vertx.mutiny.ext.web.handler.graphql.schema.VertxPropertyDataFetcher
All Implemented Interfaces:
MutinyDelegate

@Deprecated public class VertxPropertyDataFetcher extends Object implements 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 Details

  • Constructor Details

    • VertxPropertyDataFetcher

      public VertxPropertyDataFetcher(io.vertx.ext.web.handler.graphql.schema.VertxPropertyDataFetcher delegate)
      Deprecated.
    • VertxPropertyDataFetcher

      public VertxPropertyDataFetcher(Object delegate)
      Deprecated.
  • Method Details

    • getDelegate

      public io.vertx.ext.web.handler.graphql.schema.VertxPropertyDataFetcher getDelegate()
      Deprecated.
      Specified by:
      getDelegate in interface MutinyDelegate
      Returns:
      the delegate used by this Mutiny object of generated type
    • toString

      public String toString()
      Deprecated.
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object o)
      Deprecated.
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Deprecated.
      Overrides:
      hashCode in class Object
    • create

      @Deprecated public static graphql.schema.PropertyDataFetcher<Object> create(String propertyName)
      Deprecated.
    • newInstance

      public static VertxPropertyDataFetcher newInstance(io.vertx.ext.web.handler.graphql.schema.VertxPropertyDataFetcher arg)
      Deprecated.