Package org.mockito.internal.invocation
Class SerializableMethod
java.lang.Object
org.mockito.internal.invocation.SerializableMethod
- All Implemented Interfaces:
Serializable
,AbstractAwareMethod
,MockitoMethod
- See Also:
-
Constructor Details
-
SerializableMethod
-
-
Method Details
-
getName
- Specified by:
getName
in interfaceMockitoMethod
-
getReturnType
- Specified by:
getReturnType
in interfaceMockitoMethod
-
getParameterTypes
- Specified by:
getParameterTypes
in interfaceMockitoMethod
-
getExceptionTypes
- Specified by:
getExceptionTypes
in interfaceMockitoMethod
-
isVarArgs
public boolean isVarArgs()- Specified by:
isVarArgs
in interfaceMockitoMethod
-
isAbstract
public boolean isAbstract()- Specified by:
isAbstract
in interfaceAbstractAwareMethod
-
getJavaMethod
- Specified by:
getJavaMethod
in interfaceMockitoMethod
-
hashCode
public int hashCode() -
equals
-