Package | Description |
---|---|
javax.money |
Main package of the Money and Currency API.
|
javax.money.convert |
Defines the monetary currency conversion API.
|
Modifier and Type | Interface and Description |
---|---|
interface |
MonetaryRounding
Interface representing a monetary rounding.
|
Modifier and Type | Method and Description |
---|---|
default MonetaryAmount |
MonetaryAmount.with(MonetaryOperator operator)
Returns an operated object of the same type as this object with the operation made.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CurrencyConversion
This interface defines a
CurrencyConversion that is converting a MonetaryAmount to another
MonetaryAmount with a different target CurrencyUnit . |
Copyright © 2012–2016 JSR 354 - Expert Group. All rights reserved.