spring-framework / org.aopalliance.intercept / Invocation / getArguments

getArguments

abstract fun getArguments(): Array<Any>

Get the arguments as an array object. It is possible to change element values within this array to change the arguments.

Return
the argument of the invocation