Package org.kordamp.json.filters
Class OrPropertyFilter
java.lang.Object
org.kordamp.json.filters.OrPropertyFilter
- All Implemented Interfaces:
PropertyFilter
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
filter1
-
filter2
-
-
Constructor Details
-
OrPropertyFilter
-
-
Method Details
-
apply
- Specified by:
apply
in 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
-