Uses of Class
javax.money.CurrencyContext
Package | Description |
---|---|
javax.money |
Main package of the Money and Currency API.
|
-
Uses of CurrencyContext in javax.money
Methods in javax.money that return CurrencyContext Modifier and Type Method Description CurrencyContext
CurrencyContextBuilder. build()
Creates a new instance ofCurrencyContext
.CurrencyContext
CurrencyUnit. getContext()
Returns theCurrencyContext
of a currency.Methods in javax.money with parameters of type CurrencyContext Modifier and Type Method Description static CurrencyContextBuilder
CurrencyContextBuilder. of(CurrencyContext context)
Creates a new builder.