类 Example.AllPropertySelector

    • 构造器详细资料

      • AllPropertySelector

        public AllPropertySelector()
    • 方法详细资料

      • include

        public boolean include​(Object object,
                               String propertyName,
                               Type type)
        从接口复制的说明: Example.PropertySelector
        Determine whether the given property should be used in the criteria.
        指定者:
        include 在接口中 Example.PropertySelector
        参数:
        object - 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.