クラス
org.zuena.guiceex.config.Entry の使用

Entry を使用しているパッケージ
org.zuena.guiceex.config guiceex-config XMLファイルを読み込み、Guiceへ設定するクラスを格納します。 
org.zuena.guiceex.provider guiceexで提供するカスタムProviderを格納します。 
 

org.zuena.guiceex.config での Entry の使用
 

Entry 型の引数を持つ型を返す org.zuena.guiceex.config のメソッド
 List<Entry> Collection.getEntries()
           
 

Entry 型のパラメータを持つ org.zuena.guiceex.config のメソッド
 void Collection.addEntry(Entry entry)
           
 

org.zuena.guiceex.provider での Entry の使用
 

Entry 型の型パラメータを持つ org.zuena.guiceex.provider のフィールド
protected  List<Entry> CollectionProviderSupport.entries
           
 

Method parameters in org.zuena.guiceex.provider with type arguments of type Entry
static
<T extends List>
Provider<T>
ListProvider.fromList(List<Entry> entries, Class<T> type)
          型パラメータTに応じたListProviderインスタンスを作成するメソッドです。
static
<T extends Map>
Provider<T>
MapProvider.fromList(List<Entry> entries, Class<T> type)
          型パラメータTに応じたMapProviderインスタンスを作成するメソッドです。
 

Constructor parameters in org.zuena.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)
           
 



Copyright © 2007 zuena.org AllRights Reserved.