Class Example.NotNullPropertySelector

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean include​(java.lang.Object object, java.lang.String propertyName, Type type)
      Determine whether the given property should be used in the criteria.
      • Methods inherited from class java.lang.Object

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

      • NotNullPropertySelector

        public NotNullPropertySelector()
    • Method Detail

      • include

        public boolean include​(java.lang.Object object,
                               java.lang.String propertyName,
                               Type type)
        Description copied from interface: Example.PropertySelector
        Determine whether the given property should be used in the criteria.
        Specified by:
        include in interface Example.PropertySelector
        Parameters:
        object - The property value (from the example bean)
        propertyName - The name of the property
        type - The type of the property
        Returns:
        true indicates the property should be included; false indicates it should not.