Package net.sf.json.filters
Class CompositePropertyFilter
java.lang.Object
net.sf.json.filters.CompositePropertyFilter
- All Implemented Interfaces:
PropertyFilter
- Author:
- Andres Almiray aalmiray@users.sourceforge.net
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddPropertyFilter(PropertyFilter filter) booleanvoidremovePropertyFilter(PropertyFilter filter)
-
Constructor Details
-
CompositePropertyFilter
public CompositePropertyFilter() -
CompositePropertyFilter
-
-
Method Details
-
addPropertyFilter
-
apply
- Specified by:
applyin interfacePropertyFilter- Parameters:
source- the owner of the propertyname- the name of the propertyvalue- the value of the property- Returns:
- true if the property will be filtered out, false otherwise
-
removePropertyFilter
-