Class CustomValidator

java.lang.Object
io.vertx.mutiny.ext.web.api.validation.CustomValidator
All Implemented Interfaces:
MutinyDelegate

@Deprecated public class CustomValidator extends Object implements MutinyDelegate
Deprecated.
This interface is used to add custom synchronous functions inside validation process. You can add it in HTTPRequestValidationHandler.

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

  • Field Details

  • Constructor Details

    • CustomValidator

      public CustomValidator(io.vertx.ext.web.api.validation.CustomValidator delegate)
      Deprecated.
    • CustomValidator

      public CustomValidator(Object delegate)
      Deprecated.
  • Method Details

    • getDelegate

      public io.vertx.ext.web.api.validation.CustomValidator getDelegate()
      Deprecated.
      Specified by:
      getDelegate in interface MutinyDelegate
      Returns:
      the delegate used by this Mutiny object of generated type
    • toString

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

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

      public int hashCode()
      Deprecated.
      Overrides:
      hashCode in class Object
    • validate

      @Deprecated public void validate(RoutingContext routingContext)
      Deprecated.
      Parameters:
      routingContext - the actual routing context
    • newInstance

      public static CustomValidator newInstance(io.vertx.ext.web.api.validation.CustomValidator arg)
      Deprecated.