| Interface | Description |
|---|---|
| Resolution<T> |
An object resolution knows how to provide the requested object.
|
| Class | Description |
|---|---|
| DefaultInjectionProvider |
The injector's default instantiation provider.
|
| DirectInstantiationProvider |
Instantiation provider for instantiations that happen on the class directly,
i.e.
|
| InstantiationCache |
Primitive "cache" for instantiation methods.
|
| ProviderHandler |
Default handler for
Provider objects. |
| SimpleResolution<T> |
Simple object resolution: wraps an already existing object that should be used as an
Resolution. |
| StandardInjection<T> |
The injector's default instantiation method; injects constructor and fields.
|
| StandardInjectionProvider |
Provider of
Resolution objects that roughly follows the documentation as given in Inject. |
Copyright © 2017. All rights reserved.