[BeanUtils2] Implement copyPropertiesTo(T target) on DefaultBeanAccessor
------------------------------------------------------------------------
Key: SANDBOX-405
URL: https://issues.apache.org/jira/browse/SANDBOX-405
Project: Commons Sandbox
Issue Type: Improvement
Components: BeanUtils2
Affects Versions: Nightly Builds
Reporter: Benedikt Ritter
{{copyPropertiesTo(T target)}} can be implemented in a pretty straight forward
manner:
* make sure that {{target}} is not null
* call {{on( target ).populate( describe() )}}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira