Copying JavaBeans Instances

From NovaOrdis Knowledge Base
Revision as of 19:39, 15 October 2018 by Ovidiu (talk | contribs) (Ovidiu moved page Copying Java Bean Instances to Copying JavaBeans Instances without leaving a redirect)
Jump to navigation Jump to search

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.