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
Modifier and TypeMethodDescriptionprotected String[]booleanisBlank()booleanmatches(MatchDifference context, KeysToMultiValues<? extends KeyToMultiValue, ? extends KeysToMultiValues> matched) Methods inherited from class org.mockserver.matchers.NotMatcher
notMatcherMethods inherited from class org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
equals, hashCode, toString
-
Method Details
-
matches
public boolean matches(MatchDifference context, KeysToMultiValues<? extends KeyToMultiValue, ? extends KeysToMultiValues> matched) -
isBlank
public boolean isBlank() -
fieldsExcludedFromEqualsAndHashCode
- Overrides:
fieldsExcludedFromEqualsAndHashCodein classObjectWithReflectiveEqualsHashCodeToString
-