public interface SpringContainerAccessor extends ContainerAccessor
| Modifier and Type | Method and Description |
|---|---|
void |
autowireBean(Object instance,
AutowireCapablePlugin.AutowireStrategy strategy)
Deprecated.
Since 2.5.0, use the createBean method instead.
|
Object |
getBean(String id)
Deprecated.
Retrieves a spring bean from the spring bean factory.
|
createBean, getBeansOfType, injectBeanObject getBean(String id)
getBean in interface ContainerAccessorid - the id of the spring bean, cannot be null@Deprecated void autowireBean(Object instance, AutowireCapablePlugin.AutowireStrategy strategy)
instance - the object instance to autowirestrategy - the autowire strategyCopyright © 2014 Atlassian. All rights reserved.