| Interface | Description | |
|---|---|---|
| IAutowireProcessor | Interface that needs to be implemented by objects that can perform autowiring on arbitrary objects. | |
| IAutowireProcessorAware |
Interface to be implemented by all objects that need a reference to
an IAutowireProcessor instance. |
| Class | Description | |
|---|---|---|
| DefaultAutowireProcessor |
Default |
|
| DefaultFlexAutowireProcessor |
Extension of the DefaultAutowireProcessor that also allows object fields to be bound to
other objects. |