org.mockserver.matchers
Class HashMapMatcher

java.lang.Object
  extended by org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
      extended by org.mockserver.matchers.NotMatcher<List<KeyAndValue>>
          extended by org.mockserver.matchers.HashMapMatcher
All Implemented Interfaces:
Matcher<List<KeyAndValue>>

public class HashMapMatcher
extends NotMatcher<List<KeyAndValue>>

Author:
jamesdbloom

Field Summary
 
Fields inherited from class org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
logger
 
Constructor Summary
HashMapMatcher(CaseInsensitiveRegexHashMap hashMap)
           
 
Method Summary
 boolean matches(List<KeyAndValue> values)
           
 
Methods inherited from class org.mockserver.matchers.NotMatcher
not
 
Methods inherited from class org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
addFieldsExcludedFromEqualsAndHashCode, equals, fieldsExcludedFromEqualsAndHashCode, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HashMapMatcher

public HashMapMatcher(CaseInsensitiveRegexHashMap hashMap)
Method Detail

matches

public boolean matches(List<KeyAndValue> values)


Copyright © 2015. All rights reserved.