Uses of Class
javax.money.CurrencyContextBuilder
Package | Description |
---|---|
javax.money |
Main package of the Money and Currency API.
|
-
Uses of CurrencyContextBuilder in javax.money
Methods in javax.money that return CurrencyContextBuilder Modifier and Type Method Description static CurrencyContextBuilder
CurrencyContextBuilder. of(java.lang.String provider)
Creates a new builder.static CurrencyContextBuilder
CurrencyContextBuilder. of(CurrencyContext context)
Creates a new builder.CurrencyContextBuilder
CurrencyContext. toBuilder()
Allows to convert a instance into the correspondingCurrencyContextBuilder
, which allows to change the values and of anotherCurrencyContext
instance.