static io.reactivex.rxjava3.core.Single<OpenAPIContract> |
OpenAPIContract.from(io.vertx.rxjava3.core.Vertx vertx,
JsonObject unresolvedContract) |
Resolves / dereferences the passed contract and creates an OpenAPIContract instance.
|
static io.reactivex.rxjava3.core.Single<OpenAPIContract> |
OpenAPIContract.from(io.vertx.rxjava3.core.Vertx vertx,
JsonObject unresolvedContract,
Map<String,JsonObject> additionalContractFiles) |
Resolves / dereferences the passed contract and creates an OpenAPIContract instance.
|
static io.reactivex.rxjava3.core.Single<OpenAPIContract> |
OpenAPIContract.from(io.vertx.rxjava3.core.Vertx vertx,
String unresolvedContractPath) |
Resolves / dereferences the passed contract and creates an OpenAPIContract instance.
|
static io.reactivex.rxjava3.core.Single<OpenAPIContract> |
OpenAPIContract.from(io.vertx.rxjava3.core.Vertx vertx,
String unresolvedContractPath,
Map<String,String> additionalContractFiles) |
Resolves / dereferences the passed contract and creates an OpenAPIContract instance.
|
static io.reactivex.rxjava3.core.Single<OpenAPIContract> |
OpenAPIContract.rxFrom(io.vertx.rxjava3.core.Vertx vertx,
JsonObject unresolvedContract) |
Resolves / dereferences the passed contract and creates an OpenAPIContract instance.
|
static io.reactivex.rxjava3.core.Single<OpenAPIContract> |
OpenAPIContract.rxFrom(io.vertx.rxjava3.core.Vertx vertx,
JsonObject unresolvedContract,
Map<String,JsonObject> additionalContractFiles) |
Resolves / dereferences the passed contract and creates an OpenAPIContract instance.
|
static io.reactivex.rxjava3.core.Single<OpenAPIContract> |
OpenAPIContract.rxFrom(io.vertx.rxjava3.core.Vertx vertx,
String unresolvedContractPath) |
Resolves / dereferences the passed contract and creates an OpenAPIContract instance.
|
static io.reactivex.rxjava3.core.Single<OpenAPIContract> |
OpenAPIContract.rxFrom(io.vertx.rxjava3.core.Vertx vertx,
String unresolvedContractPath,
Map<String,String> additionalContractFiles) |
Resolves / dereferences the passed contract and creates an OpenAPIContract instance.
|