public class DefaultConstructorInvocation extends Object implements ConstructorInvocation
| 构造器和说明 |
|---|
DefaultConstructorInvocation() |
| 限定符和类型 | 方法和说明 |
|---|---|
Object[] |
getArguments() |
Constructor |
getJoinPoint()
MethodInvocation will return the Method object,
ConstructorInvocation will return the Constructor object
|
Object |
getThis() |
Object |
proceed() |
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>ThrowableCopyright © 2019. All rights reserved.