org.seasar.framework.container.factory.property
クラス BindingPropertyDefBuilder
java.lang.Object
org.seasar.framework.container.factory.property.AbstractPropertyDefBuilder<Binding>
org.seasar.framework.container.factory.property.BindingPropertyDefBuilder
- すべての実装されたインタフェース:
- PropertyDefBuilder
public class BindingPropertyDefBuilder
- extends AbstractPropertyDefBuilder<Binding>
Binding
アノテーションを読み取りPropertyDef
を作成するコンポーネントの実装クラスです。
- 作成者:
- koichik
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BindingPropertyDefBuilder
public BindingPropertyDefBuilder()
- インスタンスを構築します。
getAnnotationType
protected Class<Binding> getAnnotationType()
- クラス
AbstractPropertyDefBuilder
の記述:
- 参照するアノテーションの型を返します。
- 定義:
- クラス
AbstractPropertyDefBuilder<Binding>
内の getAnnotationType
- 戻り値:
- 参照するアノテーションの型
createPropertyDef
protected PropertyDef createPropertyDef(String propertyName,
AccessTypeDef accessTypeDef,
Binding binding)
- クラス
AbstractPropertyDefBuilder
の記述:
PropertyDef
を作成して返します。
- 定義:
- クラス
AbstractPropertyDefBuilder<Binding>
内の createPropertyDef
- パラメータ:
propertyName
- プロパティ名accessTypeDef
- アクセスタイプ定義binding
- アノテーション
- 戻り値:
PropertyDef
Copyright © 2004-2007 The Seasar Foundation. All Rights Reserved.