Class ValidationHandler

java.lang.Object
io.vertx.mutiny.ext.web.validation.ValidationHandler
All Implemented Interfaces:
MutinyDelegate, io.vertx.core.Handler<RoutingContext>, Consumer<RoutingContext>

public class ValidationHandler extends Object implements io.vertx.core.Handler<RoutingContext>, Consumer<RoutingContext>, MutinyDelegate
NOTE: This class has been automatically generated from the original non Mutiny-ified interface.
See Also:
  • ValidationHandler
  • Field Details

  • Constructor Details

    • ValidationHandler

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

      public ValidationHandler(Object delegate)
  • Method Details

    • accept

      public void accept(RoutingContext item)
      Handle an item. This method is generated from the original method."
      Specified by:
      accept in interface Consumer<RoutingContext>
    • handle

      public void handle(RoutingContext item)
      Handle an item. This method is generated from the original method."
      Specified by:
      handle in interface io.vertx.core.Handler<RoutingContext>
    • getDelegate

      public io.vertx.ext.web.validation.ValidationHandler 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
    • newInstance

      public static ValidationHandler newInstance(io.vertx.ext.web.validation.ValidationHandler delegate)
      Creates a new instance of the ValidationHandler.
    • 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