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