org.zuena.guiceex.provider
クラス ListProvider<T extends List>
java.lang.Object
org.zuena.guiceex.provider.CollectionProviderSupport<T>
org.zuena.guiceex.provider.ListProvider<T>
- すべての実装されたインタフェース:
- Provider
public class ListProvider<T extends List>
- extends CollectionProviderSupport<T>
- implements Provider
guiceex-configの<list>の指定より、List
インスタンスを作成して提供する
Provider
実装クラスです。
- 導入されたバージョン:
- 0.9.1
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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)
- 型パラメータ
T
に応じたListProvider
インスタンスを作成するメソッドです。
Copyright © 2007 zuena.org AllRights Reserved.