Package net.sf.json.filters
Class TruePropertyFilter
- java.lang.Object
-
- net.sf.json.filters.TruePropertyFilter
-
- All Implemented Interfaces:
PropertyFilter
public class TruePropertyFilter extends java.lang.Object implements PropertyFilter
-
-
Constructor Summary
Constructors Constructor Description TruePropertyFilter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanapply(java.lang.Object source, java.lang.String name, java.lang.Object value)
-
-
-
Method Detail
-
apply
public boolean apply(java.lang.Object source, java.lang.String name, java.lang.Object value)- Specified by:
applyin interfacePropertyFilter- Parameters:
source- the owner of the propertyname- the name of the propertyvalue- the value of the property- Returns:
- true if the property will be filtered out, false otherwise
-
-