Interface ElMatcher<T>


public interface ElMatcher<T>
Interface for defining matches for filter expressions.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    isMatch(T bean)
    Return true if the bean matches the expression.
  • Method Details

    • isMatch

      boolean isMatch(T bean)
      Return true if the bean matches the expression.