接口 BeanWrapper

    • 方法详细资料

      • setAutoGrowCollectionLimit

        void setAutoGrowCollectionLimit​(int autoGrowCollectionLimit)
        Specify a limit for array and collection auto-growing.

        Default is unlimited on a plain BeanWrapper.

        从以下版本开始:
        4.1
      • getAutoGrowCollectionLimit

        int getAutoGrowCollectionLimit()
        Return the limit for array and collection auto-growing.
        从以下版本开始:
        4.1
      • getPropertyDescriptors

        PropertyDescriptor[] getPropertyDescriptors()
        Obtain the PropertyDescriptors for the wrapped object (as determined by standard JavaBeans introspection).
        返回:
        the PropertyDescriptors for the wrapped object