You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Oliver Heger (JIRA)" <ji...@apache.org> on 2013/12/04 21:38:35 UTC

[jira] [Resolved] (BEANUTILS-455) WrapDynaBeans always use the default PropertyUtilsBean instance

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

Oliver Heger resolved BEANUTILS-455.
------------------------------------

    Resolution: Fixed

Fixed in SVN in revision 1547903.

> WrapDynaBeans always use the default PropertyUtilsBean instance
> ---------------------------------------------------------------
>
>                 Key: BEANUTILS-455
>                 URL: https://issues.apache.org/jira/browse/BEANUTILS-455
>             Project: Commons BeanUtils
>          Issue Type: Improvement
>          Components: Bean / Property Utils, DynaBean
>    Affects Versions: 1.8.3
>            Reporter: Oliver Heger
>             Fix For: 1.9.0
>
>
> {{WrapDynaClass}} uses {{PropertyUtils}} for introspecting the wrapped bean class. Behind the scenes, this delegates to the standard {{PropertyUtilsBean}} instance. For some use cases it would make sense to hook in another instance of {{PropertyUtilsBean}} for this purpose, e.g. if custom introspection has been configured.
> The API should be extended to allow the client to specify a {{PropertyUtilsBean}} instance. If none is provided, the default instance should be used.



--
This message was sent by Atlassian JIRA
(v6.1#6144)