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 Type
    Method
    Description
    boolean
     
    boolean
    matches(MatchDifference context, T t)
     
  • Method Details

    • matches

      boolean matches(MatchDifference context, T t)
    • isBlank

      boolean isBlank()