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)Deprecated.  | 
| 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 handle@Deprecated public static ValidationHandlerBuilder builder(SchemaParser parser)
parser - a SchemaParserpublic static ValidationHandler newInstance(ValidationHandler arg)
Copyright © 2023 Eclipse. All rights reserved.