Interface | Description |
---|---|
Formatter<T> |
Interface for formatting a value into a String.
|
Class | Description |
---|---|
DecimalFormatter |
Formatter for decimal points that depends on settings.
|
EntityNameFormatter |
Formatter for entity names, that capitalizes the first word and removes symbols and numbers.
|
Formatters |
Factory for new instances of different
Formatter s. |
ItemNameFormatter |
Formatter for Item names, that capitalizes each part and separates them with spaces instead of underscores.
|
PercentageFormatter |
Formatter for percentages.
|
PlaceholderReplacer |
Formatter for replacing ${placeholder} values inside strings.
|