|
||||||||||
| 前 次 | フレームあり フレームなし | |||||||||
| Entry を使用しているパッケージ | |
|---|---|
| org.guiceex.config | guiceex-cfg.xmlを読み込み、Guiceへ設定するクラスを格納します。 |
| org.guiceex.provider | カスタムScopeを格納します。 |
| org.guiceex.config での Entry の使用 |
|---|
| Entry 型の引数を持つ型を返す org.guiceex.config のメソッド | |
|---|---|
List<Entry> |
Collection.getEntries()
|
| Entry 型のパラメータを持つ org.guiceex.config のメソッド | |
|---|---|
void |
Collection.addEntry(Entry entry)
|
| org.guiceex.provider での Entry の使用 |
|---|
| Entry 型の型パラメータを持つ org.guiceex.provider のフィールド | |
|---|---|
protected List<Entry> |
CollectionProviderSupport.entries
|
| Method parameters in org.guiceex.provider with type arguments of type Entry | ||
|---|---|---|
static
|
ListProvider.fromList(List<Entry> entries,
Class<T> type)
|
|
static
|
MapProvider.fromList(List<Entry> entries,
Class<T> type)
MapProviderインスタンスを作成する。 |
|
| Constructor parameters in org.guiceex.provider with type arguments of type Entry | |
|---|---|
CollectionProviderSupport(List<Entry> entries,
Class<T> type)
|
|
ListProvider(List<Entry> entries,
Class<T> type)
|
|
MapProvider(List<Entry> entries,
Class type)
|
|
|
||||||||||
| 前 次 | フレームあり フレームなし | |||||||||