Uses of Enum Class
com.google.inject.Stage
Packages that use Stage
Package
Description
Google Guice (pronounced "juice") is an ultra-lightweight dependency injection framework.
Guice (sounds like "juice")
Guice service provider interface
-
Uses of Stage in com.google.inject
Methods in com.google.inject that return StageModifier and TypeMethodDescriptionprotected Stage
AbstractModule.currentStage()
Binder.currentStage()
Gets the current stage.protected final Stage
PrivateModule.currentStage()
static Stage
Returns the enum constant of this class with the specified name.static Stage[]
Stage.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.google.inject with parameters of type StageModifier and TypeMethodDescriptionstatic Injector
Guice.createInjector
(Stage stage, Module... modules) Creates an injector for the given set of modules, in a given development stage.static Injector
Guice.createInjector
(Stage stage, Iterable<? extends Module> modules) Creates an injector for the given set of modules, in a given development stage. -
Uses of Stage in com.google.inject.internal
Fields in com.google.inject.internal declared as StageModifier and TypeFieldDescription(package private) final Stage
InjectorImpl.InjectorOptions.stage
private Stage
InjectorShell.Builder.stage
Methods in com.google.inject.internal that return StageMethods in com.google.inject.internal with parameters of type StageModifier and TypeMethodDescriptionprivate static void
InjectorShell.bindStage
(InjectorImpl injector, Stage stage) (package private) InjectorImpl.InjectorOptions
InjectorOptionsProcessor.getOptions
(Stage stage, InjectorImpl.InjectorOptions parentOptions) private boolean
InternalInjectorCreator.isEagerSingleton
(InjectorImpl injector, BindingImpl<?> binding, Stage stage) boolean
Scoping.isEagerSingleton
(Stage stage) Returns true if this scope is a singleton that should be loaded eagerly instage
.(package private) void
InternalInjectorCreator.loadEagerSingletons
(InjectorImpl injector, Stage stage, Errors errors) Loads eager singletons, or all singletons if we're in Stage.PRODUCTION.(package private) InjectorShell.Builder
Constructors in com.google.inject.internal with parameters of type StageModifierConstructorDescription(package private)
InjectorOptions
(Stage stage, boolean jitDisabled, boolean disableCircularProxies, boolean atInjectRequired, boolean exactBindingAnnotationsRequired) -
Uses of Stage in com.google.inject.spi
Fields in com.google.inject.spi declared as StageMethods in com.google.inject.spi that return StageMethods in com.google.inject.spi with parameters of type StageModifier and TypeMethodDescriptionElements.getElements
(Stage stage, Module... modules) Records the elements executed bymodules
.Elements.getElements
(Stage stage, Iterable<? extends Module> modules) Records the elements executed bymodules
.Constructors in com.google.inject.spi with parameters of type Stage