| Interface | Description | |
|---|---|---|
| IDependencyInjector | Defines the most basic service used to implement dependency injection. | |
| IObjectDefinition | Represents an object definition. |
| Class | Description | |
|---|---|---|
| AutowireMode | Enumeration for the autowire types of an object definition. | |
| DependencyCheckMode | Enumeration for dependency check modes for object properties. | |
| MethodInvocation | ||
| ObjectContainerError |
Most of the time this error is thrown because the required class isn't properly referenced in the application source code. |
|
| ObjectDefinition |
Describes an object that can be created by an ObjectFactory. |
|
| ObjectDefinitionNotFoundError |
This error is thrown by the
Author: Christophe Herreman |
|
| ObjectDefinitions | An object definition registry that contains default settings for the object definiton that get registered. | |
| ObjectDefinitionScope | Enumeration for the scopes of an object definition. | |
| ResolveReferenceError | Thrown to indicate that a reference could not be resolved. |