private static class CglibAopProxy.CglibMethodInvocation extends ReflectiveMethodInvocation
Modifier and Type | Field and Description |
---|---|
private MethodProxy |
methodProxy |
private boolean |
publicMethod |
arguments, interceptorsAndDynamicMethodMatchers, method, proxy, target
Constructor and Description |
---|
CglibMethodInvocation(java.lang.Object proxy,
java.lang.Object target,
java.lang.reflect.Method method,
java.lang.Object[] arguments,
java.lang.Class<?> targetClass,
java.util.List<java.lang.Object> interceptorsAndDynamicMethodMatchers,
MethodProxy methodProxy) |
Modifier and Type | Method and Description |
---|---|
protected java.lang.Object |
invokeJoinpoint()
Gives a marginal performance improvement versus using reflection to
invoke the target when invoking public methods.
|
getArguments, getMethod, getProxy, getStaticPart, getThis, getUserAttribute, getUserAttributes, invocableClone, invocableClone, proceed, setArguments, setUserAttribute, toString
private final MethodProxy methodProxy
private final boolean publicMethod
public CglibMethodInvocation(java.lang.Object proxy, java.lang.Object target, java.lang.reflect.Method method, java.lang.Object[] arguments, java.lang.Class<?> targetClass, java.util.List<java.lang.Object> interceptorsAndDynamicMethodMatchers, MethodProxy methodProxy)
protected java.lang.Object invokeJoinpoint() throws java.lang.Throwable
invokeJoinpoint
in class ReflectiveMethodInvocation
java.lang.Throwable
- if invoking the joinpoint resulted in an exception