Class FalsePropertyFilter

java.lang.Object
net.sf.json.filters.FalsePropertyFilter
All Implemented Interfaces:
PropertyFilter

public class FalsePropertyFilter extends Object implements PropertyFilter
  • Constructor Details

    • FalsePropertyFilter

      public FalsePropertyFilter()
  • Method Details

    • apply

      public boolean apply(Object source, String name, Object value)
      Specified by:
      apply in interface PropertyFilter
      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