Uses of Interface
org.springframework.aop.ProxyMethodInvocation
Packages that use ProxyMethodInvocation
Package
Description
AspectJ integration package.
Package containing Spring's basic AOP infrastructure, compliant with the
AOP Alliance interfaces.
-
Uses of ProxyMethodInvocation in org.springframework.aop.aspectj
Methods in org.springframework.aop.aspectj with parameters of type ProxyMethodInvocationModifier and TypeMethodDescriptionprotected org.aspectj.weaver.tools.JoinPointMatch
AbstractAspectJAdvice.getJoinPointMatch
(ProxyMethodInvocation pmi) protected org.aspectj.lang.ProceedingJoinPoint
AspectJAroundAdvice.lazyGetProceedingJoinPoint
(ProxyMethodInvocation rmi) Return the ProceedingJoinPoint for the current invocation, instantiating it lazily if it hasn't been bound to the thread already.Constructors in org.springframework.aop.aspectj with parameters of type ProxyMethodInvocationModifierConstructorDescriptionMethodInvocationProceedingJoinPoint
(ProxyMethodInvocation methodInvocation) Create a new MethodInvocationProceedingJoinPoint, wrapping the given Spring ProxyMethodInvocation object. -
Uses of ProxyMethodInvocation in org.springframework.aop.framework
Classes in org.springframework.aop.framework that implement ProxyMethodInvocationModifier and TypeClassDescriptionclass
Spring's implementation of the AOP AllianceMethodInvocation
interface, implementing the extendedProxyMethodInvocation
interface.