Package org.mockserver.matchers
Class BodyMatcher<MatchedType>
- java.lang.Object
-
- org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
-
- org.mockserver.matchers.NotMatcher<MatchedType>
-
- org.mockserver.matchers.BodyMatcher<MatchedType>
-
- All Implemented Interfaces:
Matcher<MatchedType>
- Direct Known Subclasses:
BinaryMatcher
,ExactStringMatcher
,JsonPathMatcher
,JsonSchemaMatcher
,JsonStringMatcher
,ParameterStringMatcher
,RegexStringMatcher
,SubStringMatcher
,XmlSchemaMatcher
,XmlStringMatcher
,XPathMatcher
public abstract class BodyMatcher<MatchedType> extends NotMatcher<MatchedType>
- Author:
- jamesdbloom
-
-
Constructor Summary
Constructors Constructor Description BodyMatcher()
-
Method Summary
-
Methods inherited from class org.mockserver.matchers.NotMatcher
not
-
Methods inherited from class org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
equals, fieldsExcludedFromEqualsAndHashCode, hashCode, key, toString
-
-