Package org.mockserver.matchers
Class HashMapMatcher
java.lang.Object
org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
org.mockserver.matchers.NotMatcher<KeysAndValues<? extends KeyAndValue,? extends KeysAndValues>>
org.mockserver.matchers.HashMapMatcher
- All Implemented Interfaces:
Matcher<KeysAndValues<? extends KeyAndValue,? extends KeysAndValues>>
public class HashMapMatcher
extends NotMatcher<KeysAndValues<? extends KeyAndValue,? extends KeysAndValues>>
- Author:
- jamesdbloom
-
Method Summary
Modifier and TypeMethodDescriptionprotected String[]booleanisBlank()booleanmatches(MatchDifference context, KeysAndValues<? extends KeyAndValue, ? extends KeysAndValues> 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, KeysAndValues<? extends KeyAndValue, ? extends KeysAndValues> matched) -
isBlank
public boolean isBlank() -
fieldsExcludedFromEqualsAndHashCode
- Overrides:
fieldsExcludedFromEqualsAndHashCodein classObjectWithReflectiveEqualsHashCodeToString
-