Class GraphiQLHandlerBuilder

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

public class GraphiQLHandlerBuilder extends Object implements MutinyDelegate
A builder for GraphiQLHandler instances.

NOTE: This class has been automatically generated from the original non Mutiny-ified interface using Vert.x codegen.

  • Field Details

  • Constructor Details

    • GraphiQLHandlerBuilder

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

      public GraphiQLHandlerBuilder(Object delegate)
  • Method Details

    • getDelegate

      public io.vertx.ext.web.handler.graphql.GraphiQLHandlerBuilder 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
    • with

      public GraphiQLHandlerBuilder with(io.vertx.ext.web.handler.graphql.GraphiQLHandlerOptions options)
      Parameters:
      options -
      Returns:
      a reference to this, so the API can be used fluently
    • addingHeaders

      public GraphiQLHandlerBuilder addingHeaders(Function<RoutingContext,MultiMap> factory)
      Parameters:
      factory -
      Returns:
      a reference to this, so the API can be used fluently
    • build

      public GraphiQLHandler build()
      Returns:
      a new instance of GraphiQLHandler
    • newInstance

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