Class Example.AllPropertySelector

    • Constructor Detail

      • AllPropertySelector

        public AllPropertySelector()
    • Method Detail

      • include

        public boolean include​(Object object,
                               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.