public interface StringBuilderFormattable
| Modifier and Type | Method and Description |
|---|---|
void |
formatTo(StringBuilder buffer)
Writes a text representation of this object into the specified
StringBuilder, ideally without allocating
temporary objects. |
void formatTo(StringBuilder buffer)
StringBuilder, ideally without allocating
temporary objects.buffer - the StringBuilder to write intoCopyright © 2021 JBoss by Red Hat. All rights reserved.