| パッケージ | 説明 |
|---|---|
| org.lastaflute.di.core | |
| org.lastaflute.di.core.assembler |
バインディング機能を提供します。
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
LaContainer.injectDependency(Object outerComponent)
outerComponentのクラスをキーとして登録された
コンポーネント定義に従って、必要なコンポーネントのインジェクションを実行します。 |
void |
LaContainer.injectDependency(Object outerComponent,
Class<?> componentClass)
componentClassをキーとして登録された コンポーネント定義に従って、必要なコンポーネントのインジェクションを実行します。 |
void |
LaContainer.injectDependency(Object outerComponent,
String componentName)
componentNameをキーとして登録された コンポーネント定義に従って、インジェクションを実行します。 |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected Object |
AbstractConstructorAssembler.assembleExpression() |
Copyright © 2015 The DBFlute Project. All rights reserved.