| Package | Description |
|---|---|
| javax.money |
Main package of the Money and Currency API.
|
| javax.money.convert |
Defines the monetary currency conversion API.
|
| javax.money.format |
Money and Currency format API.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
AbstractContextBuilder<B extends AbstractContextBuilder,C extends AbstractContext> |
This interface defines the common generic parts of a query.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
AbstractQuery |
Represents a general context of data targeting an item of type
Q. |
class |
CurrencyContext |
This class models the attributable context of
CurrencyUnit instances. |
class |
CurrencyQuery |
This class models a query for accessing instances of
CurrencyUnit. |
class |
MonetaryAmountFactoryQuery |
Query to lookup instances of
MonetaryAmountFactory, which are determined by the (minimal)
capabilities required by the give use case. |
class |
MonetaryContext |
This class models the meta data (mostly the numeric capabilities) of a
MonetaryAmount in a
platform independent way. |
class |
RoundingContext |
This class models the spec/configuration for a rounding, modeled as
MonetaryRounding in a
platform independent way. |
class |
RoundingQuery |
Query for accessing instances of
MonetaryRounding. |
| Modifier and Type | Method | Description |
|---|---|---|
B |
AbstractContextBuilder.importContext(AbstractContext context) |
Apply all attributes on the given context, hereby existing entries are preserved.
|
B |
AbstractContextBuilder.importContext(AbstractContext context,
boolean overwriteDuplicates) |
Apply all attributes on the given context.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
ConversionContext |
This class models a context for which a
ExchangeRate is valid. |
class |
ConversionQuery |
Query for accessing
CurrencyConversion instances. |
class |
ProviderContext |
This class describes what kind of
ExchangeRates a .ExchangeRateProvider delivers, including the provider's name, rate type and additional data. |
| Modifier and Type | Class | Description |
|---|---|---|
class |
AmountFormatContext |
The
AmountFormatContext provides details about a MonetaryAmountFormat. |
class |
AmountFormatQuery |
Query for accessing instances of
MonetaryAmountFormat. |
Copyright © 2012–2018 JSR 354 - Expert Group. All rights reserved.