Class BodyMatcher<MatchedType>

All Implemented Interfaces:
Matcher<MatchedType>
Direct Known Subclasses:
BinaryMatcher, ExactStringMatcher, GraphQLMatcher, JsonPathMatcher, JsonRpcMatcher, JsonSchemaMatcher, JsonStringMatcher, ParameterStringMatcher, RegexStringMatcher, SubStringMatcher, WasmBodyMatcher, XmlSchemaMatcher, XmlStringMatcher, XPathMatcher

public abstract class BodyMatcher<MatchedType> extends NotMatcher<MatchedType>
Author:
jamesdbloom
  • Constructor Details

    • BodyMatcher

      public BodyMatcher()