Uses of Class
io.nuun.kernel.api.config.DependencyInjectionMode

Packages that use DependencyInjectionMode
io.nuun.kernel.api.config   
 

Uses of DependencyInjectionMode in io.nuun.kernel.api.config
 

Methods in io.nuun.kernel.api.config that return DependencyInjectionMode
static DependencyInjectionMode DependencyInjectionMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DependencyInjectionMode[] DependencyInjectionMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in io.nuun.kernel.api.config with parameters of type DependencyInjectionMode
 KernelConfiguration KernelConfiguration.dependencyInjectionMode(DependencyInjectionMode mode)
          Sets the dependency injection mode.
 



Copyright © 2012-2015. All Rights Reserved.