Class NotPropertyFilter
java.lang.Object
net.sf.json.filters.NotPropertyFilter
- All Implemented Interfaces:
PropertyFilter
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
filter
-
-
Constructor Details
-
NotPropertyFilter
-
-
Method Details
-
apply
- 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
-