Uploaded image for project: 'Commons BeanUtils'
  1. Commons BeanUtils
  2. BEANUTILS-299

ConvertingWrapDynaBean should allow custom BeanUtilsBean

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • 2.0.0
    • DynaBean
    • None

    Description

      ConvertingWrapDynaBean should accept as constructor parameter a custom BeanUtilsBean and use that instead of the static BeanUtils.

      like so:

      BeanUtilsBean beanUtils;

      public ConvertingWrapDynaBean(Object instance, BeanUtilsBean beanUtils) {
      super(instance);
      this.beanUtils = beanUtils;
      }

      public ConvertingWrapDynaBean(Object instance) {
      this(instance, new BeanUtilsBean);
      }

      Attachments

        Activity

          People

            Unassigned Unassigned
            hvesalai Heikki Vesalainen
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: