Package | Description |
---|---|
org.springframework.cloud.contract.verifier.file | |
org.springframework.cloud.contract.verifier.util |
Modifier and Type | Method and Description |
---|---|
ContentType |
SingleContractMetadata.getEvaluatedInputStubContentType() |
ContentType |
SingleContractMetadata.getEvaluatedOutputStubContentType() |
ContentType |
SingleContractMetadata.getEvaluatedOutputTestContentType() |
ContentType |
SingleContractMetadata.getInputStubContentType() |
ContentType |
SingleContractMetadata.getInputTestContentType() |
ContentType |
SingleContractMetadata.getOutputTestContentType() |
Modifier and Type | Method and Description |
---|---|
static ContentType |
ContentType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContentType[] |
ContentType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2016–2021 Spring. All rights reserved.