|
||||||||||
前 次 | フレームあり フレームなし |
BeanPropertyWrapper を使用しているパッケージ | |
---|---|
org.seasar.doma.bean | JavaBeans にアクセスするためのクラスを提供します。 |
org.seasar.doma.bean での BeanPropertyWrapper の使用 |
---|
BeanPropertyWrapper を実装している org.seasar.doma.bean のクラス | |
---|---|
protected class |
FieldAccessBeanWrapper.FieldAccessPropertyWrapper
public なフィールドを介してプロパティにアクセスする BeanPropertyWrapper
の実装です。 |
protected class |
MethodAccessBeanWrapper.MethodAccessPropertyWrapper
public なgetter/setter メソッドを介してプロパティにアクセスする BeanPropertyWrapper の実装です。 |
BeanPropertyWrapper 型の型パラメータを持つ org.seasar.doma.bean のフィールド | |
---|---|
protected Map<String,BeanPropertyWrapper> |
MethodAccessBeanWrapper.propertyWrapperMap
プロパティ名をキー、 BeanPropertyWrapper を値とするマップ |
protected Map<String,BeanPropertyWrapper> |
FieldAccessBeanWrapper.propertyWrapperMap
プロパティ名をキー、 BeanPropertyWrapper を値とするマップ |
protected List<BeanPropertyWrapper> |
MethodAccessBeanWrapper.propertyWrappers
BeanPropertyWrapper のリスト |
protected List<BeanPropertyWrapper> |
FieldAccessBeanWrapper.propertyWrappers
BeanPropertyWrapper のリスト |
BeanPropertyWrapper を返す org.seasar.doma.bean のメソッド | |
---|---|
BeanPropertyWrapper |
MethodAccessBeanWrapper.getBeanPropertyWrapper(String name)
|
BeanPropertyWrapper |
FieldAccessBeanWrapper.getBeanPropertyWrapper(String name)
|
BeanPropertyWrapper |
BeanWrapper.getBeanPropertyWrapper(String name)
プロパティのラッパーを返します。 |
BeanPropertyWrapper 型の引数を持つ型を返す org.seasar.doma.bean のメソッド | |
---|---|
protected LinkedHashMap<String,BeanPropertyWrapper> |
MethodAccessBeanWrapper.createPropertyWrapperMap(Class<?> beanClass)
プロパティ名をキー、 BeanPropertyWrapper を値とするマップを作成します。 |
protected LinkedHashMap<String,BeanPropertyWrapper> |
FieldAccessBeanWrapper.createPropertyWrapperMap(Class<?> beanClass)
プロパティ名をキー、 BeanPropertyWrapper を値とするマップを作成します。 |
List<BeanPropertyWrapper> |
MethodAccessBeanWrapper.getBeanPropertyWrappers()
|
List<BeanPropertyWrapper> |
FieldAccessBeanWrapper.getBeanPropertyWrappers()
|
List<BeanPropertyWrapper> |
BeanWrapper.getBeanPropertyWrappers()
プロパティのラッパーのリストを返します。 |
|
||||||||||
前 次 | フレームあり フレームなし |