Uses of Class
io.vertx.rxjava3.openapi.contract.OpenAPIContract
-
Packages that use OpenAPIContract Package Description io.vertx.rxjava3.ext.web.openapi.router io.vertx.rxjava3.openapi.contract io.vertx.rxjava3.openapi.validation -
-
Uses of OpenAPIContract in io.vertx.rxjava3.ext.web.openapi.router
Methods in io.vertx.rxjava3.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.rxjava3.openapi.contract
Fields in io.vertx.rxjava3.openapi.contract with type parameters of type OpenAPIContract Modifier and Type Field Description static io.vertx.lang.rx.TypeArg<OpenAPIContract>
OpenAPIContract. __TYPE_ARG
Methods in io.vertx.rxjava3.openapi.contract that return OpenAPIContract Modifier and Type Method Description static OpenAPIContract
OpenAPIContract. newInstance(OpenAPIContract arg)
Methods in io.vertx.rxjava3.openapi.contract that return types with arguments of type OpenAPIContract Modifier and Type Method Description static Single<OpenAPIContract>
OpenAPIContract. from(Vertx vertx, JsonObject unresolvedContract)
Resolves / dereferences the passed contract and creates anOpenAPIContract
instance.static Single<OpenAPIContract>
OpenAPIContract. from(Vertx vertx, JsonObject unresolvedContract, Map<String,JsonObject> additionalContractFiles)
Resolves / dereferences the passed contract and creates anOpenAPIContract
instance.static Single<OpenAPIContract>
OpenAPIContract. from(Vertx vertx, String unresolvedContractPath)
Resolves / dereferences the passed contract and creates anOpenAPIContract
instance.static Single<OpenAPIContract>
OpenAPIContract. from(Vertx vertx, String unresolvedContractPath, Map<String,String> additionalContractFiles)
Resolves / dereferences the passed contract and creates anOpenAPIContract
instance.static Single<OpenAPIContract>
OpenAPIContract. rxFrom(Vertx vertx, JsonObject unresolvedContract)
Resolves / dereferences the passed contract and creates anOpenAPIContract
instance.static Single<OpenAPIContract>
OpenAPIContract. rxFrom(Vertx vertx, JsonObject unresolvedContract, Map<String,JsonObject> additionalContractFiles)
Resolves / dereferences the passed contract and creates anOpenAPIContract
instance.static Single<OpenAPIContract>
OpenAPIContract. rxFrom(Vertx vertx, String unresolvedContractPath)
Resolves / dereferences the passed contract and creates anOpenAPIContract
instance.static Single<OpenAPIContract>
OpenAPIContract. rxFrom(Vertx vertx, String unresolvedContractPath, Map<String,String> additionalContractFiles)
Resolves / dereferences the passed contract and creates anOpenAPIContract
instance. -
Uses of OpenAPIContract in io.vertx.rxjava3.openapi.validation
Methods in io.vertx.rxjava3.openapi.validation with parameters of type OpenAPIContract Modifier and Type Method Description static RequestValidator
RequestValidator. create(Vertx vertx, OpenAPIContract contract)
Create a newRequestValidator
.
-