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