Fabio Borriello created BEANUTILS-524:
-----------------------------------------
Summary: Make BeanUtils copyProperties able to copy Immutable,
Mutable and Mixed Java Bean
Key: BEANUTILS-524
URL: https://issues.apache.org/jira/browse/BEANUTILS-524
Project: Commons BeanUtils
Issue Type: New Feature
Components: Locale BeanUtils / Converters
Reporter: Fabio Borriello
h4. Overview
the copyProperties method in the BeanUtils class, is able to copy only public
properties or the ones with a public setter method.
it would be really useful if this functionality can be extended in order to
copy any kind of Java Bean: Mutable, Immutable, Mixed.
h4. Solution
Evaluate the possibility to use, behind the scenes, an open source library
that is able to copy Mutable, Immutable and Mixed Java Bean. The library In
object is [BULL|https://github.com/HotelsDotCom/bull].
This would also make able to copy nested objects.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)