public interface ArgumentContext
Modifier and Type | Method and Description |
---|---|
int |
getPosition()
Returns position of the processed argument.
|
int |
getTotalCount()
Returns total number of processed arguments.
|
java.lang.String |
getTypeDescriptor()
Returns type descriptor of the processed argument.
|