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