Package org.mockserver.matchers
Class MultiValueMapMatcher
- java.lang.Object
-
- org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
-
- org.mockserver.matchers.NotMatcher<KeysToMultiValues<? extends KeyToMultiValue,? extends KeysToMultiValues>>
-
- org.mockserver.matchers.MultiValueMapMatcher
-
- All Implemented Interfaces:
Matcher<KeysToMultiValues<? extends KeyToMultiValue,? extends KeysToMultiValues>>
public class MultiValueMapMatcher extends NotMatcher<KeysToMultiValues<? extends KeyToMultiValue,? extends KeysToMultiValues>>
- Author:
- jamesdbloom
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String[]fieldsExcludedFromEqualsAndHashCode()booleanisBlank()booleanmatches(MatchDifference context, KeysToMultiValues<? extends KeyToMultiValue,? extends KeysToMultiValues> matched)-
Methods inherited from class org.mockserver.matchers.NotMatcher
notMatcher
-
Methods inherited from class org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
equals, hashCode, toString
-
-
-
-
Method Detail
-
matches
public boolean matches(MatchDifference context, KeysToMultiValues<? extends KeyToMultiValue,? extends KeysToMultiValues> matched)
-
isBlank
public boolean isBlank()
-
fieldsExcludedFromEqualsAndHashCode
protected String[] fieldsExcludedFromEqualsAndHashCode()
- Overrides:
fieldsExcludedFromEqualsAndHashCodein classObjectWithReflectiveEqualsHashCodeToString
-
-