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