Copying JavaBeans Instances: Difference between revisions
Jump to navigation
Jump to search
Line 14: | Line 14: | ||
=BeanUtils= | =BeanUtils= | ||
<tt>org.apache.commons.beanutils.BeanUtils</tt> is a utility method for populating JavaBeans properties via reflection. |
Revision as of 19:37, 15 October 2018
External
Internal
Overview
This article describes methods of copying Java Bean instances in such a way that changing the copy leaves the original object intact.
Object.clone()
BeanUtils
org.apache.commons.beanutils.BeanUtils is a utility method for populating JavaBeans properties via reflection.