Class NotToEscapePattern

java.lang.Object
org.springframework.cloud.contract.spec.internal.DslProperty<Pattern>
org.springframework.cloud.contract.spec.internal.NotToEscapePattern
All Implemented Interfaces:
Serializable

public class NotToEscapePattern extends DslProperty<Pattern>
Special case of Patterns that we don't want to escape.
Since:
1.0.3
Author:
Marcin Grzejszczak
See Also:
  • Constructor Details

    • NotToEscapePattern

      public NotToEscapePattern(Pattern clientValue, Pattern serverValue)
    • NotToEscapePattern

      public NotToEscapePattern(Pattern singleValue)