Class ValidationHandler
- java.lang.Object
- 
- io.vertx.rxjava3.ext.web.validation.ValidationHandler
 
- 
- All Implemented Interfaces:
- Handler<RoutingContext>,- io.vertx.lang.rx.RxDelegate
 
 public class ValidationHandler extends Object implements io.vertx.lang.rx.RxDelegate, Handler<RoutingContext> 
- 
- 
Field SummaryFields Modifier and Type Field Description static io.vertx.lang.rx.TypeArg<ValidationHandler>__TYPE_ARGstatic StringREQUEST_CONTEXT_KEY
 - 
Constructor SummaryConstructors Constructor Description ValidationHandler(ValidationHandler delegate)ValidationHandler(Object delegate)
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)ValidationHandlergetDelegate()voidhandle(RoutingContext event)Something has happened, so handle it.inthashCode()static ValidationHandlernewInstance(ValidationHandler arg)StringtoString()
 
- 
- 
- 
Field Detail- 
__TYPE_ARGpublic static final io.vertx.lang.rx.TypeArg<ValidationHandler> __TYPE_ARG 
 - 
REQUEST_CONTEXT_KEYpublic static final String REQUEST_CONTEXT_KEY - See Also:
- Constant Field Values
 
 
- 
 - 
Constructor Detail- 
ValidationHandlerpublic ValidationHandler(ValidationHandler delegate) 
 - 
ValidationHandlerpublic ValidationHandler(Object delegate) 
 
- 
 - 
Method Detail- 
getDelegatepublic ValidationHandler getDelegate() - Specified by:
- getDelegatein interface- io.vertx.lang.rx.RxDelegate
 
 - 
handlepublic void handle(RoutingContext event) Something has happened, so handle it.- Specified by:
- handlein interface- Handler<RoutingContext>
- Parameters:
- event- the event to handle
 
 - 
newInstancepublic static ValidationHandler newInstance(ValidationHandler arg) 
 
- 
 
-