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