インタフェース
org.seasar.util.beans.PropertyDesc の使用

PropertyDesc を使用しているパッケージ
org.seasar.util.beans JavaBeansのメタデータにアクセスするためのインターフェースを提供します。 
org.seasar.util.beans.impl JavaBeansのメタデータにアクセスする機能の実装を提供します。 
 

org.seasar.util.beans での PropertyDesc の使用
 

PropertyDesc を返す org.seasar.util.beans のメソッド
 PropertyDesc BeanDesc.getPropertyDesc(int index)
          PropertyDescを返します。
 PropertyDesc BeanDesc.getPropertyDesc(String propertyName)
          PropertyDescを返します。
 

PropertyDesc 型の引数を持つ型を返す org.seasar.util.beans のメソッド
 Iterable<PropertyDesc> BeanDesc.getPropertyDescs()
          PropertyDescIterableを返します。
 

org.seasar.util.beans.impl での PropertyDesc の使用
 

PropertyDesc を実装している org.seasar.util.beans.impl のクラス
 class PropertyDescImpl
          PropertyDescの実装クラスです。
 

PropertyDesc 型の型パラメータを持つ org.seasar.util.beans.impl のフィールド
protected  CaseInsensitiveMap<PropertyDesc> BeanDescImpl.propertyDescCache
          プロパティ名からPropertyDescへのマップ
 

PropertyDesc を返す org.seasar.util.beans.impl のメソッド
 PropertyDesc BeanDescImpl.getPropertyDesc(int index)
           
 PropertyDesc BeanDescImpl.getPropertyDesc(String propertyName)
           
protected  PropertyDesc BeanDescImpl.getPropertyDescNoException(String propertyName)
          PropertyDescを返します。
 

PropertyDesc 型の引数を持つ型を返す org.seasar.util.beans.impl のメソッド
 Iterable<PropertyDesc> BeanDescImpl.getPropertyDescs()
           
 



Copyright © 2010-2012 The Seasar Foundation. All Rights Reserved.