Class StringUtils

java.lang.Object
ch.threema.apitool.utils.StringUtils

public final class StringUtils extends Object
  • Constructor Details

    • StringUtils

      public StringUtils()
  • Method Details

    • toIndentedString

      public static String toIndentedString(Object o)
      Convert the given object to string with each line indented by 4 spaces (except the first line).