Class NotToEscapePattern
java.lang.Object
org.springframework.cloud.contract.spec.internal.DslProperty<Pattern>
org.springframework.cloud.contract.spec.internal.NotToEscapePattern
- All Implemented Interfaces:
Serializable
Special case of Patterns that we don't want to escape.
- Since:
- 1.0.3
- Author:
- Marcin Grzejszczak
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNotToEscapePattern(Pattern singleValue) NotToEscapePattern(Pattern clientValue, Pattern serverValue) -
Method Summary
Methods inherited from class org.springframework.cloud.contract.spec.internal.DslProperty
equals, getClientValue, getServerValue, hashCode, isSingleValue, toString
-
Constructor Details
-
NotToEscapePattern
-
NotToEscapePattern
-