|
IM-ERP Real Connect | |||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjp.co.intra_mart.foundation.sap.common.util.PropertyDescriptorBox
public final class PropertyDescriptorBox
JavaBeansクラスから取得するPropertyDescriptorをキャッシュするためのクラスです。
| メソッドの概要 | |
|---|---|
static void |
clear()
キャッシュしたPropertyDescriptorをクリアします。 |
static PropertyDescriptor[] |
getPropertyDescriptor(Object beanObject)
引数JavaBeansオブジェクトのPropertyDescriptor[]を取得します。 |
static PropertyDescriptor[] |
getPropertyDescriptor(String beanClassPath)
引数JavaBeansクラス名からPropertyDescriptor[]を取得します。 |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| メソッドの詳細 |
|---|
public static PropertyDescriptor[] getPropertyDescriptor(String beanClassPath)
throws IntrospectionException,
ClassNotFoundException
beanClassPath - JavaBeansクラス名
IntrospectionException - イントロスペクション中に例外が発生した場合にスローされます。
ClassNotFoundException - 引数で指定したクラスが見つからない場合にスローされます。
public static PropertyDescriptor[] getPropertyDescriptor(Object beanObject)
throws IntrospectionException
beanObject - PropertyDescriptor[]を取得したい BeanObject
IntrospectionException - イントロスペクション中に例外が発生した場合にスローされます。public static void clear()
|
IM-ERP Real Connect | |||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||