Uses of Class
com.google.inject.internal.InjectorShell
-
Packages that use InjectorShell Package Description com.google.inject.internal Guice (sounds like "juice") -
-
Uses of InjectorShell in com.google.inject.internal
Fields in com.google.inject.internal with type parameters of type InjectorShell Modifier and Type Field Description private java.util.List<InjectorShell>
InternalInjectorCreator. shells
Methods in com.google.inject.internal that return types with arguments of type InjectorShell Modifier and Type Method Description (package private) java.util.List<InjectorShell>
InjectorShell.Builder. build(Initializer initializer, ProcessedBindingData processedBindingData, ContinuousStopwatch stopwatch, Errors errors)
Creates and returns the injector shells for the current modules.Method parameters in com.google.inject.internal with type arguments of type InjectorShell Modifier and Type Method Description void
AbstractProcessor. process(java.lang.Iterable<InjectorShell> isolatedInjectorBuilders)
-