Class OpenAPI3RequestValidationHandler
java.lang.Object
io.vertx.mutiny.ext.web.api.contract.openapi3.OpenAPI3RequestValidationHandler
- All Implemented Interfaces:
MutinyDelegate
,io.vertx.core.Handler<RoutingContext>
,HTTPOperationRequestValidationHandler
,ValidationHandler
,Consumer<RoutingContext>
@Deprecated
public class OpenAPI3RequestValidationHandler
extends Object
implements MutinyDelegate, HTTPOperationRequestValidationHandler, io.vertx.core.Handler<RoutingContext>, Consumer<RoutingContext>
Deprecated.
NOTE: This class has been automatically generated from the
original
non Mutiny-ified interface using Vert.x codegen.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TypeArg<OpenAPI3RequestValidationHandler>
Deprecated. -
Constructor Summary
ConstructorsConstructorDescriptionOpenAPI3RequestValidationHandler
(io.vertx.ext.web.api.contract.openapi3.OpenAPI3RequestValidationHandler delegate) Deprecated.OpenAPI3RequestValidationHandler
(Object delegate) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(RoutingContext item) Deprecated.boolean
Deprecated.io.vertx.ext.web.api.contract.openapi3.OpenAPI3RequestValidationHandler
Deprecated.void
handle
(RoutingContext arg0) Deprecated.int
hashCode()
Deprecated.newInstance
(io.vertx.ext.web.api.contract.openapi3.OpenAPI3RequestValidationHandler arg) Deprecated.void
Deprecated.toString()
Deprecated.
-
Field Details
-
__TYPE_ARG
Deprecated.
-
-
Constructor Details
-
OpenAPI3RequestValidationHandler
public OpenAPI3RequestValidationHandler(io.vertx.ext.web.api.contract.openapi3.OpenAPI3RequestValidationHandler delegate) Deprecated. -
OpenAPI3RequestValidationHandler
Deprecated.
-
-
Method Details
-
getDelegate
public io.vertx.ext.web.api.contract.openapi3.OpenAPI3RequestValidationHandler getDelegate()Deprecated.- Specified by:
getDelegate
in interfaceHTTPOperationRequestValidationHandler
- Specified by:
getDelegate
in interfaceMutinyDelegate
- Specified by:
getDelegate
in interfaceValidationHandler
- Returns:
- the delegate used by this Mutiny object of generated type
-
toString
Deprecated. -
equals
Deprecated. -
hashCode
public int hashCode()Deprecated. -
handle
Deprecated.- Specified by:
handle
in interfaceio.vertx.core.Handler<RoutingContext>
- Specified by:
handle
in interfaceHTTPOperationRequestValidationHandler
- Specified by:
handle
in interfaceValidationHandler
-
parseOperationSpec
Deprecated.- Specified by:
parseOperationSpec
in interfaceHTTPOperationRequestValidationHandler
-
accept
Deprecated.- Specified by:
accept
in interfaceConsumer<RoutingContext>
- Specified by:
accept
in interfaceHTTPOperationRequestValidationHandler
- Specified by:
accept
in interfaceValidationHandler
-
newInstance
public static OpenAPI3RequestValidationHandler newInstance(io.vertx.ext.web.api.contract.openapi3.OpenAPI3RequestValidationHandler arg) Deprecated.
-