Interface ObjectCopierFactory
-
public interface ObjectCopierFactory
ObjectCopier factory interface used for registration.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectCopier
make()
Create a new instance of an ObjectCopier.
-
-
-
Method Detail
-
make
ObjectCopier make()
Create a new instance of an ObjectCopier.
-
-