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