Class MultiValuePattern
java.lang.Object
com.github.tomakehurst.wiremock.matching.MultiValuePattern
- All Implemented Interfaces:
NamedValueMatcher<MultiValue>,ValueMatcher<MultiValue>
- Direct Known Subclasses:
MultipleMatchMultiValuePattern,SingleMatchMultiValuePattern
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic MultiValuePatternabsent()protected static MatchResultgetBestMatch(StringValuePattern valuePattern, List<String> values) static MultiValuePatternof(StringValuePattern valuePattern) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.github.tomakehurst.wiremock.matching.NamedValueMatcher
getExpected, getNameMethods inherited from interface com.github.tomakehurst.wiremock.matching.ValueMatcher
match
-
Constructor Details
-
MultiValuePattern
public MultiValuePattern()
-
-
Method Details
-
of
-
absent
-
getBestMatch
-