Class NotPropertyFilter

  • All Implemented Interfaces:
    PropertyFilter

    public class NotPropertyFilter
    extends java.lang.Object
    implements PropertyFilter
    Author:
    Andres Almiray
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean apply​(java.lang.Object source, java.lang.String name, java.lang.Object value)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NotPropertyFilter

        public NotPropertyFilter​(PropertyFilter filter)
    • Method Detail

      • apply

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