Uses of Class
io.github.zazalng.ThaiBaht
Packages that use ThaiBaht
Package
Description
Utilities to convert numeric amounts into Thai-language baht text with multi-language support.
Contract types and language definitions for baht text conversion.
Internal conversion handlers for transforming numeric amounts into language-specific text.
-
Uses of ThaiBaht in io.github.zazalng
Methods in io.github.zazalng that return ThaiBahtModifier and TypeMethodDescriptionThaiBaht.config(Consumer<ThaiBahtConfig.Builder> updater) Modifies the current configuration using a consumer function for flexible updates.static ThaiBahtThaiBaht.create(BigDecimal amount) Creates a new ThaiBaht converter instance with the specified amount and default configuration.static ThaiBahtThaiBaht.create(BigDecimal amount, ThaiBahtConfig config) Creates a new ThaiBaht converter instance with the specified amount and custom configuration.ThaiBaht.setAmount(BigDecimal amount) Updates the monetary amount to be converted.ThaiBaht.setConfig(ThaiBahtConfig config) Updates the formatting configuration used by this instance. -
Uses of ThaiBaht in io.github.zazalng.contracts
Methods in io.github.zazalng.contracts with parameters of type ThaiBaht -
Uses of ThaiBaht in io.github.zazalng.handler
Methods in io.github.zazalng.handler with parameters of type ThaiBaht