Class UploadScalar

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

public class UploadScalar extends Object implements MutinyDelegate
NOTE: This class has been automatically generated from the original non Mutiny-ified interface.
See Also:
  • UploadScalar
  • Field Details

  • Constructor Details

    • UploadScalar

      public UploadScalar(io.vertx.ext.web.handler.graphql.UploadScalar delegate)
      Create a new instance of UploadScalar delegating to the given (non-null) instance of UploadScalar.
    • UploadScalar

      public UploadScalar(Object delegate)
  • Method Details

    • getDelegate

      public io.vertx.ext.web.handler.graphql.UploadScalar getDelegate()
      Get the delegate instance.

      This method returns the instance on which this shim is delegating the calls. And so, give you access to the bare API.

      Specified by:
      getDelegate in interface MutinyDelegate
      Returns:
      the delegate instance
    • build

      public static graphql.schema.GraphQLScalarType build()
    • newInstance

      public static UploadScalar newInstance(io.vertx.ext.web.handler.graphql.UploadScalar delegate)
      Creates a new instance of the UploadScalar.
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object