Copying JavaBeans Instances: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
m (Ovidiu moved page Copying Java Bean Instances to Copying JavaBeans Instances without leaving a redirect)
No edit summary
Line 5: Line 5:
=Internal=
=Internal=


* [[Java Beans#Subjects|Java Beans]]
* [[JavaBeans#Subjects|JavaBeans]]


=Overview=
=Overview=

Revision as of 19:40, 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.