Class PrettyPrinter
- java.lang.Object
-
- de.hybris.platform.sap.sapcommonbol.transaction.util.impl.PrettyPrinter
-
public class PrettyPrinter extends java.lang.ObjectHelper class in order to have a nice output of fields, e.g. for toString()- Version:
- 1.0
-
-
Constructor Summary
Constructors Constructor Description PrettyPrinter(java.lang.String start)Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(java.lang.Object o, java.lang.String fieldName)Appends the fieldName and the value to the string builderjava.lang.StringtoString()
-