Package | Description |
---|---|
javax.money |
Main package of the Money and Currency API.
|
Modifier and Type | Method and Description |
---|---|
RoundingContext |
RoundingContextBuilder.build()
Creates a new instance of
RoundingContext . |
RoundingContext |
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 rounding
|
Modifier and Type | Method and Description |
---|---|
static RoundingContextBuilder |
RoundingContextBuilder.of(RoundingContext roundingContext)
Creates a new RoundingContextBuilder.
|
Copyright © 2012–2016 JSR 354 - Expert Group. All rights reserved.