You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Niall Pemberton (JIRA)" <ji...@apache.org> on 2008/02/15 23:14:07 UTC

[jira] Updated: (BEANUTILS-299) ConvertingWrapDynaBean should allow custom BeanUtilsBean

     [ https://issues.apache.org/jira/browse/BEANUTILS-299?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Niall Pemberton updated BEANUTILS-299:
--------------------------------------

      Component/s: DynaBean
    Fix Version/s: LATER THAN 1.8.0

> ConvertingWrapDynaBean should allow custom BeanUtilsBean
> --------------------------------------------------------
>
>                 Key: BEANUTILS-299
>                 URL: https://issues.apache.org/jira/browse/BEANUTILS-299
>             Project: Commons BeanUtils
>          Issue Type: Improvement
>          Components: DynaBean
>            Reporter: Heikki Vesalainen
>             Fix For: LATER THAN 1.8.0
>
>
> 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);
> }

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.