Uses of Class
javax.money.RoundingContext
-
Packages that use RoundingContext Package Description javax.money Main package of the Money and Currency API. -
-
Uses of RoundingContext in javax.money
Fields in javax.money declared as RoundingContext Modifier and Type Field Description private static RoundingContextDefaultMonetaryRoundingsSingletonSpi.DefaultCurrencyRounding. ROUNDING_CONTEXTMethods in javax.money that return RoundingContext Modifier and Type Method Description RoundingContextRoundingContextBuilder. build()Creates a new instance ofRoundingContext.RoundingContextDefaultMonetaryRoundingsSingletonSpi.DefaultCurrencyRounding. getRoundingContext()RoundingContextMonetaryRounding. 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 RoundingContext Modifier and Type Method Description static RoundingContextBuilderRoundingContextBuilder. of(RoundingContext roundingContext)Creates a new RoundingContextBuilder.Constructors in javax.money with parameters of type RoundingContext Constructor Description RoundingContextBuilder(RoundingContext roundingContext)Creates a new RoundingContextBuilder.
-