|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
public interface BeanWrapper
JavaBeans のラッパーです。
このインタフェースの実装はスレッドセーフであることを要求されません。
| メソッドの概要 | |
|---|---|
Class<?> |
getBeanClass()
JavaBeans のクラスを返します。 |
BeanPropertyWrapper |
getBeanPropertyWrapper(String name)
プロパティのラッパーを返します。 |
List<BeanPropertyWrapper> |
getBeanPropertyWrappers()
プロパティのラッパーのリストを返します。 |
| メソッドの詳細 |
|---|
BeanPropertyWrapper getBeanPropertyWrapper(String name)
name - プロパティ名
List<BeanPropertyWrapper> getBeanPropertyWrappers()
Class<?> getBeanClass()
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||