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