Uses of Class
io.vertx.rxjava3.openapi.contract.OpenAPIContract
Packages that use OpenAPIContract
Package
Description
-
Uses of OpenAPIContract in io.vertx.rxjava3.ext.web.openapi.router
Methods in io.vertx.rxjava3.ext.web.openapi.router with parameters of type OpenAPIContractModifier and TypeMethodDescriptionstatic RouterBuilderRouterBuilder.create(Vertx vertx, OpenAPIContract contract) Create a newRouterBuilder.static RouterBuilderRouterBuilder.create(Vertx vertx, OpenAPIContract contract, RequestExtractor extractor) Create a newRouterBuilder. -
Uses of OpenAPIContract in io.vertx.rxjava3.openapi.contract
Fields in io.vertx.rxjava3.openapi.contract with type parameters of type OpenAPIContractModifier and TypeFieldDescriptionstatic final io.vertx.lang.rx.TypeArg<OpenAPIContract> OpenAPIContract.__TYPE_ARGMethods in io.vertx.rxjava3.openapi.contract that return OpenAPIContractModifier and TypeMethodDescriptionstatic OpenAPIContractOpenAPIContract.newInstance(OpenAPIContract arg) Methods in io.vertx.rxjava3.openapi.contract that return types with arguments of type OpenAPIContractModifier and TypeMethodDescriptionstatic Single<OpenAPIContract> OpenAPIContract.from(Vertx vertx, JsonObject contract) Resolves / dereferences the passed contract and creates anOpenAPIContractinstance.static Single<OpenAPIContract> OpenAPIContract.from(Vertx vertx, JsonObject contract, Map<String, JsonObject> additionalContractParts) Resolves / dereferences the passed contract and creates anOpenAPIContractinstance.static Single<OpenAPIContract> Resolves / dereferences the passed contract and creates anOpenAPIContractinstance.static Single<OpenAPIContract> OpenAPIContract.from(Vertx vertx, String contractPath, Map<String, String> additionalContractPartPaths) Resolves / dereferences the passed contract and creates anOpenAPIContractinstance.static Single<OpenAPIContract> OpenAPIContract.rxFrom(Vertx vertx, JsonObject contract) Resolves / dereferences the passed contract and creates anOpenAPIContractinstance.static Single<OpenAPIContract> OpenAPIContract.rxFrom(Vertx vertx, JsonObject contract, Map<String, JsonObject> additionalContractParts) Resolves / dereferences the passed contract and creates anOpenAPIContractinstance.static Single<OpenAPIContract> Resolves / dereferences the passed contract and creates anOpenAPIContractinstance.static Single<OpenAPIContract> OpenAPIContract.rxFrom(Vertx vertx, String contractPath, Map<String, String> additionalContractPartPaths) Resolves / dereferences the passed contract and creates anOpenAPIContractinstance. -
Uses of OpenAPIContract in io.vertx.rxjava3.openapi.validation
Methods in io.vertx.rxjava3.openapi.validation with parameters of type OpenAPIContractModifier and TypeMethodDescriptionstatic RequestValidatorRequestValidator.create(Vertx vertx, OpenAPIContract contract) Create a newRequestValidator.