| Interface | Description | |
|---|---|---|
| ConfigurationProperties | Allows to read and write properties which may be used to build or process ObjectDefinitions | |
| ContainerObjectInstantiator | Marker interface for instantiators that are required by the container and cannot be overwritten for an ObjectDefinition. | |
| DynamicObjectDefinition | Represents the configuration for a dynamic object. | |
| ObjectDefinition | Represents the configuration for a single object definition. | |
| ObjectDefinitionRegistry | A registry for object definitions. | |
| ObjectInstantiator | An object responsible for creating instances. | |
| ResolvableValue | Represents a value that needs to be resolved before being passed to another object. | |
| SingletonObjectDefinition | Represents the configuration for a singleton object. |
| Class | Description | |
|---|---|---|
| AsyncInitConfig | The configuration for an asynchronously initializing object. |