@Deprecated public class WiringDeclarableSupport extends DeclarableSupport
Declarable support class for wiring the declaring instance through the Spring container.
This implementation first looks for a 'bean-name' property which will be used to locate a 'template' bean definition. Autowiring will be performed, based on the settings defined in the Spring container.
BeanFactory,
BeanConfigurerSupport,
BeanWiringInfo,
DeclarableSupport,
LazyWiringDeclarableSupport,
Declarable| Constructor and Description |
|---|
WiringDeclarableSupport()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
initInstance(Properties parameters)
Deprecated.
Initialize this Declarable object with the given Properties.
|
close, getBeanFactory, init, setFactoryKeyprotected void initInstance(Properties parameters)
DeclarableSupportinitInstance in class DeclarableSupportparameters - the Properties (parameters) used to initialize this Declarable.Declarable.init(java.util.Properties),
Properties,
DeclarableSupport.init(Properties)