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,GraphQLMatcher,JsonPathMatcher,JsonRpcMatcher,JsonSchemaMatcher,JsonStringMatcher,ParameterStringMatcher,RegexStringMatcher,SubStringMatcher,WasmBodyMatcher,XmlSchemaMatcher,XmlStringMatcher,XPathMatcher
- Author:
- jamesdbloom
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.mockserver.matchers.NotMatcher
notMatcherMethods inherited from class org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
equals, fieldsExcludedFromEqualsAndHashCode, hashCode, toString
-
Constructor Details
-
BodyMatcher
public BodyMatcher()
-