| java.lang.Object | |
| ↳ | org.springframework.aop.scope.ScopedProxyUtils |
Utility class for creating a scoped proxy. Used by ScopedProxyBeanDefinitionDecorator and ClassPathBeanDefinitionScanner.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Generates a scoped proxy for the supplied target bean, registering the target
bean with an internal name and setting 'targetBeanName' on the scoped proxy.
| |||||||||||
Generates the bean name that is used within the scoped proxy to reference the target bean.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Generates a scoped proxy for the supplied target bean, registering the target bean with an internal name and setting 'targetBeanName' on the scoped proxy.
| definition | the original bean definition |
|---|---|
| registry | the bean definition registry |
| proxyTargetClass | whether to create a target class proxy |
Generates the bean name that is used within the scoped proxy to reference the target bean.
| originalBeanName | the original name of bean |
|---|