Uses of Class
io.vertx.mutiny.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
Packages that use OpenAPI3RouterFactory
-
Uses of OpenAPI3RouterFactory in io.vertx.mutiny.ext.web.api.contract.openapi3
Fields in io.vertx.mutiny.ext.web.api.contract.openapi3 with type parameters of type OpenAPI3RouterFactoryModifier and TypeFieldDescriptionstatic final TypeArg<OpenAPI3RouterFactory>
OpenAPI3RouterFactory.__TYPE_ARG
Deprecated.Methods in io.vertx.mutiny.ext.web.api.contract.openapi3 that return OpenAPI3RouterFactoryModifier and TypeMethodDescriptionOpenAPI3RouterFactory.addFailureHandlerByOperationId
(String operationId, Consumer<RoutingContext> failureHandler) Deprecated.OpenAPI3RouterFactory.addHandlerByOperationId
(String operationId, Consumer<RoutingContext> handler) Deprecated.OpenAPI3RouterFactory.addSecuritySchemaScopeValidator
(String securitySchemaName, String scopeName, Consumer<RoutingContext> handler) Deprecated.static OpenAPI3RouterFactory
OpenAPI3RouterFactory.createAndAwait
(Vertx vertx, String url) Deprecated.static OpenAPI3RouterFactory
OpenAPI3RouterFactory.createAndAwait
(Vertx vertx, String url, List<io.vertx.core.json.JsonObject> auth) Deprecated.OpenAPI3RouterFactory.mountOperationToEventBus
(String operationId, String address) Deprecated.OpenAPI3RouterFactory.mountServiceFromTag
(String tag, String address) Deprecated.OpenAPI3RouterFactory.mountServicesFromExtensions()
Deprecated.static OpenAPI3RouterFactory
OpenAPI3RouterFactory.newInstance
(io.vertx.ext.web.api.contract.openapi3.OpenAPI3RouterFactory arg) Deprecated.Methods in io.vertx.mutiny.ext.web.api.contract.openapi3 that return types with arguments of type OpenAPI3RouterFactoryModifier and TypeMethodDescriptionstatic io.smallrye.mutiny.Uni<OpenAPI3RouterFactory>
Deprecated.static io.smallrye.mutiny.Uni<OpenAPI3RouterFactory>
Deprecated.