spring-framework / org.aopalliance.intercept / MethodInvocation / getMethod

getMethod

abstract fun getMethod(): Method

Get the method being called.

This method is a frienly implementation of the Joinpoint#getStaticPart() method (same result).

Return
the method being called