Class ToStringUtil
java.lang.Object
de.hybris.platform.webhookservices.util.ToStringUtil
A utility for converting classes generated in the build process, which have no suitable toString() implementation, to a string.
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringtoString(OrderModel model) Converts to a stringstatic StringtoString(CustomerModel model) Converts to a stringstatic StringConverts to a string
-
Method Details
-
toString
Converts to a string- Parameters:
model- a webhook instance to present as a string- Returns:
- string presentation of the model instance.
-
toString
Converts to a string- Parameters:
model- a customer instance to present as a string- Returns:
- string presentation of the model instance.
-
toString
Converts to a string- Parameters:
model- an order instance to present as a string- Returns:
- string presentation of the model instance.
-