org.seasar.framework.beans.factory
インタフェース ParameterizedClassDescFactory.Provider

含まれているインタフェース:
ParameterizedClassDescFactory

public static interface ParameterizedClassDescFactory.Provider

ParameterizedClassDescFactoryの機能を提供するインターフェースです。

この実装クラスはS2-Tigerによって提供されます。

導入されたバージョン:
2.4.18
作成者:
koichik

メソッドの概要
 ParameterizedClassDesc createParameterizedClassDesc(Field field)
          フィールドの型をを表現するParameterizedClassDescを作成して返します。
 ParameterizedClassDesc createParameterizedClassDesc(Method method)
          メソッドの戻り値型を表現するParameterizedClassDescを作成して返します。
 ParameterizedClassDesc createParameterizedClassDesc(Method method, int index)
          メソッドの引数型を表現するParameterizedClassDescを作成して返します。
 

メソッドの詳細

createParameterizedClassDesc

public ParameterizedClassDesc createParameterizedClassDesc(Field field)
フィールドの型をを表現するParameterizedClassDescを作成して返します。

パラメータ:
field - フィールド
戻り値:
フィールドの型を表現するParameterizedClassDesc

createParameterizedClassDesc

public ParameterizedClassDesc createParameterizedClassDesc(Method method,
                                                           int index)
メソッドの引数型を表現するParameterizedClassDescを作成して返します。

パラメータ:
method - メソッド
index - 引数の位置
戻り値:
メソッドの引数型を表現するParameterizedClassDesc

createParameterizedClassDesc

public ParameterizedClassDesc createParameterizedClassDesc(Method method)
メソッドの戻り値型を表現するParameterizedClassDescを作成して返します。

パラメータ:
method - メソッド
戻り値:
メソッドの戻り値型を表現するParameterizedClassDescを作成して返します。


Copyright ? 2004-2008 The Seasar Foundation. All Rights Reserved.