open class QuickTargetSourceCreator : AbstractBeanFactoryBasedTargetSourceCreator
Convenient TargetSourceCreator using bean name prefixes to create one of three well-known TargetSource types:
Author
Rod Johnson
Author
Stephane Nicoll
See Also
org.springframework.aop.target.CommonsPool2TargetSourceorg.springframework.aop.target.ThreadLocalTargetSourceorg.springframework.aop.target.PrototypeTargetSource
QuickTargetSourceCreator()
Convenient TargetSourceCreator using bean name prefixes to create one of three well-known TargetSource types: |
static val PREFIX_COMMONS_POOL: String |
|
static val PREFIX_PROTOTYPE: String |
|
static val PREFIX_THREAD_LOCAL: String |
open fun destroy(): Unit
Destroys the internal BeanFactory on shutdown of the TargetSourceCreator. |
|
fun getTargetSource(beanClass: Class<*>, beanName: String): TargetSource |
|
fun setBeanFactory(beanFactory: BeanFactory): Unit |