Uses of Class
io.github.zazalng.utils.FormatTemplate
Packages that use FormatTemplate
Package
Description
Utilities to convert numeric amounts into Thai-language baht text with multi-language support.
Internal utility classes and helper functions for the ThaiBaht conversion library.
-
Uses of FormatTemplate in io.github.zazalng
Methods in io.github.zazalng that return FormatTemplateModifier and TypeMethodDescriptionThaiBahtConfig.getFormatTemplate()Returns the custom format template for positive amounts.ThaiBahtConfig.getNegativeFormatTemplate()Returns the custom format template for negative amounts.Methods in io.github.zazalng with parameters of type FormatTemplateModifier and TypeMethodDescriptionThaiBahtConfig.Builder.setFormatTemplate(FormatTemplate template) Sets a custom format template for positive amounts using a FormatTemplate instance.ThaiBahtConfig.Builder.setNegativeFormatTemplate(FormatTemplate template) Sets a custom format template for negative amounts using a FormatTemplate instance. -
Uses of FormatTemplate in io.github.zazalng.utils
Methods in io.github.zazalng.utils that return FormatTemplateModifier and TypeMethodDescriptionstatic FormatTemplateCreates a FormatTemplate from a format string.