| Package | Description |
|---|---|
| io.nuun.kernel.api | |
| io.nuun.kernel.api.di | |
| io.nuun.kernel.api.plugin.context | |
| io.nuun.kernel.spi |
| Modifier and Type | Method and Description |
|---|---|
UnitModule |
Kernel.nonGuiceOverridingUnitModule(Class<? extends Plugin> plugin)
After the kernel is initialized, one can ask for the particular Overriding UnitModule created by one plugin.
|
UnitModule |
Kernel.nonGuiceUnitModule(Class<? extends Plugin> plugin)
After the kernel is initialized, one can ask for the particular UnitModule created by one plugin.
|
UnitModule |
Plugin.overridingUnitModule()
This object will contains bindings definition that will override the main dependency ones.
|
UnitModule |
Kernel.overridingUnitModule(Class<? extends Plugin> plugin)
After the kernel is initialized, one can ask for the particular Overriding UnitModule created by one plugin.
|
UnitModule |
Plugin.unitModule()
Return an object that will contains the dependency injection definitions.
|
UnitModule |
Kernel.unitModule(Class<? extends Plugin> plugin)
After the kernel is initialized, one can ask for the particular UnitModule created by one plugin.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ModuleValidation.validate(UnitModule unitModule)
validate the given
dependencyInjectionDef |
| Modifier and Type | Method and Description |
|---|---|
List<UnitModule> |
InitContext.moduleOverridingResults() |
List<UnitModule> |
InitContext.moduleResults() |
| Modifier and Type | Method and Description |
|---|---|
UnitModule |
DependencyInjectionProvider.convert(Object injectionDefinition)
Convert framework DI definition in nuun internal DI dependency guice module.
|
Copyright © 2012-2014. All Rights Reserved.