Uses of Interface
io.vertx.openapi.contract.OpenAPIContract
-
Packages that use OpenAPIContract Package Description io.vertx.ext.web.openapi.router io.vertx.openapi.contract io.vertx.openapi.validation io.vertx.reactivex.openapi.contract io.vertx.rxjava3.openapi.contract -
-
Uses of OpenAPIContract in io.vertx.ext.web.openapi.router
Methods in io.vertx.ext.web.openapi.router with parameters of type OpenAPIContract Modifier and Type Method Description static RouterBuilder
RouterBuilder. create(Vertx vertx, OpenAPIContract contract)
Create a newRouterBuilder
.static RouterBuilder
RouterBuilder. create(Vertx vertx, OpenAPIContract contract, RequestExtractor extractor)
Create a newRouterBuilder
. -
Uses of OpenAPIContract in io.vertx.openapi.contract
Methods in io.vertx.openapi.contract that return types with arguments of type OpenAPIContract Modifier and Type Method Description static Future<OpenAPIContract>
OpenAPIContract. from(Vertx vertx, JsonObject unresolvedContract)
Resolves / dereferences the passed contract and creates anOpenAPIContract
instance.static Future<OpenAPIContract>
OpenAPIContract. from(Vertx vertx, JsonObject unresolvedContract, Map<String,JsonObject> additionalContractFiles)
Resolves / dereferences the passed contract and creates anOpenAPIContract
instance.static Future<OpenAPIContract>
OpenAPIContract. from(Vertx vertx, String unresolvedContractPath)
Resolves / dereferences the passed contract and creates anOpenAPIContract
instance.static Future<OpenAPIContract>
OpenAPIContract. from(Vertx vertx, String unresolvedContractPath, Map<String,String> additionalContractFiles)
Resolves / dereferences the passed contract and creates anOpenAPIContract
instance. -
Uses of OpenAPIContract in io.vertx.openapi.validation
Methods in io.vertx.openapi.validation with parameters of type OpenAPIContract Modifier and Type Method Description static RequestValidator
RequestValidator. create(Vertx vertx, OpenAPIContract contract)
Create a newRequestValidator
.static ResponseValidator
ResponseValidator. create(Vertx vertx, OpenAPIContract contract)
Create a newResponseValidator
. -
Uses of OpenAPIContract in io.vertx.reactivex.openapi.contract
Methods in io.vertx.reactivex.openapi.contract that return OpenAPIContract Modifier and Type Method Description OpenAPIContract
OpenAPIContract. getDelegate()
Methods in io.vertx.reactivex.openapi.contract with parameters of type OpenAPIContract Modifier and Type Method Description static OpenAPIContract
OpenAPIContract. newInstance(OpenAPIContract arg)
Constructors in io.vertx.reactivex.openapi.contract with parameters of type OpenAPIContract Constructor Description OpenAPIContract(OpenAPIContract delegate)
-
Uses of OpenAPIContract in io.vertx.rxjava3.openapi.contract
Methods in io.vertx.rxjava3.openapi.contract that return OpenAPIContract Modifier and Type Method Description OpenAPIContract
OpenAPIContract. getDelegate()
Methods in io.vertx.rxjava3.openapi.contract with parameters of type OpenAPIContract Modifier and Type Method Description static OpenAPIContract
OpenAPIContract. newInstance(OpenAPIContract arg)
Constructors in io.vertx.rxjava3.openapi.contract with parameters of type OpenAPIContract Constructor Description OpenAPIContract(OpenAPIContract delegate)
-