|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
public interface PropertyDefBuilder
Tigerアノテーションを読み取りPropertyDef
を作成するインターフェースです。
メソッドの概要 | |
---|---|
PropertyDef |
createPropertyDef(AnnotationHandler annotationHandler,
BeanDesc beanDesc,
java.lang.reflect.Field field)
コンポーネントからTigerアノテーションを読み取り PropertyDef を作成します。 |
PropertyDef |
createPropertyDef(AnnotationHandler annotationHandler,
BeanDesc beanDesc,
PropertyDesc propertyDesc)
コンポーネントからTigerアノテーションを読み取り PropertyDef を作成します。 |
メソッドの詳細 |
---|
PropertyDef createPropertyDef(AnnotationHandler annotationHandler, BeanDesc beanDesc, PropertyDesc propertyDesc)
PropertyDef
を作成します。
annotationHandler
- このメソッドを呼び出しているアノテーションハンドラbeanDesc
- コンポーネントのビーン定義
propertyDesc
- 対象のプロパティ定義
PropertyDef
PropertyDef createPropertyDef(AnnotationHandler annotationHandler, BeanDesc beanDesc, java.lang.reflect.Field field)
PropertyDef
を作成します。
annotationHandler
- このメソッドを呼び出しているアノテーションハンドラbeanDesc
- コンポーネントのビーン定義
field
- 対象のフィールド
PropertyDef
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |