| Package | Description | 
|---|---|
| org.omnifaces.util.copier | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CloneCopierCopier that copies an object using the  Cloneablefacility. | 
| class  | CopyCtorCopierCopier that copies an object using its copy constructor. | 
| class  | MultiStrategyCopierCopier that copies an object trying a variety of strategies until one succeeds. | 
| class  | NewInstanceCopierCopier that doesn't actually copy an object fully, but just returns a new instance of the same type. | 
| class  | SerializationCopierCopier that copies an object by serializing and subsequently deserializing it again. | 
Copyright © 2012–2018 OmniFaces. All rights reserved.