Class BodyMatcher<MatchedType>
java.lang.Object
software.xdev.mockserver.matchers.NotMatcher<MatchedType>
software.xdev.mockserver.matchers.BodyMatcher<MatchedType>
- All Implemented Interfaces:
Matcher<MatchedType>
- Direct Known Subclasses:
BinaryMatcher,ExactStringMatcher,ParameterStringMatcher,RegexStringMatcher,SubStringMatcher
-
Constructor Details
-
BodyMatcher
public BodyMatcher()
-