public class POJOUtil extends Object
| Constructor and Description |
|---|
POJOUtil() |
| Modifier and Type | Method and Description |
|---|---|
static String |
prettyPrintPOJO(Object plainOldJavaObject)
Prints all fields and their values of the specified java object.
|
public static String prettyPrintPOJO(Object plainOldJavaObject)
plainOldJavaObject - the java object that is to be printed to a pretty String (no array)Copyright © 2018. All rights reserved.