public interface Formatter
Note that this representation is likely to be altered later in the pipeline, for the purpose of text wrapping and aligning. The role of a formatter is merely to give the raw text representation (e.g. format numbers).
Modifier and Type | Method and Description |
---|---|
String[] |
format(Object value) |
Copyright © 2024. All rights reserved.