@CompileStatic class HotSwappableTargetSourceFactoryBean extends Object implements FactoryBean<org.springframework.aop.target.HotSwappableTargetSource>, InitializingBean
Creates a HotSwappableTargetSource
| Modifiers | Name | Description |
|---|---|---|
protected Object |
target |
|
protected org.springframework.aop.target.HotSwappableTargetSource |
targetSource |
| Constructor and description |
|---|
HotSwappableTargetSourceFactoryBean() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
void |
afterPropertiesSet() |
|
org.springframework.aop.target.HotSwappableTargetSource |
getObject() |
|
Class<?> |
getObjectType() |
|
boolean |
isSingleton() |
|
void |
setTarget(Object object) |