Uses of Class
javax.money.RoundingContext
Packages that use RoundingContext
-
Uses of RoundingContext in javax.money
Fields in javax.money declared as RoundingContextModifier and TypeFieldDescriptionprivate static final RoundingContextDefaultMonetaryRoundingsSingletonSpi.DefaultCurrencyRounding.ROUNDING_CONTEXTMethods in javax.money that return RoundingContextModifier and TypeMethodDescriptionRoundingContextBuilder.build()Creates a new instance ofRoundingContext.DefaultMonetaryRoundingsSingletonSpi.DefaultCurrencyRounding.getRoundingContext()MonetaryRounding.getRoundingContext()Access the rounding's context, which gives more details of the rounding instances such as The rounding's name (required) Its provider (required) Its base currency its scale and rounding mode any other attributes useful to describe the roundingMethods in javax.money with parameters of type RoundingContextModifier and TypeMethodDescriptionstatic RoundingContextBuilderRoundingContextBuilder.of(RoundingContext roundingContext) Creates a new RoundingContextBuilder.Constructors in javax.money with parameters of type RoundingContextModifierConstructorDescriptionprivateRoundingContextBuilder(RoundingContext roundingContext) Creates a new RoundingContextBuilder.