|
||||||||||
| 前 次 | フレームあり フレームなし | |||||||||
| 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()
|
|
||||||||||
| 前 次 | フレームあり フレームなし | |||||||||