public interface ConstructorAssembler
コンポーネント定義に対して明示的にコンストラクタの引数が指定されなかった時の動作は、
自動バインディングタイプ定義に基づきます。
AbstractConstructorAssembler,
AutoConstructorAssembler,
DefaultConstructorConstructorAssembler| 修飾子とタイプ | メソッドと説明 |
|---|---|
Object |
assemble()
コンストラクタ・インジェクションを実行して、 組み立てたコンポーネントを返します。
|
Object assemble() throws IllegalConstructorRuntimeException
ConstructorNotFoundRuntimeException - 適切なコンストラクタが見つからなかった場合IllegalConstructorRuntimeException - コンストラクタの引数となるコンポーネントが見つからなかった場合ClassUnmatchRuntimeException - 組み立てたコンポーネントの型がコンポーネント定義のクラス指定に適合しなかった場合Copyright © 2015 The DBFlute Project. All rights reserved.