Uses of Interface
org.omnifaces.util.copier.Copier
-
Packages that use Copier Package Description org.omnifaces.util.copier -
-
Uses of Copier in org.omnifaces.util.copier
Classes in org.omnifaces.util.copier that implement Copier Modifier and Type Class Description classCloneCopierCopier that copies an object using theCloneablefacility.classCopyCtorCopierCopier that copies an object using its copy constructor.classMultiStrategyCopierCopier that copies an object trying a variety of strategies until one succeeds.classNewInstanceCopierCopier that doesn't actually copy an object fully, but just returns a new instance of the same type.classSerializationCopierCopier that copies an object by serializing and subsequently deserializing it again.
-