Package | Description |
---|---|
org.springframework.cloud.contract.spec.internal |
Modifier and Type | Class and Description |
---|---|
class |
RegexMatchingTypeValue
Matching type with corresponding values.
|
Modifier and Type | Method and Description |
---|---|
MatchingTypeValue |
ResponseBodyMatchers.byCommand(String execute) |
MatchingTypeValue |
BodyMatchers.byDate() |
MatchingTypeValue |
BodyMatchers.byEquality() |
MatchingTypeValue |
ResponseBodyMatchers.byNull() |
MatchingTypeValue |
BodyMatchers.byTime() |
MatchingTypeValue |
BodyMatchers.byTimestamp() |
MatchingTypeValue |
ResponseBodyMatchers.byType() |
MatchingTypeValue |
BodyMatchers.byType(groovy.lang.Closure consumer)
The output part of the contract.
|
MatchingTypeValue |
BodyMatchers.byType(Consumer<MatchingTypeValueHolder> consumer)
The output part of the contract.
|
MatchingTypeValue |
MatchingTypeValueHolder.maxOccurrence(int number) |
MatchingTypeValue |
MatchingTypeValueHolder.minOccurrence(int number) |
MatchingTypeValue |
MatchingTypeValueHolder.occurrence(int number) |
Modifier and Type | Method and Description |
---|---|
void |
BodyMatchers.jsonPath(String path,
MatchingTypeValue matchingType) |
void |
BodyMatchers.xPath(String xPath,
MatchingTypeValue matchingTypeValue)
Adds xPath matcher; even though same implementation as in
BodyMatchers.jsonPath(java.lang.String, org.springframework.cloud.contract.spec.internal.MatchingTypeValue) ,
added for logical coherence in xml. |
Copyright © 2016–2019 Spring. All rights reserved.