findAllMethods

fun String.findAllMethods(findSuper: Boolean? = null, query: MethodQuery.() -> Unit): List<Method>

在当前作用域的 classLoader 上按查询条件查找所有匹配的方法。


fun String.findAllMethods(findSuper: Boolean? = null): List<Method>

在当前作用域的 classLoader 上查找全部方法。