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