Uses of Interface
org.springframework.aop.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
Modifier and TypeMethodDescriptionprotected @Nullable 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.ModifierConstructorDescriptionMethodInvocationProceedingJoinPoint
(ProxyMethodInvocation methodInvocation) Create a new MethodInvocationProceedingJoinPoint, wrapping the given Spring ProxyMethodInvocation object. -
Uses of ProxyMethodInvocation in org.springframework.aop.framework
Modifier and TypeClassDescriptionclass
Spring's implementation of the AOP AllianceMethodInvocation
interface, implementing the extendedProxyMethodInvocation
interface.