public class NewInstanceCopier extends Object implements Copier
The object that is to be copied has to implement a public default constructor.
| Constructor and Description | 
|---|
NewInstanceCopier()  | 
| Modifier and Type | Method and Description | 
|---|---|
Object | 
copy(Object object)
Return an object that's logically a copy of the given object. 
 | 
Copyright © 2012–2021 OmniFaces. All rights reserved.