org.guiceex.provider
クラス ListProvider<T extends List>

java.lang.Object
  上位を拡張 org.guiceex.provider.CollectionProviderSupport<T>
      上位を拡張 org.guiceex.provider.ListProvider<T>
すべての実装されたインタフェース:
Provider

public class ListProvider<T extends List>
extends CollectionProviderSupport<T>
implements Provider

作成者:
matu◆AliceLAklI

フィールドの概要
 
クラス org.guiceex.provider.CollectionProviderSupport から継承されたフィールド
entries, injector, type
 
コンストラクタの概要
ListProvider(List<Entry> entries, Class<T> type)
           
 
メソッドの概要
static
<T extends List>
Provider<T>
fromList(List<Entry> entries, Class<T> type)
           
protected  T initCollection(T collection)
           
 
クラス org.guiceex.provider.CollectionProviderSupport から継承されたメソッド
get
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
インタフェース com.google.inject.Provider から継承されたメソッド
get
 

コンストラクタの詳細

ListProvider

public ListProvider(List<Entry> entries,
                    Class<T> type)
メソッドの詳細

initCollection

protected T initCollection(T collection)
定義:
クラス CollectionProviderSupport<T extends List> 内の initCollection

fromList

public static <T extends List> Provider<T> fromList(List<Entry> entries,
                                                    Class<T> type)


Copyright © 2007. All Rights Reserved.