Class GraphiQLHandlerBuilder


  • public class GraphiQLHandlerBuilder
    extends Object
    A builder for GraphiQLHandler instances.

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

    • Constructor Detail

      • GraphiQLHandlerBuilder

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

        public GraphiQLHandlerBuilder​(Object delegate)
    • Method Detail

      • getDelegate

        public io.vertx.ext.web.handler.graphql.GraphiQLHandlerBuilder getDelegate()
      • 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<io.vertx.mutiny.ext.web.RoutingContext,​io.vertx.mutiny.core.MultiMap> factory)
        Parameters:
        factory -
        Returns:
        a reference to this, so the API can be used fluently
      • newInstance

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