接口的使用
org.springframework.aop.ProxyMethodInvocation
使用ProxyMethodInvocation的程序包 程序包 说明 org.springframework.aop.aspectj AspectJ integration package.org.springframework.aop.framework Package containing Spring's basic AOP infrastructure, compliant with the AOP Alliance interfaces.org.springframework.aop.aspectj中ProxyMethodInvocation的使用
参数类型为ProxyMethodInvocation的org.springframework.aop.aspectj中的方法 修饰符和类型 方法 说明 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.参数类型为ProxyMethodInvocation的org.springframework.aop.aspectj中的构造器 构造器 说明 MethodInvocationProceedingJoinPoint(ProxyMethodInvocation methodInvocation)Create a new MethodInvocationProceedingJoinPoint, wrapping the given Spring ProxyMethodInvocation object.org.springframework.aop.framework中ProxyMethodInvocation的使用
实现ProxyMethodInvocation的org.springframework.aop.framework中的类 修饰符和类型 类 说明 classReflectiveMethodInvocationSpring's implementation of the AOP AllianceMethodInvocationinterface, implementing the extendedProxyMethodInvocationinterface.