open static fun isCglibProxy(@Nullable object: Any): Boolean
Check whether the given object is a CGLIB proxy.
This method goes beyond the implementation of ClassUtils#isCglibProxy(Object) by additionally checking if the given object is an instance of SpringProxy.
See Also
ClassUtils#isCglibProxy(Object)