Class ClientDslProperty
java.lang.Object
org.springframework.cloud.contract.spec.internal.DslProperty
org.springframework.cloud.contract.spec.internal.ClientDslProperty
- All Implemented Interfaces:
Serializable
Represents a client side
DslProperty.- Since:
- 1.0.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionClientDslProperty(Object singleValue) ClientDslProperty(Object client, Object server) -
Method Summary
Methods inherited from class org.springframework.cloud.contract.spec.internal.DslProperty
equals, getClientValue, getServerValue, hashCode, isSingleValue, toString
-
Constructor Details
-
ClientDslProperty
-
ClientDslProperty
-