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