Class NotMatcher<MatchedType>

java.lang.Object
software.xdev.mockserver.matchers.NotMatcher<MatchedType>
All Implemented Interfaces:
Matcher<MatchedType>
Direct Known Subclasses:
AbstractHttpRequestMatcher, BodyMatcher, HashMapMatcher, MultiValueMapMatcher

public abstract class NotMatcher<MatchedType> extends Object implements Matcher<MatchedType>
  • Constructor Details

    • NotMatcher

      public NotMatcher()
  • Method Details

    • notMatcher

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

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object