[
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.