isCglibRenamedMethod

open fun isCglibRenamedMethod(renamedMethod: Method): Boolean

Determine whether the given method is a CGLIB 'renamed' method, following the pattern "CGLIB$methodName$0".

Parameters

renamedMethod

the method to check