public class AroundInvocation extends Object implements Invocation
| 构造器和说明 |
|---|
AroundInvocation(Invocation invocation,
AroundAdvice[] advices,
int index,
Method method) |
public AroundInvocation(Invocation invocation, AroundAdvice[] advices, int index, Method method)
public Object getProxy()
getProxy 在接口中 Invocationpublic Method getMethod()
getMethod 在接口中 InvocationCopyright © 2024 fossc. All rights reserved.