|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectorg.seasar.framework.container.factory.property.AbstractPropertyDefBuilder<Binding>
org.seasar.framework.container.factory.property.BindingPropertyDefBuilder
public class BindingPropertyDefBuilder
Bindingアノテーションを読み取りPropertyDefを作成するコンポーネントの実装クラスです。
| フィールドの概要 |
|---|
| クラス org.seasar.framework.container.factory.property.AbstractPropertyDefBuilder から継承されたフィールド |
|---|
handler |
| コンストラクタの概要 | |
|---|---|
BindingPropertyDefBuilder()
インスタンスを構築します。 |
|
| メソッドの概要 | |
|---|---|
protected PropertyDef |
createPropertyDef(java.lang.String propertyName,
AccessTypeDef accessTypeDef,
Binding binding)
PropertyDefを作成して返します。 |
protected java.lang.Class<Binding> |
getAnnotationType()
参照するアノテーションの型を返します。 |
| クラス org.seasar.framework.container.factory.property.AbstractPropertyDefBuilder から継承されたメソッド |
|---|
createComponentDef, createComponentDef, createPropertyDef, createPropertyDef, createPropertyDef, createPropertyDef, createPropertyDef, createPropertyDef |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public BindingPropertyDefBuilder()
| メソッドの詳細 |
|---|
protected java.lang.Class<Binding> getAnnotationType()
AbstractPropertyDefBuilder の記述:
AbstractPropertyDefBuilder<Binding> 内の getAnnotationType
protected PropertyDef createPropertyDef(java.lang.String propertyName,
AccessTypeDef accessTypeDef,
Binding binding)
AbstractPropertyDefBuilder の記述: PropertyDefを作成して返します。
AbstractPropertyDefBuilder<Binding> 内の createPropertyDefpropertyName - プロパティ名accessTypeDef - アクセスタイプ定義binding - アノテーション
PropertyDef
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||