public interface ValidationHandler extends io.vertx.core.Handler<RoutingContext>
HTTPRequestValidationHandler
NOTE: This class has been automatically generated from the original
non RX-ified interface using Vert.x codegen.Modifier and Type | Method and Description |
---|---|
io.vertx.ext.web.api.validation.ValidationHandler |
getDelegate() |
void |
handle(RoutingContext event)
Deprecated.
|
static ValidationHandler |
newInstance(io.vertx.ext.web.api.validation.ValidationHandler arg) |
io.vertx.ext.web.api.validation.ValidationHandler getDelegate()
@Deprecated void handle(RoutingContext event)
handle
in interface io.vertx.core.Handler<RoutingContext>
event
- the event to handlestatic ValidationHandler newInstance(io.vertx.ext.web.api.validation.ValidationHandler arg)
Copyright © 2022 Eclipse. All rights reserved.