Uses of Class
javax.money.AbstractContext
| 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.
|
-
Uses of AbstractContext in javax.money
Classes in javax.money with type parameters of type AbstractContext Modifier and Type Class Description classAbstractContextBuilder<B extends AbstractContextBuilder,C extends AbstractContext>This interface defines the common generic parts of a query.Subclasses of AbstractContext in javax.money Modifier and Type Class Description classAbstractQueryRepresents a general context of data targeting an item of typeQ.classCurrencyContextThis class models the attributable context ofCurrencyUnitinstances.classCurrencyQueryThis class models a query for accessing instances ofCurrencyUnit.classMonetaryAmountFactoryQueryQuery to lookup instances ofMonetaryAmountFactory, which are determined by the (minimal) capabilities required by the give use case.classMonetaryContextThis class models the meta data (mostly the numeric capabilities) of aMonetaryAmountin a platform independent way.classRoundingContextThis class models the spec/configuration for a rounding, modeled asMonetaryRoundingin a platform independent way.classRoundingQueryQuery for accessing instances ofMonetaryRounding.Methods in javax.money with parameters of type AbstractContext Modifier and Type Method Description BAbstractContextBuilder. importContext(AbstractContext context)Apply all attributes on the given context, hereby existing entries are preserved.BAbstractContextBuilder. importContext(AbstractContext context, boolean overwriteDuplicates)Apply all attributes on the given context. -
Uses of AbstractContext in javax.money.convert
Subclasses of AbstractContext in javax.money.convert Modifier and Type Class Description classConversionContextThis class models a context for which aExchangeRateis valid.classConversionQueryQuery for accessingCurrencyConversioninstances.classProviderContextThis class describes what kind ofExchangeRates a.ExchangeRateProviderdelivers, including the provider's name, rate type and additional data. -
Uses of AbstractContext in javax.money.format
Subclasses of AbstractContext in javax.money.format Modifier and Type Class Description classAmountFormatContextTheAmountFormatContextprovides details about aMonetaryAmountFormat.classAmountFormatQueryQuery for accessing instances ofMonetaryAmountFormat.