Uses of Class
org.mockserver.matchers.RegexStringMatcher
Packages that use RegexStringMatcher
-
Uses of RegexStringMatcher in org.mockserver.collections
Methods in org.mockserver.collections with parameters of type RegexStringMatcherModifier and TypeMethodDescriptionstatic ImmutableEntryImmutableEntry.entry(RegexStringMatcher regexStringMatcher, String key, String value) static ImmutableEntryImmutableEntry.entry(RegexStringMatcher regexStringMatcher, NottableString key, NottableString value) static booleanImmutableEntry.listsEqualWithOptionals(RegexStringMatcher regexStringMatcher, List<ImmutableEntry> matcher, List<ImmutableEntry> matched) -
Uses of RegexStringMatcher in org.mockserver.matchers
Methods in org.mockserver.matchers with parameters of type RegexStringMatcherModifier and TypeMethodDescriptionstatic booleanBinaryHeaderValueNormalizer.matchesIgnoringPadding(RegexStringMatcher regexStringMatcher, MockServerLogger mockServerLogger, MatchDifference context, NottableString matcherValue, NottableString matchedValue) Compares two-binvalues with base64 padding removed from both, reporting any mismatch against the values as originally written.