Interface HTTPOperationRequestValidationHandler
-
- All Superinterfaces:
Consumer<RoutingContext>,io.vertx.core.Handler<RoutingContext>,ValidationHandler
- All Known Implementing Classes:
OpenAPI3RequestValidationHandler
public interface HTTPOperationRequestValidationHandler extends ValidationHandler, io.vertx.core.Handler<RoutingContext>, Consumer<RoutingContext>
Base interface for HTTP request validation with API specification NOTE: This class has been automatically generated from theoriginalnon Mutiny-ified interface using Vert.x codegen.
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Deprecated Methods Modifier and Type Method Description default voidaccept(RoutingContext item)io.vertx.ext.web.api.contract.HTTPOperationRequestValidationHandlergetDelegate()voidhandle(RoutingContext arg0)Deprecated.static HTTPOperationRequestValidationHandlernewInstance(io.vertx.ext.web.api.contract.HTTPOperationRequestValidationHandler arg)voidparseOperationSpec()Deprecated.
-
-
-
Method Detail
-
getDelegate
io.vertx.ext.web.api.contract.HTTPOperationRequestValidationHandler getDelegate()
- Specified by:
getDelegatein interfaceValidationHandler
-
handle
@Deprecated void handle(RoutingContext arg0)
Deprecated.- Specified by:
handlein interfaceio.vertx.core.Handler<RoutingContext>- Specified by:
handlein interfaceValidationHandler
-
parseOperationSpec
@Deprecated void parseOperationSpec()
Deprecated.
-
accept
default void accept(RoutingContext item)
- Specified by:
acceptin interfaceConsumer<RoutingContext>- Specified by:
acceptin interfaceValidationHandler
-
newInstance
static HTTPOperationRequestValidationHandler newInstance(io.vertx.ext.web.api.contract.HTTPOperationRequestValidationHandler arg)
-
-