public interface Matcher
| Modifier and Type | Field and Description | 
|---|---|
| static Matcher | DEFAULT_MATCHERThe default matcher user for almost all string evaluations | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | include(java.lang.Object obj,
       java.lang.String filterData,
       java.lang.String filterColumn)Return true if given an individual object,
     a filterData and filter column if the object should be
     included in the final list. | 
static final Matcher DEFAULT_MATCHER
boolean include(java.lang.Object obj,
                java.lang.String filterData,
                java.lang.String filterColumn)
obj - each item of a dataresult to be filtered.. Most likely a DTOfilterData - the value of the column that is being queriedfilterColumn - the name of the column being queried