public class DebugUtil extends Object
Modifier and Type | Method and Description |
---|---|
static void |
printMethodTrace()
Prints a trace message to stdout that gives info
about the method that calls this method.
|
static void |
printMethodTrace(String extraMessage)
Prints a trace message to stdout that gives info
about the method that calls this method.
|
static void |
printObjectProperties(Object obj)
Prints the values of javabean properties to the console.
|
static String |
safeClassName(Object obj) |
static String |
toStringWithClass(Object obj) |
public static void printMethodTrace()
public static void printMethodTrace(String extraMessage)
public static void printObjectProperties(Object obj)
Copyright (c) IBM Corp. and others 2004, 2020. All Rights Reserved.