Package org.powermock.classloading.spi
Interface DeepClonerSPI
-
- All Known Implementing Classes:
DeepCloner
public interface DeepClonerSPI
A deep-cloner must implement this interface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T> T
clone(T objectToClone)
-