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 org.mockito.internal.invocation.RealMethod
RealMethod.FromBehavior, RealMethod.FromCallable, RealMethod.IsIllegal
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Object[]
private final MethodHandle
private 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:
isInvokable
in interfaceRealMethod
-
invoke
- Specified by:
invoke
in interfaceRealMethod
- Throws:
Throwable
-