org.mockserver.matchers
Class NotMatcher<MatchedType>

java.lang.Object
  extended by org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
      extended by org.mockserver.matchers.NotMatcher<MatchedType>
All Implemented Interfaces:
Matcher<MatchedType>
Direct Known Subclasses:
BodyMatcher, HashMapMatcher, HttpRequestMatcher, MultiValueMapMatcher

public abstract class NotMatcher<MatchedType>
extends ObjectWithReflectiveEqualsHashCodeToString
implements Matcher<MatchedType>

Author:
jamesdbloom

Field Summary
 
Fields inherited from class org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
logger
 
Constructor Summary
NotMatcher()
           
 
Method Summary
static
<MatcherType extends NotMatcher>
MatcherType
not(MatcherType matcher)
           
 
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
 
Methods inherited from interface org.mockserver.matchers.Matcher
matches
 

Constructor Detail

NotMatcher

public NotMatcher()
Method Detail

not

public static <MatcherType extends NotMatcher> MatcherType not(MatcherType matcher)


Copyright © 2017. All rights reserved.