public class AopConstructorInvocation extends Object implements ConstructorInvocation
| 构造器和说明 |
|---|
AopConstructorInvocation() |
| 限定符和类型 | 方法和说明 |
|---|---|
Object[] |
getArguments() |
Constructor |
getJoinPoint()
MethodInvocation will return the Method object,
ConstructorInvocation will return the Constructor object
|
Object |
getThis() |
Object |
proceed() |
void |
setArguments(Object[] arguments) |
void |
setConstructor(Constructor constructor) |
public Object[] getArguments()
getArguments 在接口中 Invocation<Constructor>public Constructor getJoinPoint()
InvocationgetJoinPoint 在接口中 Invocation<Constructor>public Object getThis()
getThis 在接口中 Invocation<Constructor>public Object proceed() throws Throwable
proceed 在接口中 Invocation<Constructor>Throwablepublic void setConstructor(Constructor constructor)
public void setArguments(Object[] arguments)
Copyright © 2021. All rights reserved.