Package com.sun.faces.util.copier
Class NewInstanceCopier
java.lang.Object
com.sun.faces.util.copier.NewInstanceCopier
- All Implemented Interfaces:
Copier
public class NewInstanceCopier extends Object implements Copier
Copier that doesn't actually copy an object fully, but just returns a new instance of the same type.
The object that is to be copied has to implement a public default constructor.
- Since:
- 2.3
- Author:
- Arjan Tijms
-
Constructor Summary
Constructors Constructor Description NewInstanceCopier()
-
Method Summary
-
Constructor Details
-
NewInstanceCopier
public NewInstanceCopier()
-
-
Method Details