Class ExactMatchMultiValuePattern
java.lang.Object
com.github.tomakehurst.wiremock.matching.MultiValuePattern
com.github.tomakehurst.wiremock.matching.MultipleMatchMultiValuePattern
com.github.tomakehurst.wiremock.matching.ExactMatchMultiValuePattern
- All Implemented Interfaces:
NamedValueMatcher<MultiValue>,ValueMatcher<MultiValue>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.github.tomakehurst.wiremock.matching.MultipleMatchMultiValuePattern
equals, getExpected, getName, hashCodeMethods inherited from class com.github.tomakehurst.wiremock.matching.MultiValuePattern
absent, getBestMatch, of
-
Field Details
-
JSON_KEY
- See Also:
-
HAS_EXACTLY_OPERATOR
- See Also:
-
-
Constructor Details
-
ExactMatchMultiValuePattern
-
-
Method Details
-
match
- Specified by:
matchin interfaceValueMatcher<MultiValue>- Overrides:
matchin classMultipleMatchMultiValuePattern
-
getValues
- Specified by:
getValuesin classMultipleMatchMultiValuePattern
-
getOperator
- Overrides:
getOperatorin classMultipleMatchMultiValuePattern
-