Interface Example.PropertySelector

    • Method Detail

      • include

        boolean include​(Object propertyValue,
                        String propertyName,
                        Type type)
        Determine whether the given property should be used in the criteria.
        Parameters:
        propertyValue - 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.