Class Body
java.lang.Object
org.springframework.cloud.contract.spec.internal.DslProperty
org.springframework.cloud.contract.spec.internal.Body
- All Implemented Interfaces:
Serializable
Represents a body of a request / response or a message.
- Since:
- 1.0.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBody(Serializable serializable) Body(List<DslProperty> bodyAsList) Body(Map<String, DslProperty> body) Body(DslProperty bodyAsValue) Body(MatchingStrategy matchingStrategy) -
Method Summary
Methods inherited from class org.springframework.cloud.contract.spec.internal.DslProperty
equals, getClientValue, getServerValue, hashCode, isSingleValue, toString
-
Constructor Details
-
Body
-
Body
-
Body
-
Body
-
Body
-
Body
-
Body
-
Body
-
Body
-