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