Package com.embabel.agent.filter
Class PropertyFilter.Or
-
- All Implemented Interfaces:
-
com.embabel.agent.filter.PropertyFilter
public final class PropertyFilter.Or implements PropertyFilter
Logical OR: at least one filter must match
-
-
Field Summary
Fields Modifier and Type Field Description private final List<PropertyFilter>filters
-
Constructor Summary
Constructors Constructor Description PropertyFilter.Or(PropertyFilter filters)PropertyFilter.Or(List<PropertyFilter> filters)
-
Method Summary
Modifier and Type Method Description final List<PropertyFilter>getFilters()-
-
Constructor Detail
-
PropertyFilter.Or
PropertyFilter.Or(PropertyFilter filters)
-
PropertyFilter.Or
PropertyFilter.Or(List<PropertyFilter> filters)
-
-
Method Detail
-
getFilters
final List<PropertyFilter> getFilters()
-
-
-
-