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/02 21:40:35 UTC

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

Oliver Heger created BEANUTILS-455:
--------------------------------------

             Summary: 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)