Class DslProperty<T>
java.lang.Object
org.springframework.cloud.contract.spec.internal.DslProperty<T>
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
Body, ClientDslProperty, Cookie, Header, MatchingStrategy, Multipart, NotToEscapePattern, QueryParameter, RegexProperty, ServerDslProperty, Url
Represents an element of a DSL that can contain client or sever side values.
- Since:
- 1.0.0
- See Also:
-
Constructor Details
-
DslProperty
-
DslProperty
-
-
Method Details
-
isSingleValue
public boolean isSingleValue() -
equals
-
hashCode
-
toString
-
getClientValue
-
getServerValue
-