Package org.mockserver.matchers
Interface Matcher<T>
-
- All Known Implementing Classes:
BinaryMatcher,BodyMatcher,BooleanMatcher,ExactStringMatcher,HashMapMatcher,HttpRequestMatcher,JsonPathMatcher,JsonSchemaMatcher,JsonStringMatcher,MultiValueMapMatcher,NotMatcher,ParameterStringMatcher,RegexStringMatcher,SubStringMatcher,XmlSchemaMatcher,XmlStringMatcher,XPathMatcher
public interface Matcher<T>- Author:
- jamesdbloom
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanmatches(HttpRequest context, T t)
-
-
-
Method Detail
-
matches
boolean matches(HttpRequest context, T t)
-
-