public class CopyCtorCopier extends Object implements Copier
A copy constructor is a constructor that takes an object of the same type as the object that's to be constructed. This constructor then initializes itself using the values of this other instance.
| Constructor and Description | 
|---|
CopyCtorCopier()  | 
| Modifier and Type | Method and Description | 
|---|---|
Object | 
copy(Object object)
Return an object that's logically a copy of the given object. 
 | 
Copyright © 2012–2014 OmniFaces. All rights reserved.