Uses of Class
io.vertx.openapi.contract.OpenAPIContractBuilder
Packages that use OpenAPIContractBuilder
Package
Description
-
Uses of OpenAPIContractBuilder in io.vertx.openapi.contract
Methods in io.vertx.openapi.contract that return OpenAPIContractBuilderModifier and TypeMethodDescriptionstatic OpenAPIContractBuilderInstantiates a new builder for an openapi-contract.OpenAPIContractBuilder.mediaTypeRegistry(MediaTypeRegistry registry) OpenAPIContractBuilder.putAdditionalContractPart(String ref, JsonObject contractPart) Puts an additional contract part that is referenced by the main contract.OpenAPIContractBuilder.putAdditionalContractPartPath(String ref, String path) Puts an additional contract part path that is referenced by the main contract.OpenAPIContractBuilder.setAdditionalContractPartPaths(Map<String, String> contractPartPaths) Uses the additional contract part paths from the provided map to resolve referenced contract parts.OpenAPIContractBuilder.setAdditionalContractParts(Map<String, JsonObject> contractParts) Uses the additional contract parts from the provided map to resolve referenced additional contract parts.OpenAPIContractBuilder.setContract(JsonObject contract) Sets the contract.OpenAPIContractBuilder.setContractPath(String contractPath) Sets the path to the contract. -
Uses of OpenAPIContractBuilder in io.vertx.reactivex.openapi.contract
Methods in io.vertx.reactivex.openapi.contract that return OpenAPIContractBuilderModifier and TypeMethodDescriptionstatic OpenAPIContractBuilderInstantiates a new builder for an openapi-contract. -
Uses of OpenAPIContractBuilder in io.vertx.rxjava3.openapi.contract
Methods in io.vertx.rxjava3.openapi.contract that return OpenAPIContractBuilderModifier and TypeMethodDescriptionstatic OpenAPIContractBuilderInstantiates a new builder for an openapi-contract.