org.mockito.internal.creation
Class SerializableMockitoMethodProxy

java.lang.Object
  extended by org.mockito.internal.creation.AbstractMockitoMethodProxy
      extended by org.mockito.internal.creation.SerializableMockitoMethodProxy
All Implemented Interfaces:
java.io.Serializable, MockitoMethodProxy

public class SerializableMockitoMethodProxy
extends AbstractMockitoMethodProxy
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
SerializableMockitoMethodProxy(MethodProxy methodProxy)
           
 
Method Summary
 MethodProxy getMethodProxy()
           
 
Methods inherited from class org.mockito.internal.creation.AbstractMockitoMethodProxy
invokeSuper
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SerializableMockitoMethodProxy

public SerializableMockitoMethodProxy(MethodProxy methodProxy)
Method Detail

getMethodProxy

public MethodProxy getMethodProxy()
Specified by:
getMethodProxy in interface MockitoMethodProxy