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.
method - the method to build an argument signature for
Return
the signature as array of argument types