Uses of Class
javax.money.RoundingContextBuilder
-
Packages that use 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 RoundingContextBuilderRoundingContextBuilder. of(java.lang.String provider, java.lang.String roundingId)Creates a new RoundingContextBuilder.static RoundingContextBuilderRoundingContextBuilder. of(RoundingContext roundingContext)Creates a new RoundingContextBuilder.RoundingContextBuilderRoundingContextBuilder. setCurrency(CurrencyUnit currencyUnit)Get the basicCurrencyUnit, which is based for this rounding type.RoundingContextBuilderRoundingContext. toBuilder()Allows to convert a instance into the correspondingCurrencyContextBuilder, which allows to change the values and of anotherCurrencyContextinstance.
-