Determine the default bean name for the specified bean instance.
The default implementation returns the superclass name for a CGLIB
proxy and the name of the plain bean class else.
Parameters: beanInstance - the bean instance to build a default name for the default bean name to use See Also: org.springframework.util.ClassUtils.getUserClass(Class) |