
org.powermock.classloading.spi.DeepClonerSPI Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of powermock-classloading-base Show documentation
Show all versions of powermock-classloading-base Show documentation
Utilities for loading and executing classes.
package org.powermock.classloading.spi;
/**
* A deep-cloner must implement this interface.
*/
public interface DeepClonerSPI {
T clone(T objectToClone);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy