public class DefaultDestroyMethodAssembler extends AbstractMethodAssembler
| コンストラクタと説明 |
|---|
DefaultDestroyMethodAssembler(ComponentDef componentDef)
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
assemble(Object component)
指定された
componentに対して、 メソッド・インジェクションを実行します。 |
invokegetArgs, getBeanDesc, getComponentClass, getComponentDefpublic DefaultDestroyMethodAssembler(ComponentDef componentDef)
componentDef - public void assemble(Object component) throws IllegalMethodRuntimeException
MethodAssemblercomponentに対して、 メソッド・インジェクションを実行します。
メソッドの引数として指定されたコンポーネントが見つからない場合には、 IllegalMethodRuntimeExceptionがスローされます。
component - S2コンテナ上のコンポーネントがセットされる対象IllegalMethodRuntimeException - メソッドの引数として指定されたコンポーネントが見つからない場合、 およびメソッド実行時にNumberFormatExceptionが発生した場合Copyright © 2015 The DBFlute Project. All rights reserved.