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
|
Method Summary |
static
|
not(MatcherType matcher)
|
| Methods inherited from interface org.mockserver.matchers.Matcher |
matches |
NotMatcher
public NotMatcher()
not
public static <MatcherType extends NotMatcher> MatcherType not(MatcherType matcher)
Copyright © 2015. All rights reserved.