Class ToStringUtil
- java.lang.Object
-
- de.hybris.platform.webhookservices.util.ToStringUtil
-
public class ToStringUtil extends java.lang.ObjectA utility for converting classes generated in the build process, which have no suitable toString() implementation, to a string.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.StringtoString(WebhookConfigurationModel model)Converts to a string
-
-
-
Method Detail
-
toString
public static java.lang.String toString(WebhookConfigurationModel model)
Converts to a string- Parameters:
model- a webhook instance to present as a string- Returns:
- string presentation of the model instance.
-
-