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:
getNamein interfaceMockitoMethod
-
getReturnType
- Specified by:
getReturnTypein interfaceMockitoMethod
-
getParameterTypes
- Specified by:
getParameterTypesin interfaceMockitoMethod
-
getExceptionTypes
- Specified by:
getExceptionTypesin interfaceMockitoMethod
-
isVarArgs
public boolean isVarArgs()- Specified by:
isVarArgsin interfaceMockitoMethod
-
isAbstract
public boolean isAbstract()- Specified by:
isAbstractin interfaceAbstractAwareMethod
-
getJavaMethod
- Specified by:
getJavaMethodin interfaceMockitoMethod
-
hashCode
-
equals
-