Uses of Class
javax.money.format.AmountFormatContext
Package | Description |
---|---|
javax.money.format |
Money and Currency format API.
|
-
Uses of AmountFormatContext in javax.money.format
Methods in javax.money.format that return AmountFormatContext Modifier and Type Method Description AmountFormatContext
AmountFormatContextBuilder. build()
Creates a new instance ofAmountFormatContext
that configures a.MonetaryAmountFormat
.AmountFormatContext
MonetaryAmountFormat. getContext()
TheAmountFormatContext
to be applied when aMonetaryAmount
is formatted.Methods in javax.money.format with parameters of type AmountFormatContext Modifier and Type Method Description static AmountFormatContextBuilder
AmountFormatContextBuilder. of(AmountFormatContext context)
Creates a newAmountFormatContextBuilder
.