Package net.sf.json.util
Interface PropertyFilter
-
- All Known Implementing Classes:
AndPropertyFilter,CompositePropertyFilter,FalsePropertyFilter,MappingPropertyFilter,NotPropertyFilter,OrPropertyFilter,TruePropertyFilter
public interface PropertyFilter- Author:
- Andres Almiray
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanapply(Object source, String name, Object value)
-