public class NestedMethodInvocation extends Object implements LaMethodInvocation
| コンストラクタと説明 |
|---|
NestedMethodInvocation(LaMethodInvocation parent,
MethodInterceptor[] interceptors) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
Object[] |
getArguments() |
Method |
getMethod() |
Object |
getParameter(String name) |
AccessibleObject |
getStaticPart() |
Class<?> |
getTargetClass() |
Object |
getThis() |
Object |
proceed() |
public NestedMethodInvocation(LaMethodInvocation parent, MethodInterceptor[] interceptors)
public Object[] getArguments()
getArguments インタフェース内 Invocationpublic Method getMethod()
getMethod インタフェース内 MethodInvocationpublic AccessibleObject getStaticPart()
getStaticPart インタフェース内 Joinpointpublic Class<?> getTargetClass()
getTargetClass インタフェース内 LaMethodInvocationpublic Object getParameter(String name)
getParameter インタフェース内 LaMethodInvocationCopyright © 2015 The DBFlute Project. All rights reserved.