Interface BeanWrapper

    • Method Detail

      • setAutoGrowCollectionLimit

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

        Default is unlimited on a plain BeanWrapper.

        Since:
        4.1
      • getPropertyDescriptors

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