public class CompositePropertyFilter extends java.lang.Object implements PropertyFilter
| Constructor and Description |
|---|
CompositePropertyFilter() |
CompositePropertyFilter(java.util.List filters) |
| Modifier and Type | Method and Description |
|---|---|
void |
addPropertyFilter(PropertyFilter filter) |
boolean |
apply(java.lang.Object source,
java.lang.String name,
java.lang.Object value) |
void |
removePropertyFilter(PropertyFilter filter) |
public CompositePropertyFilter()
public CompositePropertyFilter(java.util.List filters)
public void addPropertyFilter(PropertyFilter filter)
public boolean apply(java.lang.Object source,
java.lang.String name,
java.lang.Object value)
apply in interface PropertyFiltersource - the owner of the propertyname - the name of the propertyvalue - the value of the propertypublic void removePropertyFilter(PropertyFilter filter)
Copyright © 2006-2013 Json-lib. All Rights Reserved.