org.mockserver.matchers
Class MultiValueMapMatcher

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

public class MultiValueMapMatcher
extends NotMatcher<List<KeyToMultiValue>>

Author:
jamesdbloom

Field Summary
 
Fields inherited from class org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
logger
 
Constructor Summary
MultiValueMapMatcher(CaseInsensitiveRegexMultiMap multiMap)
           
 
Method Summary
 boolean matches(List<KeyToMultiValue> 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

MultiValueMapMatcher

public MultiValueMapMatcher(CaseInsensitiveRegexMultiMap multiMap)
Method Detail

matches

public boolean matches(List<KeyToMultiValue> values)


Copyright © 2015. All rights reserved.