Uses of Class
javax.money.CurrencyContextBuilder
-
Packages that use 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 CurrencyContextBuilderCurrencyContextBuilder. of(java.lang.String provider)Creates a new builder.static CurrencyContextBuilderCurrencyContextBuilder. of(CurrencyContext context)Creates a new builder.CurrencyContextBuilderCurrencyContext. toBuilder()Allows to convert a instance into the correspondingCurrencyContextBuilder, which allows to change the values and of anotherCurrencyContextinstance.
-