Class MethodReplaceStrategyImpl.MethodInvocationHandler
- java.lang.Object
-
- org.powermock.api.support.membermodification.strategy.impl.MethodReplaceStrategyImpl.MethodInvocationHandler
-
- All Implemented Interfaces:
java.lang.reflect.InvocationHandler
- Enclosing class:
- MethodReplaceStrategyImpl
private final class MethodReplaceStrategyImpl.MethodInvocationHandler extends java.lang.Object implements java.lang.reflect.InvocationHandler
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.reflect.Method
methodDelegator
-
Constructor Summary
Constructors Constructor Description MethodInvocationHandler(java.lang.reflect.Method methodDelegator)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
invoke(java.lang.Object object, java.lang.reflect.Method invokingMethod, java.lang.Object[] arguments)
-