public interface InvocationArguments extends PreparedInvocationArguments
Modifier and Type | Method and Description |
---|---|
void |
putInvocationArgument(int index,
Object arg)
エンドポイントとなるメソッドの引数に適用される値を設定します。
|
void |
replace(Object newInvocationInstance)
エンドポイントとなるインスタンスを任意のオブジェクトに置き換えます。
|
asList
void replace(Object newInvocationInstance)
newInvocationInstance
- エンドポイントとなるメソッドを持つインスタンスvoid putInvocationArgument(int index, Object arg)
index
- メソッドの引数に一致する(0から始まる)索引arg
- エンドポイントとなるメソッドの引数として適用する値Copyright © 2014 Analog Web Framework Development Team. All Rights Reserved.