|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.ObjectBeanPropertyPointer
jp.terasoluna.fw.beans.jxpath.BeanPropertyPointerEx
public class BeanPropertyPointerEx
null値を扱うためのBeanプロパティポインタ拡張クラス。
デフォルトのBeanプロパティポインタでは、 final指定されていないクラス(Object,Date、ArrayList、etc)の属性に nullが入っていた場合、値がないものとして扱われる。 nullを取得したい場合、本クラスを使用する必要がある。
BeanPointerFactoryEx
フィールドの概要 | |
---|---|
private static long |
serialVersionUID
シリアルバージョンID。 |
コンストラクタの概要 | |
---|---|
BeanPropertyPointerEx(NodePointer parent,
JXPathBeanInfo beanInfo)
コンストラクタ。 |
メソッドの概要 | |
---|---|
int |
getLength()
要素数を取得する。 |
boolean |
isCollection()
配列かどうか判断する。 |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
---|
private static final long serialVersionUID
コンストラクタの詳細 |
---|
public BeanPropertyPointerEx(NodePointer parent, JXPathBeanInfo beanInfo)
parent
- 親となるBeanポインタbeanInfo
- ターゲットのBeanの情報メソッドの詳細 |
---|
public int getLength()
public boolean isCollection()
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |