Interface PropertyFilter

All Known Implementing Classes:
AndPropertyFilter, CompositePropertyFilter, FalsePropertyFilter, MappingPropertyFilter, NotPropertyFilter, OrPropertyFilter, TruePropertyFilter

public interface PropertyFilter
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    apply(Object source, String name, Object value)
     
  • Method Details

    • apply

      boolean apply(Object source, String name, 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