| パッケージ | 説明 |
|---|---|
| org.elasticsearch.common.inject |
Google Guice (pronounced "juice") is an ultra-lightweight dependency
injection framework.
|
| org.elasticsearch.common.inject.internal |
Guice (sounds like like "juice")
|
| org.elasticsearch.common.inject.spi |
Guice service provider interface
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected Stage |
PrivateModule.currentStage() |
Stage |
Binder.currentStage()
Gets the current stage.
|
protected Stage |
AbstractModule.currentStage() |
static Stage |
Stage.valueOf(String name)
指定した名前を持つこの型の列挙型定数を返します。
|
static Stage[] |
Stage.values()
この列挙型の定数を含む配列を宣言されている順序で返します。
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
static Injector |
Guice.createInjector(Stage stage,
Iterable<? extends Module> modules)
Creates an injector for the given set of modules, in a given development
stage.
|
static Injector |
Guice.createInjector(Stage stage,
Module... modules)
Creates an injector for the given set of modules, in a given development
stage.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
Scoping.isEagerSingleton(Stage stage)
Returns true if this scope is a singleton that should be loaded eagerly in
stage. |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
static List<Element> |
Elements.getElements(Stage stage,
Iterable<? extends Module> modules)
Records the elements executed by
modules. |
static List<Element> |
Elements.getElements(Stage stage,
Module... modules)
Records the elements executed by
modules. |
Copyright © 2009–2016. All rights reserved.