net.sf.json.filters
Class CompositePropertyFilter
java.lang.Object
net.sf.json.filters.CompositePropertyFilter
- All Implemented Interfaces:
- PropertyFilter
public class CompositePropertyFilter
- extends java.lang.Object
- implements PropertyFilter
- Author:
- Andres Almiray
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CompositePropertyFilter
public CompositePropertyFilter()
CompositePropertyFilter
public CompositePropertyFilter(java.util.List filters)
addPropertyFilter
public void addPropertyFilter(PropertyFilter filter)
apply
public boolean apply(java.lang.Object source,
java.lang.String name,
java.lang.Object value)
- Specified by:
apply
in interface PropertyFilter
- 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
public void removePropertyFilter(PropertyFilter filter)
Copyright © 2006-2010 Json-lib. All Rights Reserved.