Uses of Class
javax.money.RoundingContextBuilder
Package | Description |
---|---|
javax.money |
Main package of the Money and Currency API.
|
-
Uses of RoundingContextBuilder in javax.money
Methods in javax.money that return RoundingContextBuilder Modifier and Type Method Description static RoundingContextBuilder
RoundingContextBuilder. of(java.lang.String provider, java.lang.String roundingId)
Creates a new RoundingContextBuilder.static RoundingContextBuilder
RoundingContextBuilder. of(RoundingContext roundingContext)
Creates a new RoundingContextBuilder.RoundingContextBuilder
RoundingContextBuilder. setCurrency(CurrencyUnit currencyUnit)
Get the basicCurrencyUnit
, which is based for this rounding type.RoundingContextBuilder
RoundingContext. toBuilder()
Allows to convert a instance into the correspondingCurrencyContextBuilder
, which allows to change the values and of anotherCurrencyContext
instance.