Package org.kordamp.json.util
Interface PropertyFilter
- All Known Implementing Classes:
AndPropertyFilter
,CompositePropertyFilter
,FalsePropertyFilter
,MappingPropertyFilter
,NotPropertyFilter
,OrPropertyFilter
,TruePropertyFilter
public interface PropertyFilter
-
Method Summary
-
Method Details
-
apply
- 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
-