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 class
AbstractContextBuilder<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 class
AbstractQuery
Represents a general context of data targeting an item of typeQ
.class
CurrencyContext
This class models the attributable context ofCurrencyUnit
instances.class
CurrencyQuery
This class models a query for accessing instances ofCurrencyUnit
.class
MonetaryAmountFactoryQuery
Query to lookup instances ofMonetaryAmountFactory
, 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 aMonetaryAmount
in a platform independent way.class
RoundingContext
This class models the spec/configuration for a rounding, modeled asMonetaryRounding
in a platform independent way.class
RoundingQuery
Query for accessing instances ofMonetaryRounding
.Methods in javax.money with parameters of type AbstractContext 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. -
Uses of AbstractContext in javax.money.convert
Subclasses of AbstractContext in javax.money.convert Modifier and Type Class Description class
ConversionContext
This class models a context for which aExchangeRate
is valid.class
ConversionQuery
Query for accessingCurrencyConversion
instances.class
ProviderContext
This class describes what kind ofExchangeRate
s a.ExchangeRateProvider
delivers, 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 class
AmountFormatContext
TheAmountFormatContext
provides details about aMonetaryAmountFormat
.class
AmountFormatQuery
Query for accessing instances ofMonetaryAmountFormat
.