Uses of Class
com.google.inject.internal.InjectorShell.Builder
-
Packages that use InjectorShell.Builder Package Description com.google.inject.internal Guice (sounds like "juice") -
-
Uses of InjectorShell.Builder in com.google.inject.internal
Fields in com.google.inject.internal declared as InjectorShell.Builder Modifier and Type Field Description private InjectorShell.Builder
InternalInjectorCreator. shellBuilder
Fields in com.google.inject.internal with type parameters of type InjectorShell.Builder Modifier and Type Field Description private java.util.List<InjectorShell.Builder>
PrivateElementProcessor. injectorShellBuilders
Methods in com.google.inject.internal that return InjectorShell.Builder Modifier and Type Method Description (package private) InjectorShell.Builder
InjectorShell.Builder. parent(InjectorImpl parent)
(package private) InjectorShell.Builder
InjectorShell.Builder. privateElements(PrivateElements privateElements)
(package private) InjectorShell.Builder
InjectorShell.Builder. stage(Stage stage)
Methods in com.google.inject.internal that return types with arguments of type InjectorShell.Builder Modifier and Type Method Description java.util.List<InjectorShell.Builder>
PrivateElementProcessor. getInjectorShellBuilders()
-