Class MethodHandleProxy.MethodHandleRealMethod
java.lang.Object
org.mockito.internal.creation.proxy.MethodHandleProxy.MethodHandleRealMethod
- All Implemented Interfaces:
Serializable, RealMethod
- Enclosing class:
MethodHandleProxy
@SuppressSignatureCheck
private static class MethodHandleProxy.MethodHandleRealMethod
extends Object
implements RealMethod, Serializable
-
Nested Class Summary
Nested classes/interfaces inherited from interface RealMethod
RealMethod.FromBehavior, RealMethod.FromCallable, RealMethod.IsIllegal -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Object[]private final MethodHandleprivate static final long -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
handle
-
args
-
-
Constructor Details
-
MethodHandleRealMethod
-
-
Method Details
-
isInvokable
public boolean isInvokable()- Specified by:
isInvokablein interfaceRealMethod
-
invoke
- Specified by:
invokein interfaceRealMethod- Throws:
Throwable
-