Package org.mockito.internal.invocation
Class SerializableMethod
java.lang.Object
org.mockito.internal.invocation.SerializableMethod
- All Implemented Interfaces:
Serializable
,AbstractAwareMethod
,MockitoMethod
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
declaringClass
-
methodName
-
parameterTypes
-
returnType
-
exceptionTypes
-
isVarArgs
private final boolean isVarArgs -
isAbstract
private final boolean isAbstract -
method
-
-
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
-