Package-level declarations
Types
Modifying flags for a Formattable that modify the output
Interface that adds support for an object to be formatted by StringFormatter.
Default implementation of BaseNumberFormatter
Default implementation of BaseNumberFormatter
Default implementation of BaseNumberFormatter
Default implementation of BaseNumberFormatter
Default implementation of BaseNumberFormatter
Default implementation of BaseNumberFormatter backed by the ECMAScript Intl.NumberFormat API, shared by the JS family (js + wasmJs) via typed Intl externals.
Rounding mode applied when rounding aa given Number while formatting
Formats a given String using a printf-style format strings. Supports formats for Number, String, Char, Boolean, and com.splendo.kaluga.datetime.KalugaDate. Custom formatting is supported by implementing Formattable. Flags, precision and width are supported by this formatter as well. Formatting will adjust for a provided KalugaLocale. May throw a StringFormatterException if the incorrect format is applied.
List of exceptions that may be thrown by a StringFormatter.