Interface NumberFormatter

All Superinterfaces:
Comparable<Handled>, Handled
All Known Implementing Classes:
EvenLengthNumberFormatter, SimpleNumberFormatter, SplittingNumberFormatter

public interface NumberFormatter extends Handled
A formatter that formats a BigDecimal number to a String. Should generally use the configured NumberSuffixFormatter for the operation.