org.mule.util
Class ObjectUtils
java.lang.Object
org.apache.commons.lang.ObjectUtils
org.mule.util.ObjectUtils
public class ObjectUtils
- extends ObjectUtils
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ObjectUtils
public ObjectUtils()
identityToShortString
public static String identityToShortString(Object obj)
- Like
ObjectUtils.identityToString(Object)
but without the object's full package
name.
- Parameters:
obj
- the object for which the identity description is to be generated
- Returns:
- the object's identity description in the form of
"ClassName@IdentityCode" or "null" if the argument was null.
Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.