Class 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 Details

    • NotMatcher

      public NotMatcher()
  • Method Details

    • notMatcher

      public static <MatcherType extends NotMatcher<?>> MatcherType notMatcher(MatcherType matcher)