org.mockito.internal.invocation
Class SerializableMethod
java.lang.Object
   org.mockito.internal.invocation.SerializableMethod
org.mockito.internal.invocation.SerializableMethod
- All Implemented Interfaces: 
- java.io.Serializable, MockitoMethod
- public class SerializableMethod 
- extends java.lang.Object- implements java.io.Serializable, MockitoMethod
- See Also:
- Serialized Form
 
 
| Methods inherited from class java.lang.Object | 
| clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait | 
 
SerializableMethod
public SerializableMethod(java.lang.reflect.Method method)
getName
public java.lang.String getName()
- 
- Specified by:
- getNamein interface- MockitoMethod
 
- 
 
getReturnType
public java.lang.Class<?> getReturnType()
- 
- Specified by:
- getReturnTypein interface- MockitoMethod
 
- 
 
getParameterTypes
public java.lang.Class<?>[] getParameterTypes()
- 
- Specified by:
- getParameterTypesin interface- MockitoMethod
 
- 
 
getExceptionTypes
public java.lang.Class<?>[] getExceptionTypes()
- 
- Specified by:
- getExceptionTypesin interface- MockitoMethod
 
- 
 
isVarArgs
public boolean isVarArgs()
- 
- Specified by:
- isVarArgsin interface- MockitoMethod
 
- 
 
getJavaMethod
public java.lang.reflect.Method getJavaMethod()
- 
- Specified by:
- getJavaMethodin interface- MockitoMethod
 
- 
 
hashCode
public int hashCode()
- 
- Overrides:
- hashCodein class- java.lang.Object
 
- 
 
equals
public boolean equals(java.lang.Object obj)
- 
- Overrides:
- equalsin class- java.lang.Object
 
-