Class CustomValidator
java.lang.Object
io.vertx.mutiny.ext.web.api.validation.CustomValidator
- All Implemented Interfaces:
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 Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCustomValidator
(io.vertx.ext.web.api.validation.CustomValidator delegate) Deprecated.CustomValidator
(Object delegate) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Deprecated.io.vertx.ext.web.api.validation.CustomValidator
Deprecated.int
hashCode()
Deprecated.static CustomValidator
newInstance
(io.vertx.ext.web.api.validation.CustomValidator arg) Deprecated.toString()
Deprecated.void
validate
(RoutingContext routingContext) Deprecated.
-
Field Details
-
__TYPE_ARG
Deprecated.
-
-
Constructor Details
-
CustomValidator
public CustomValidator(io.vertx.ext.web.api.validation.CustomValidator delegate) Deprecated. -
CustomValidator
Deprecated.
-
-
Method Details
-
getDelegate
public io.vertx.ext.web.api.validation.CustomValidator getDelegate()Deprecated.- Specified by:
getDelegate
in interfaceMutinyDelegate
- Returns:
- the delegate used by this Mutiny object of generated type
-
toString
Deprecated. -
equals
Deprecated. -
hashCode
public int hashCode()Deprecated. -
validate
Deprecated.- Parameters:
routingContext
- the actual routing context
-
newInstance
Deprecated.
-