getMethod

open fun getMethod(className: String, methodName: String, parameterTypes: Array<Class<out Any>>): Method(source)
open fun <T> getMethod(classT: Class<T>, methodName: String, parameterTypes: Array<Class<out Any>>): Method(source)