接口的使用
cn.taketoday.aop.ProxyMethodInvocation
使用ProxyMethodInvocation的程序包
-
cn.taketoday.aop.aspectj中ProxyMethodInvocation的使用
修饰符和类型方法说明protected org.aspectj.weaver.tools.JoinPointMatchAbstractAspectJAdvice.getJoinPointMatch(ProxyMethodInvocation pmi) protected org.aspectj.lang.ProceedingJoinPointAspectJAroundAdvice.lazyGetProceedingJoinPoint(ProxyMethodInvocation rmi) Return the ProceedingJoinPoint for the current invocation, instantiating it lazily if it hasn't been bound to the thread already.限定符构造器说明MethodInvocationProceedingJoinPoint(ProxyMethodInvocation methodInvocation) Create a new MethodInvocationProceedingJoinPoint, wrapping the given Framework ProxyMethodInvocation object. -
cn.taketoday.aop.framework中ProxyMethodInvocation的使用
修饰符和类型类说明classImplemented basicAbstractMethodInvocation.proceed()logicclassfinal classclass