Package ch.threema.apitool.utils
Class StringUtils
java.lang.Object
ch.threema.apitool.utils.StringUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringConvert the given object to string with each line indented by 4 spaces (except the first line).
-
Constructor Details
-
StringUtils
public StringUtils()
-
-
Method Details
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-