All Known Implementing Classes:
AndMatcher, ComparisonMatcher, EqualityMatcher, InMatcher, LikeMatcher, NotMatcher, OrMatcher

public interface Matcher
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    match(Object value)
     
  • Method Details

    • match

      boolean match(Object value)