net.sf.json.filters
public class TruePropertyFilter extends java.lang.Object implements PropertyFilter
Constructor and Description |
---|
TruePropertyFilter() |
Modifier and Type | Method and Description |
---|---|
boolean |
apply(java.lang.Object source,
java.lang.String name,
java.lang.Object value) |
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-2014 Json-lib. All Rights Reserved.