public interface InvokerArguments
Invoker.| Modifier and Type | Method and Description |
|---|---|
<T> T |
getArgument(int index,
java.lang.Class<T> type)
Get the argument.
|
int |
size()
The number of arguments.
|
int size()
<T> T getArgument(int index,
java.lang.Class<T> type)
throws ArooaConversionException
index - The 0 based index of the argument.type - The type the argument should be.ArooaConversionException - If an argument of the correct
type can not be provided.