public class RegexMatcher implements MatchingRule
Regular Expression Matcher
@JvmOverloads
public RegexMatcher(@NotNull
java.lang.String regex,
@Nullable
java.lang.String example)
Regular Expression Matcher
@JvmOverloads
public RegexMatcher(@NotNull
java.lang.String regex)
Regular Expression Matcher
@NotNull public java.util.Map<java.lang.String,java.lang.String> toMap()
@NotNull
public java.util.Map<java.lang.String,java.lang.String> toMap(@NotNull
PactSpecVersion spec)
@NotNull public java.lang.String getRegex()
@Nullable public java.lang.String getExample()
@NotNull public java.lang.String component1()
@Nullable public java.lang.String component2()
@NotNull public RegexMatcher copy(@NotNull java.lang.String regex, @Nullable java.lang.String example)
Regular Expression Matcher
@NotNull public java.lang.String toString()
public int hashCode()
public boolean equals(@Nullable
java.lang.Object p)