Uses of Class
io.vertx.rxjava.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
-
Packages that use OpenAPI3RouterFactory Package Description io.vertx.rxjava.ext.web.api.contract.openapi3 -
-
Uses of OpenAPI3RouterFactory in io.vertx.rxjava.ext.web.api.contract.openapi3
Fields in io.vertx.rxjava.ext.web.api.contract.openapi3 with type parameters of type OpenAPI3RouterFactory Modifier and Type Field Description static TypeArg<OpenAPI3RouterFactory>OpenAPI3RouterFactory. __TYPE_ARGMethods in io.vertx.rxjava.ext.web.api.contract.openapi3 that return OpenAPI3RouterFactory Modifier and Type Method Description OpenAPI3RouterFactoryOpenAPI3RouterFactory. addFailureHandlerByOperationId(String operationId, Handler<RoutingContext> failureHandler)Deprecated.OpenAPI3RouterFactoryOpenAPI3RouterFactory. addHandlerByOperationId(String operationId, Handler<RoutingContext> handler)Deprecated.OpenAPI3RouterFactoryOpenAPI3RouterFactory. addSecuritySchemaScopeValidator(String securitySchemaName, String scopeName, Handler<RoutingContext> handler)Deprecated.OpenAPI3RouterFactoryOpenAPI3RouterFactory. mountOperationToEventBus(String operationId, String address)Deprecated.OpenAPI3RouterFactoryOpenAPI3RouterFactory. mountServiceFromTag(String tag, String address)Deprecated.OpenAPI3RouterFactoryOpenAPI3RouterFactory. mountServicesFromExtensions()Deprecated.static OpenAPI3RouterFactoryOpenAPI3RouterFactory. newInstance(OpenAPI3RouterFactory arg)Methods in io.vertx.rxjava.ext.web.api.contract.openapi3 that return types with arguments of type OpenAPI3RouterFactory Modifier and Type Method Description static rx.Single<OpenAPI3RouterFactory>OpenAPI3RouterFactory. rxCreate(Vertx vertx, String url)Deprecated.static rx.Single<OpenAPI3RouterFactory>OpenAPI3RouterFactory. rxCreate(Vertx vertx, String url, List<JsonObject> auth)Deprecated.Method parameters in io.vertx.rxjava.ext.web.api.contract.openapi3 with type arguments of type OpenAPI3RouterFactory Modifier and Type Method Description static voidOpenAPI3RouterFactory. create(Vertx vertx, String url, Handler<AsyncResult<OpenAPI3RouterFactory>> handler)Deprecated.static voidOpenAPI3RouterFactory. create(Vertx vertx, String url, List<JsonObject> auth, Handler<AsyncResult<OpenAPI3RouterFactory>> handler)Deprecated.
-