Package org.mockserver.matchers
Class NotMatcher<MatchedType>
java.lang.Object
org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
org.mockserver.matchers.NotMatcher<MatchedType>
- All Implemented Interfaces:
Matcher<MatchedType>
- Direct Known Subclasses:
AbstractHttpRequestMatcher,BodyMatcher,HashMapMatcher,MultiValueMapMatcher
public abstract class NotMatcher<MatchedType>
extends ObjectWithReflectiveEqualsHashCodeToString
implements Matcher<MatchedType>
- Author:
- jamesdbloom
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <MatcherType extends NotMatcher<?>>
MatcherTypenotMatcher(MatcherType matcher) Methods inherited from class org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
equals, fieldsExcludedFromEqualsAndHashCode, hashCode, toString
-
Constructor Details
-
NotMatcher
public NotMatcher()
-
-
Method Details
-
notMatcher
-