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:
BodyMatcher
,HashMapMatcher
,HttpRequestMatcher
,MultiValueMapMatcher
public abstract class NotMatcher<MatchedType> extends ObjectWithReflectiveEqualsHashCodeToString implements Matcher<MatchedType>
- Author:
- jamesdbloom
-
-
Constructor Summary
Constructors Constructor Description NotMatcher()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <MatcherType extends NotMatcher>
MatcherTypenot(MatcherType matcher)
-
Methods inherited from class org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
equals, fieldsExcludedFromEqualsAndHashCode, hashCode, key, toString
-
-
-
-
Method Detail
-
not
public static <MatcherType extends NotMatcher> MatcherType not(MatcherType matcher)
-
-