|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.json.filters.OrPropertyFilter
public class OrPropertyFilter
Constructor Summary | |
---|---|
OrPropertyFilter(PropertyFilter filter1,
PropertyFilter filter2)
|
Method Summary | |
---|---|
boolean |
apply(java.lang.Object source,
java.lang.String name,
java.lang.Object value)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OrPropertyFilter(PropertyFilter filter1, PropertyFilter filter2)
Method Detail |
---|
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 property
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |