| Package | Description |
|---|---|
| org.springframework.cloud.contract.spec |
| Modifier and Type | Method and Description |
|---|---|
static Contract |
Contract.make(groovy.lang.Closure closure)
Groovy point of entry to build a contract.
|
static Contract |
Contract.make(Consumer<Contract> consumer)
Point of entry to build a contract.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Contract> |
ContractConverter.convertFrom(File file)
|
| Modifier and Type | Method and Description |
|---|---|
static void |
Contract.assertContract(Contract dsl) |
| Modifier and Type | Method and Description |
|---|---|
T |
ContractConverter.convertTo(Collection<Contract> contract)
Converts the given
Contract to a T representation. |
static Contract |
Contract.make(Consumer<Contract> consumer)
Point of entry to build a contract.
|
Copyright © 2016–2020 Spring. All rights reserved.