Class ToStringUtil


  • public class ToStringUtil
    extends java.lang.Object
    A 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.String toString​(WebhookConfigurationModel model)
      Converts to a string
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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.