Package net.sf.json.util
Interface PropertyFilter
- All Known Implementing Classes:
AndPropertyFilter,CompositePropertyFilter,FalsePropertyFilter,MappingPropertyFilter,NotPropertyFilter,OrPropertyFilter,TruePropertyFilter
public interface PropertyFilter
- Author:
- Andres Almiray aalmiray@users.sourceforge.net
-
Method Summary
-
Method Details
-
apply
- 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
-