public class FormattingStringBuilder
extends java.lang.Object
| Constructor and Description |
|---|
FormattingStringBuilder()
Constructor for class.
|
| Modifier and Type | Method and Description |
|---|---|
FormattingStringBuilder |
append(java.lang.String value)
Formats and appends the given String value to the builder.
|
FormattingStringBuilder |
appendWithCapitalizeFirst(java.lang.String value)
Formats the given String and appends to the builder.
|
FormattingStringBuilder |
appendWithoutFormatting(java.lang.String value)
Appends the given String value to the builder.
|
java.lang.String |
toString() |
@NonNull public FormattingStringBuilder append(@Nullable java.lang.String value)
value - the String value.@NonNull public FormattingStringBuilder appendWithCapitalizeFirst(@Nullable java.lang.String value)
value - the String value.@NonNull public FormattingStringBuilder appendWithoutFormatting(@Nullable java.lang.String value)
value - the String value.public java.lang.String toString()
toString in class java.lang.Object