Package com.djrapitops.plan.delivery.formatting


package com.djrapitops.plan.delivery.formatting
Data formatting related utilities.
  • Interface Summary
    Interface
    Description
    Interface for formatting a value into a String.
  • Class Summary
    Class
    Description
    Formatter for amount of Megabytes (MB)
    Formatter for decimal points that depends on settings.
    Formatter for entity names, that capitalizes the first word and removes symbols.
    Factory for new instances of different Formatters.
    Formatter for Item names, that capitalizes each part and separates them with spaces instead of underscores.
    Formatter for percentages.
    Formatter for replacing ${placeholder} values inside strings.