Interface Matcher<T>
- All Known Subinterfaces:
HttpRequestMatcher
- All Known Implementing Classes:
AbstractHttpRequestMatcher,BinaryMatcher,BodyMatcher,BooleanMatcher,ExactStringMatcher,HashMapMatcher,HttpRequestPropertiesMatcher,MultiValueMapMatcher,NotMatcher,ParameterStringMatcher,RegexStringMatcher,SubStringMatcher
public interface Matcher<T>
-
Method Summary
Modifier and TypeMethodDescriptionbooleanisBlank()booleanmatches(MatchDifference context, T t)
-
Method Details
-
matches
-
isBlank
boolean isBlank()
-