|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.apache.commons.beanutils.PropertyUtils
bodybuilder.util.ExtendedPropertyUtils
拡張プロパティユーティリティ
フィールドの概要 |
クラス org.apache.commons.beanutils.PropertyUtils から継承したフィールド |
INDEXED_DELIM, INDEXED_DELIM2, MAPPED_DELIM, MAPPED_DELIM2, NESTED_DELIM |
コンストラクタの概要 | |
ExtendedPropertyUtils()
|
メソッドの概要 | |
static void |
copyProperties(java.lang.Object dest,
java.lang.Object orig)
プロパティをコピーする。 |
static java.util.Map |
getProperties(java.lang.Object bean)
プロパティをマップとして取得する。 |
static java.lang.Object |
getProperty(java.lang.Object bean,
java.lang.String name)
プロパティを取得する。 |
static void |
setProperty(java.lang.Object bean,
java.lang.String name,
java.lang.Object value)
プロパティを取得する。 |
クラス org.apache.commons.beanutils.PropertyUtils から継承したメソッド |
clearDescriptors, describe, getDebug, getIndexedProperty, getIndexedProperty, getMappedProperty, getMappedProperty, getMappedPropertyDescriptors, getMappedPropertyDescriptors, getNestedProperty, getPropertyDescriptor, getPropertyDescriptors, getPropertyDescriptors, getPropertyEditorClass, getPropertyType, getReadMethod, getSimpleProperty, getWriteMethod, isReadable, isWriteable, setDebug, setIndexedProperty, setIndexedProperty, setMappedProperty, setMappedProperty, setNestedProperty, setSimpleProperty |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
public ExtendedPropertyUtils()
メソッドの詳細 |
public static java.util.Map getProperties(java.lang.Object bean)
bean
- ビーン
public static java.lang.Object getProperty(java.lang.Object bean, java.lang.String name)
bean
- ビーンname
- プロパティ名
public static void setProperty(java.lang.Object bean, java.lang.String name, java.lang.Object value)
bean
- ビーンname
- プロパティ名value
- プロパティ値public static void copyProperties(java.lang.Object dest, java.lang.Object orig)
dest
- コピー先orig
- コピー元
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |