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