spring-framework / org.springframework.jmx.support / JmxUtils / getMethodSignature

getMethodSignature

open static fun getMethodSignature(method: Method): Array<String>

Create a String[] representing the argument signature of a method. Each element in the array is the fully qualified class name of the corresponding argument in the methods signature.

Parameters

method - the method to build an argument signature for

Return
the signature as array of argument types