public class GuiceBackedInjectorFactory extends Object implements IInjectorFactory
| Constructor and Description |
|---|
GuiceBackedInjectorFactory() |
| Modifier and Type | Method and Description |
|---|---|
com.google.inject.Injector |
getInjector(com.google.inject.Injector parent,
com.google.inject.Stage stage,
com.google.inject.Module... modules)
Adding this method breaks existing implementations therefore for the time being (until
deprecated method is removed) it calls the existing method.
|
com.google.inject.Injector |
getInjector(com.google.inject.Stage stage,
com.google.inject.Module... modules)
Deprecated.
|
@Deprecated public com.google.inject.Injector getInjector(com.google.inject.Stage stage, com.google.inject.Module... modules)
IInjectorFactoryIInjectorFactory.getInjector(Injector, Stage, Module...) should be used instead.getInjector in interface IInjectorFactorystage - - A Stage object that defines the appropriate stagemodules - - An array of ModuleInjector instance that can be used to perform dependency
injection.public com.google.inject.Injector getInjector(@Nullable com.google.inject.Injector parent, com.google.inject.Stage stage, com.google.inject.Module... modules)
IInjectorFactorygetInjector in interface IInjectorFactoryparent - - Parent Injector instance that was built with parent
injectorstage - - A Stage object that defines the appropriate stagemodules - - An array of ModuleInjector instance that can be used to perform dependency
injection.Copyright © 2025. All rights reserved.