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 Summary
Fields Modifier and Type Field Description static io.vertx.lang.rx.TypeArg<ValidationHandler>
__TYPE_ARG
static String
REQUEST_CONTEXT_KEY
-
Constructor Summary
Constructors Constructor Description ValidationHandlerβ(ValidationHandler delegate)
ValidationHandlerβ(Object delegate)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equalsβ(Object o)
ValidationHandler
getDelegate()
void
handleβ(RoutingContext event)
Something has happened, so handle it.int
hashCode()
static ValidationHandler
newInstanceβ(ValidationHandler arg)
String
toString()
-
-
-
Field Detail
-
__TYPE_ARG
public static final io.vertx.lang.rx.TypeArg<ValidationHandler> __TYPE_ARG
-
REQUEST_CONTEXT_KEY
public static final String REQUEST_CONTEXT_KEY
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ValidationHandler
public ValidationHandlerβ(ValidationHandler delegate)
-
ValidationHandler
public ValidationHandlerβ(Object delegate)
-
-
Method Detail
-
getDelegate
public ValidationHandler getDelegate()
- Specified by:
getDelegate
in interfaceio.vertx.lang.rx.RxDelegate
-
handle
public void handleβ(RoutingContext event)
Something has happened, so handle it.- Specified by:
handle
in interfaceHandler<RoutingContext>
- Parameters:
event
- the event to handle
-
newInstance
public static ValidationHandler newInstanceβ(ValidationHandler arg)
-
-