Uses of Interface
com.google.inject.Injector
-
Packages that use Injector Package Description com.google.inject Google Guice (pronounced "juice") is an ultra-lightweight dependency injection framework.com.google.inject.internal Guice (sounds like "juice")com.google.inject.spi Guice service provider interface -
-
Uses of Injector in com.google.inject
Methods in com.google.inject that return Injector Modifier and Type Method Description InjectorInjector. createChildInjector(Module... modules)Returns a new injector that inherits all state from this injector.InjectorInjector. createChildInjector(Iterable<? extends Module> modules)Returns a new injector that inherits all state from this injector.static InjectorGuice. createInjector(Module... modules)Creates an injector for the given set of modules.static InjectorGuice. createInjector(Stage stage, Module... modules)Creates an injector for the given set of modules, in a given development stage.static InjectorGuice. createInjector(Stage stage, Iterable<? extends Module> modules)Creates an injector for the given set of modules, in a given development stage.static InjectorGuice. createInjector(Iterable<? extends Module> modules)Creates an injector for the given set of modules.InjectorInjector. getParent()Returns this injector's parent, ornullif this is a top-level injector. -
Uses of Injector in com.google.inject.internal
Methods in com.google.inject.internal that return Injector Modifier and Type Method Description InjectorInternalInjectorCreator. build()InjectorPrivateElementsImpl. getInjector()Methods in com.google.inject.internal with parameters of type Injector Modifier and Type Method Description voidPrivateElementsImpl. initInjector(Injector injector) -
Uses of Injector in com.google.inject.spi
Methods in com.google.inject.spi that return Injector Modifier and Type Method Description InjectorPrivateElements. getInjector()Returns the child injector that hosts these private elements, or null if the elements haven't been used to create an injector.
-