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 TypeMethodDescriptionbooleanDeprecated.io.vertx.ext.web.api.validation.CustomValidatorDeprecated.inthashCode()Deprecated.static CustomValidatornewInstance(io.vertx.ext.web.api.validation.CustomValidator arg) Deprecated.toString()Deprecated.voidvalidate(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:
getDelegatein 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.
-