Package me.datafox.dfxengine.text.api
Interface NumberFormatter
- All Superinterfaces:
Comparable<Handled>
,Handled
- All Known Implementing Classes:
EvenLengthNumberFormatter
,SimpleNumberFormatter
,SplittingNumberFormatter
A formatter that formats a
BigDecimal
number to a String
. Should generally use the configured
NumberSuffixFormatter
for the operation.-
Method Summary
Modifier and TypeMethodDescriptionformat
(BigDecimal number, TextFactory factory, TextConfiguration configuration)
-
Method Details
-
format
- Parameters:
number
- number to be formatterfactory
-TextFactory
for formattingconfiguration
-TextConfiguration
for formatting- Returns:
String
representation of the number- Throws:
TextConfigurationException
- if theTextConfiguration
is not valid for this formatter
-