org.powermock.classloading.spi
Interface DeepClonerSPI

All Known Implementing Classes:
DeepCloner

public interface DeepClonerSPI

A deep-cloner must implement this interface.


Method Summary
<T> T
clone(T objectToClone)
           
 

Method Detail

clone

<T> T clone(T objectToClone)


Copyright © 2007-2012. All Rights Reserved.