Package org.mockserver.matchers
Class MultiValueMapMatcher
- java.lang.Object
-
- org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
-
- org.mockserver.matchers.NotMatcher<KeysToMultiValues>
-
- org.mockserver.matchers.MultiValueMapMatcher
-
- All Implemented Interfaces:
Matcher<KeysToMultiValues>
public class MultiValueMapMatcher extends NotMatcher<KeysToMultiValues>
- Author:
- jamesdbloom
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String[]
fieldsExcludedFromEqualsAndHashCode()
boolean
matches(HttpRequest context, KeysToMultiValues values)
-
Methods inherited from class org.mockserver.matchers.NotMatcher
not
-
Methods inherited from class org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
equals, hashCode, key, toString
-
-
-
-
Method Detail
-
matches
public boolean matches(HttpRequest context, KeysToMultiValues values)
-
fieldsExcludedFromEqualsAndHashCode
protected String[] fieldsExcludedFromEqualsAndHashCode()
- Overrides:
fieldsExcludedFromEqualsAndHashCode
in classObjectWithReflectiveEqualsHashCodeToString
-
-