findMethodOrNull

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

在当前作用域的 classLoader 上按查询条件查找方法,找不到返回 null