Package com.elvishew.xlog.internal.util
Class ObjectToStringUtil
- java.lang.Object
-
- com.elvishew.xlog.internal.util.ObjectToStringUtil
-
public class ObjectToStringUtil extends java.lang.ObjectUtility for formatting object to string.
-
-
Constructor Summary
Constructors Constructor Description ObjectToStringUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.StringbundleToString(android.os.Bundle bundle)Bundle object to string, the string would be in the format of "Bundle[{...}]".static java.lang.StringintentToString(android.content.Intent intent)Intent object to string, the string would be in the format of "Intent { ...
-
-
-
Method Detail
-
bundleToString
public static java.lang.String bundleToString(android.os.Bundle bundle)
Bundle object to string, the string would be in the format of "Bundle[{...}]".
-
intentToString
public static java.lang.String intentToString(android.content.Intent intent)
Intent object to string, the string would be in the format of "Intent { ... }".
-
-