Uses of Class
javax.money.AbstractContext
Packages that use AbstractContext
Package
Description
Main package of the Money and Currency API.
Defines the monetary currency conversion API.
Money and Currency format API.
-
Uses of AbstractContext in javax.money
Classes in javax.money with type parameters of type AbstractContextModifier and TypeClassDescriptionclassAbstractContextBuilder<B extends AbstractContextBuilder,C extends AbstractContext> This interface defines the common generic parts of a query.Subclasses of AbstractContext in javax.moneyModifier and TypeClassDescriptionclassRepresents a general context of data targeting an item of typeQ.final classThis class models the attributable context ofCurrencyUnitinstances.final classThis class models a query for accessing instances ofCurrencyUnit.final classQuery to lookup instances ofMonetaryAmountFactory, which are determined by the (minimal) capabilities required by the give use case.final classThis class models the meta data (mostly the numeric capabilities) of aMonetaryAmountin a platform independent way.final classThis class models the spec/configuration for a rounding, modeled asMonetaryRoundingin a platform independent way.final classQuery for accessing instances ofMonetaryRounding.Methods in javax.money with parameters of type AbstractContextModifier and TypeMethodDescriptionAbstractContextBuilder.importContext(AbstractContext context) Apply all attributes on the given context, hereby existing entries are preserved.AbstractContextBuilder.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.convertModifier and TypeClassDescriptionfinal classThis class models a context for which aExchangeRateis valid.final classQuery for accessingCurrencyConversioninstances.final classThis 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.formatModifier and TypeClassDescriptionfinal classTheAmountFormatContextprovides details about aMonetaryAmountFormat.final classQuery for accessing instances ofMonetaryAmountFormat.