接口 Example.PropertySelector

    • 方法详细资料

      • include

        boolean include​(Object propertyValue,
                        String propertyName,
                        Type type)
        Determine whether the given property should be used in the criteria.
        参数:
        propertyValue - The property value (from the example bean)
        propertyName - The name of the property
        type - The type of the property
        返回:
        true indicates the property should be included; false indicates it should not.