Class IncludesMatchMultiValuePattern
java.lang.Object
com.github.tomakehurst.wiremock.matching.MultiValuePattern
com.github.tomakehurst.wiremock.matching.MultipleMatchMultiValuePattern
com.github.tomakehurst.wiremock.matching.IncludesMatchMultiValuePattern
- All Implemented Interfaces:
NamedValueMatcher<MultiValue>,ValueMatcher<MultiValue>
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionIncludesMatchMultiValuePattern(List<StringValuePattern> stringValuePatterns) -
Method Summary
Methods inherited from class com.github.tomakehurst.wiremock.matching.MultipleMatchMultiValuePattern
equals, getExpected, getName, hashCode, matchMethods inherited from class com.github.tomakehurst.wiremock.matching.MultiValuePattern
absent, getBestMatch, of
-
Field Details
-
JSON_KEY
- See Also:
-
INCLUDING_OPERATOR
- See Also:
-
-
Constructor Details
-
IncludesMatchMultiValuePattern
-
-
Method Details
-
getValues
- Specified by:
getValuesin classMultipleMatchMultiValuePattern
-
getOperator
- Overrides:
getOperatorin classMultipleMatchMultiValuePattern
-