[ http://issues.apache.org/jira/browse/BEANUTILS-200?page=all ]
Henri Yandell resolved BEANUTILS-200.
-------------------------------------
Resolution: Invalid
Doesn't seem to do much - so I'm thinking there's no reason to apply this.
> [beanutils] Need a BeanUtils.describeRaw method
> -----------------------------------------------
>
> Key: BEANUTILS-200
> URL: http://issues.apache.org/jira/browse/BEANUTILS-200
> Project: Commons BeanUtils
> Issue Type: Improvement
> Components: Bean / Property Utils
> Environment: Operating System: other
> Platform: Other
> Reporter: Nathan Egge
> Priority: Minor
> Attachments: patch, patch
>
>
> Similar to the issue I submitted here:
> http://issues.apache.org/bugzilla/show_bug.cgi?id=34470
> It woudld be nice to have a method on BeanUtils that would return a Map that
> just contains the values from the bean. That is, the proposed method
> describeRaw would simply iterate over all readable methods (ones that look
> like
> get*) and return a Map where the key is the name of the attribute and the
> value
> is the Object that calling get* returns.
> Having this method would make it easy to create generic code that pulls values
> out of objects and creates an audit trail using AOP constructs.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]