Package com.djrapitops.plan.delivery.formatting
Data formatting related utilities.
-
Interface Summary Interface Description Formatter<T> Interface for formatting a value into a String. -
Class Summary Class Description ByteSizeFormatter Formatter for amount of Megabytes (MB)DecimalFormatter Formatter for decimal points that depends on settings.EntityNameFormatter Formatter for entity names, that capitalizes the first word and removes symbols.Formatters Factory for new instances of differentFormatter
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.