Uses of Class
org.mockserver.matchers.BodyMatcher
-
Packages that use BodyMatcher Package Description org.mockserver.codec org.mockserver.matchers -
-
Uses of BodyMatcher in org.mockserver.codec
Methods in org.mockserver.codec with parameters of type BodyMatcher Modifier and Type Method Description StringJsonSchemaBodyDecoder. convertToJson(HttpRequest request, BodyMatcher<?> bodyMatcher) -
Uses of BodyMatcher in org.mockserver.matchers
Subclasses of BodyMatcher in org.mockserver.matchers Modifier and Type Class Description classBinaryMatcherclassExactStringMatcherclassGraphQLMatcherclassJsonPathMatcherSee https://github.com/json-path/JsonPathclassJsonRpcMatcherclassJsonSchemaMatcherSee http://json-schema.org/classJsonStringMatcherclassParameterStringMatcherclassRegexStringMatcherclassSubStringMatcherclassXmlSchemaMatcherSee http://xml-schema.org/classXmlStringMatcherclassXPathMatcher
-