Package nablarch.core.repository.di
Class StoredValueComponentCreator
java.lang.Object
nablarch.core.repository.di.StoredValueComponentCreator
- All Implemented Interfaces:
ComponentCreator
作成済みのオブジェクトをコンポーネントとして生成するクラス。
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreateComponent
(DiContainer container, ComponentDefinition def) コンポーネントを生成する。toString()
-
Constructor Details
-
StoredValueComponentCreator
コンストラクタ。- Parameters:
obj
- 作成済みオブジェクト
-
-
Method Details
-
createComponent
コンポーネントを生成する。- Specified by:
createComponent
in interfaceComponentCreator
- Parameters:
container
- コンテナdef
- 生成するコンポーネントの定義- Returns:
- 生成したコンポーネント
-
toString
-