public class ValidationHandler extends Object implements io.vertx.core.Handler<RoutingContext>
original
non RX-ified interface using Vert.x codegen.Modifier and Type | Field and Description |
---|---|
static TypeArg<ValidationHandler> |
__TYPE_ARG |
static String |
REQUEST_CONTEXT_KEY |
Constructor and Description |
---|
ValidationHandler(Object delegate) |
ValidationHandler(io.vertx.ext.web.validation.ValidationHandler delegate) |
Modifier and Type | Method and Description |
---|---|
static io.vertx.ext.web.validation.builder.ValidationHandlerBuilder |
builder(SchemaParser parser) |
boolean |
equals(Object o) |
io.vertx.ext.web.validation.ValidationHandler |
getDelegate() |
void |
handle(RoutingContext event)
Something has happened, so handle it.
|
int |
hashCode() |
static ValidationHandler |
newInstance(io.vertx.ext.web.validation.ValidationHandler arg) |
String |
toString() |
public static final TypeArg<ValidationHandler> __TYPE_ARG
public static final String REQUEST_CONTEXT_KEY
public ValidationHandler(io.vertx.ext.web.validation.ValidationHandler delegate)
public ValidationHandler(Object delegate)
public io.vertx.ext.web.validation.ValidationHandler getDelegate()
public void handle(RoutingContext event)
handle
in interface io.vertx.core.Handler<RoutingContext>
event
- the event to handlepublic static io.vertx.ext.web.validation.builder.ValidationHandlerBuilder builder(SchemaParser parser)
public static ValidationHandler newInstance(io.vertx.ext.web.validation.ValidationHandler arg)
Copyright © 2020 Eclipse. All rights reserved.