Class LiteralComponentCreator
java.lang.Object
nablarch.core.repository.di.config.LiteralComponentCreator
- All Implemented Interfaces:
- ComponentCreator
リテラル表現からオブジェクトを作成するクラス。
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptioncreateComponent(DiContainer container, ComponentDefinition def) リテラルを解決する。toString()
- 
Constructor Details- 
LiteralComponentCreatorコンストラクタ- Parameters:
- type- クラスの型
- literal- 値の文字列表現。
 
 
- 
- 
Method Details- 
createComponentリテラルを解決する。- Specified by:
- createComponentin interface- ComponentCreator
- Parameters:
- container- コンテナ
- def- 生成するコンポーネントの定義
- Returns:
- 生成したコンポーネント
- See Also:
 
- 
toString
 
-