public class OrPropertyFilter extends java.lang.Object implements PropertyFilter
Constructor and Description |
---|
OrPropertyFilter(PropertyFilter filter1,
PropertyFilter filter2) |
Modifier and Type | Method and Description |
---|---|
boolean |
apply(java.lang.Object source,
java.lang.String name,
java.lang.Object value) |
public OrPropertyFilter(PropertyFilter filter1, PropertyFilter filter2)
public boolean apply(java.lang.Object source, java.lang.String name, java.lang.Object value)
apply
in interface PropertyFilter
source
- the owner of the propertyname
- the name of the propertyvalue
- the value of the propertyCopyright © 2006-2013 Json-lib. All Rights Reserved.