Class ToStringUtil

java.lang.Object
de.hybris.platform.webhookservices.util.ToStringUtil

public final class ToStringUtil extends Object
A utility for converting classes generated in the build process, which have no suitable toString() implementation, to a string.
  • Method Details

    • toString

      public static 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.
    • toString

      public static String toString(CustomerModel model)
      Converts to a string
      Parameters:
      model - a customer instance to present as a string
      Returns:
      string presentation of the model instance.
    • toString

      public static String toString(OrderModel model)
      Converts to a string
      Parameters:
      model - an order instance to present as a string
      Returns:
      string presentation of the model instance.