| Interface | Description |
|---|---|
| Context |
A composite interface that combines
ContextResolver (for resolving dependencies)
and DependencyInjectable (for injecting dependencies). |
| ContextConfigurable<HOLDER> | |
| ContextContributor | |
| ContextDecorator | |
| ContextInitializable | |
| ContextInjectable |
Represents a container for runtime dependencies.
|
| ContextProvider |
Interface for components capable of providing a
ContextResolver. |
| ContextResolver |
Represents a container for runtime dependencies.
|
| DependencyInjectable |
Interface for components capable of accepting and managing dependencies dynamically.
|
| DependencyResolver |
Represents a container for runtime dependencies.
|
| LayeredDependencyContext |
Represents a context that supports layered dependency resolution.
|
| PropertyInjectable | |
| PropertyResolver |
Interface for resolving configuration properties from a dependency-aware context.
|
| Class | Description |
|---|---|
| Dependency | |
| DependencyBuildable |
This class it to hold dependencies that have as implementation a dependency from the DependencyContext itself.
|
| Exception | Description |
|---|---|
| NotFoundDependencyException |