public class ValidationHandler extends Object implements Handler<RoutingContext>
original
non RX-ified interface using Vert.x codegen.Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<ValidationHandler> |
__TYPE_ARG |
static String |
REQUEST_CONTEXT_KEY |
Constructor and Description |
---|
ValidationHandler(Object delegate) |
ValidationHandler(ValidationHandler delegate) |
Modifier and Type | Method and Description |
---|---|
static ValidationHandlerBuilder |
builder(SchemaParser parser) |
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() |
public static final io.vertx.lang.rx.TypeArg<ValidationHandler> __TYPE_ARG
public static final String REQUEST_CONTEXT_KEY
public ValidationHandler(ValidationHandler delegate)
public ValidationHandler(Object delegate)
public ValidationHandler getDelegate()
public void handle(RoutingContext event)
handle
in interface Handler<RoutingContext>
event
- the event to handlepublic static ValidationHandlerBuilder builder(SchemaParser parser)
public static ValidationHandler newInstance(ValidationHandler arg)
Copyright © 2021 Eclipse. All rights reserved.