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
 boolean apply(java.lang.Object source, java.lang.String name, java.lang.Object value)
           
 

Method Detail

apply

boolean apply(java.lang.Object source,
              java.lang.String name,
              java.lang.Object value)
Parameters:
source - the owner of the property
name - the name of the property
value - the value of the property
Returns:
true if the property will be filtered out, false otherwise


Copyright © 2006-2012 Json-lib. All Rights Reserved.