Class UploadScalar

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

public class UploadScalar extends Object implements MutinyDelegate
  • Field Details

  • Constructor Details

    • UploadScalar

      public UploadScalar(io.vertx.ext.web.handler.graphql.UploadScalar delegate)
    • UploadScalar

      public UploadScalar(Object delegate)
  • Method Details

    • getDelegate

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

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

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

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

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

      public static UploadScalar newInstance(io.vertx.ext.web.handler.graphql.UploadScalar arg)