spring-framework / org.springframework.util / ReflectionUtils / isCglibRenamedMethod

isCglibRenamedMethod

open static 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

See Also
org.springframework.cglib.proxy.Enhancer#rename