Class ValidationHandler
java.lang.Object
io.vertx.rxjava3.ext.web.validation.ValidationHandler
- All Implemented Interfaces:
Handler<RoutingContext>,RxDelegate
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionValidationHandler(ValidationHandler delegate) ValidationHandler(Object delegate) -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidhandle(RoutingContext event) Something has happened, so handle it.inthashCode()static ValidationHandlertoString()
-
Field Details
-
__TYPE_ARG
-
REQUEST_CONTEXT_KEY
- See Also:
-
-
Constructor Details
-
ValidationHandler
-
ValidationHandler
-
-
Method Details
-
toString
-
equals
-
hashCode
public int hashCode() -
getDelegate
- Specified by:
getDelegatein interfaceRxDelegate
-
handle
Something has happened, so handle it.- Specified by:
handlein interfaceHandler<RoutingContext>- Parameters:
event- the event to handle
-
newInstance
-