Uses of Class
javax.money.RoundingContext
| Package | Description |
|---|---|
| javax.money |
Main package of the Money and Currency API.
|
-
Uses of RoundingContext in javax.money
Methods in javax.money that return RoundingContext Modifier and Type Method Description RoundingContextRoundingContextBuilder. build()Creates a new instance ofRoundingContext.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.