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() |
Copyright © 2012–2014 OmniFaces. All rights reserved.