java.lang.Object
com.sun.faces.util.copier.CopyCtorCopier
- All Implemented Interfaces:
 Copier
Copier that copies an object using its copy constructor.
 
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.
- Since:
 - 2.3
 
- 
Constructor Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
CopyCtorCopier
public CopyCtorCopier() 
 - 
 - 
Method Details
- 
copy
 
 -