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.BuilderInternalInjectorCreator. shellBuilderFields in com.google.inject.internal with type parameters of type InjectorShell.Builder Modifier and Type Field Description private java.util.List<InjectorShell.Builder>PrivateElementProcessor. injectorShellBuildersMethods in com.google.inject.internal that return InjectorShell.Builder Modifier and Type Method Description (package private) InjectorShell.BuilderInjectorShell.Builder. parent(InjectorImpl parent)(package private) InjectorShell.BuilderInjectorShell.Builder. privateElements(PrivateElements privateElements)(package private) InjectorShell.BuilderInjectorShell.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()
-