paramsOf

The parameter types of a loaded method, in runtime names (Foo[] / Outer$Inner spelling).


fun paramsOf(md: MethodDescription): List<String>

As above for ByteBuddy's view. actualName, NOT name: the latter is the binary form ([LFoo;), which would not compare equal to Method's typeName and would silently match nothing.