java.lang.Object
org.omnifaces.util.copier.NewInstanceCopier
- All Implemented Interfaces:
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.0
- Author:
- Arjan Tijms
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
NewInstanceCopier
public NewInstanceCopier()
-
-
Method Details