The org.pranaframework.ioc.factory.config package contains configuration factory classes
| Interface | Description | |
|---|---|---|
| IConfigurableListableObjectFactory | This interface combines IConfigurableObjectFactory and IListableObjectFactory | |
| IConfigurableObjectFactory | Defines the methods for configuring object factories. | |
| IObjectFactoryPostProcessor | ||
| IObjectPostProcessor | ||
| IObjectReference | Exposes a reference to an object by its name. |
| Class | Description | |
|---|---|---|
| AbstractFactoryObject | ||
| FieldRetrievingFactoryObject | ||
| LoggingTargetFactoryObject |
Creates a new LoggingTargetFactoryObject. |
|
| ObjectFactoryAwarePostProcessor | Post processes object by setting the object container as a property on the object if it implementens IObjectContainerAware. | |
| RandomNumberFactoryObject | ||
| RequiredMetadataObjectPostProcessor | ObjectPostProcessor implementation that enforces required properties to have been configured. | |
| RuntimeObjectReference | Immutable placeholder class used for a property value object when it's a reference to another object in the factory, to be resolved at runtime. |