|
||||||||||
前 次 | フレームあり フレームなし |
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()
PropertyDesc のIterable を返します。 |
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()
|
|
||||||||||
前 次 | フレームあり フレームなし |