Uses of Class
javax.money.RoundingContextBuilder
Packages that use RoundingContextBuilder
-
Uses of RoundingContextBuilder in javax.money
Methods in javax.money that return RoundingContextBuilderModifier and TypeMethodDescriptionstatic RoundingContextBuilderCreates a new RoundingContextBuilder.static RoundingContextBuilderRoundingContextBuilder.of(RoundingContext roundingContext) Creates a new RoundingContextBuilder.RoundingContextBuilder.setCurrency(CurrencyUnit currencyUnit) Get the basicCurrencyUnit, which is based for this rounding type.RoundingContext.toBuilder()Allows to convert a instance into the correspondingCurrencyContextBuilder, which allows to change the values and of anotherCurrencyContextinstance.Constructors in javax.money with parameters of type RoundingContextBuilderModifierConstructorDescription(package private)RoundingContext(RoundingContextBuilder builder) Constructor, used from theRoundingContextBuilder.