Package | Description |
---|---|
javax.money |
Main package of the Money and Currency API.
|
javax.money.convert |
Defines the monetary currency conversion API.
|
Modifier and Type | Class and Description |
---|---|
class |
MonetaryContext
This class models the numeric capabilities of a
MonetaryAmount in a
platform independent way. |
Modifier and Type | Method and Description |
---|---|
abstract AbstractContext |
AbstractContext.AbstractBuilder.create()
Creates a new
AbstractContext with the data from this Builder
instance. |
Modifier and Type | Method and Description |
---|---|
B |
AbstractContext.AbstractBuilder.setAll(AbstractContext context)
Apply all attributes on the given context.
|
Constructor and Description |
---|
AbstractContext.AbstractBuilder(AbstractContext context)
Create a new Builder, hereby using the given
AbstractContext
's values as defaults. |
Modifier and Type | Class and Description |
---|---|
class |
ConversionContext
This class models a context for which a
ExchangeRate is valid. |
class |
ProviderContext
This class models a context for which a
CurrencyConversion is valid,
or an ExchangeRateProvider provides rates. |