org.asyrinx.brownie.core.lang
クラス ObjectUtils

java.lang.Object
  拡張org.apache.commons.lang.ObjectUtils
      拡張org.asyrinx.brownie.core.lang.ObjectUtils

public final class ObjectUtils
extends org.apache.commons.lang.ObjectUtils

作成者:
Akima

入れ子クラスの概要
 
クラス org.apache.commons.lang.ObjectUtils から継承した入れ子クラス
org.apache.commons.lang.ObjectUtils.Null
 
フィールドの概要
 
クラス org.apache.commons.lang.ObjectUtils から継承したフィールド
NULL
 
コンストラクタの概要
ObjectUtils()
           
 
メソッドの概要
static java.lang.String describeProperties(java.lang.Object bean)
          PropertyUtilsクラス(reflection)を使用してプロパティの 文字列表現を取得します。
static boolean eitherIsNull(java.lang.Object obj1, java.lang.Object obj2)
          両方ともnullならfalse 両方ともnull以外ならfalse どちらかだけがnullならtrue
static java.lang.String toString(java.lang.Object bean)
          PropertyUtilsクラス(reflection)を使用してプロパティの 文字列表現を含む、オブジェクトの情報を文字列として取得します。
 
クラス org.apache.commons.lang.ObjectUtils から継承したメソッド
appendIdentityToString, defaultIfNull, equals, identityToString, toString
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

ObjectUtils

public ObjectUtils()
メソッドの詳細

eitherIsNull

public static boolean eitherIsNull(java.lang.Object obj1,
                                   java.lang.Object obj2)
両方ともnullならfalse 両方ともnull以外ならfalse どちらかだけがnullならtrue


describeProperties

public static java.lang.String describeProperties(java.lang.Object bean)
PropertyUtilsクラス(reflection)を使用してプロパティの 文字列表現を取得します。


toString

public static java.lang.String toString(java.lang.Object bean)
PropertyUtilsクラス(reflection)を使用してプロパティの 文字列表現を含む、オブジェクトの情報を文字列として取得します。



Copyright © 2004 asyrinx organization. All Rights Reserved.