クラス
jp.liq.container.util.MethodFinder の使用

MethodFinder を使用しているパッケージ
jp.liq.container.injector   
jp.liq.container.util   
jp.liq.container.vocabulary   
 

jp.liq.container.injector での MethodFinder の使用
 

MethodFinder 型のパラメータを持つ jp.liq.container.injector のコンストラクタ
MethodInjector(MethodFinder<T> method)
          このクラスの新しいインスタンスを構築します。
 

jp.liq.container.util での MethodFinder の使用
 

MethodFinder を返す jp.liq.container.util のメソッド
protected  MethodFinder<T> MethodFinder.getThis()
           
 

jp.liq.container.vocabulary での MethodFinder の使用
 

MethodFinder を返す jp.liq.container.vocabulary のメソッド
static
<T> MethodFinder<T>
Reflector.methodsOf(java.lang.Class<T> type)
          MethodFinder を生成します。
 

MethodFinder 型のパラメータを持つ jp.liq.container.vocabulary のメソッド
static java.util.List<Component<?>> Components.createdBy(MethodFinder<?> finder)
          他のコンポーネントのメソッドを使用してコンポーネントのインスタンスを構築する、 Componentのインスタンスを生成します。
static
<T> java.util.List<Component<?>>
Components.createdBy(MethodFinder<T> finder, T target)
          オブジェクトのメソッドを使用してコンポーネントのインスタンスを構築する、 Componentのインスタンスを生成します。
static
<T> Injector<T>
Injectors.injectTo(MethodFinder<T> finder)
          メソッドに依存オブジェクトを Injectする Injector を生成します。
 



Copyright © 2007 NTT DATA INTELLILINK CORPORATION. All Rights Reserved.