A B C D E F G H I J L M N O P Q R S T U V W 

G

getAccessCount() - Method in class org.javamoney.moneta.loader.internal.LoadableResource
Get the number of successful accesses.
getAmountFactory(Class<T>) - Method in class org.javamoney.moneta.internal.DefaultMonetaryAmountsSpi
 
getAmountFormat(AmountStyle) - Method in class org.javamoney.moneta.format.internal.DefaultAmountFormatProviderSpi
 
getAmountFormatSymbols(Locale) - Method in class org.javamoney.moneta.format.internal.DefaultAmountFormatSymbolsProviderSpi
 
getAmountStyle(Locale) - Method in class org.javamoney.moneta.format.internal.DefaultAmountStyleProviderSpi
 
getAmountType() - Method in class org.javamoney.moneta.internal.FastMoneyAmountFactory
 
getAmountType() - Method in class org.javamoney.moneta.internal.FastMoneyAmountFactoryProvider
 
getAmountType() - Method in class org.javamoney.moneta.internal.MoneyAmountFactory
 
getAmountType() - Method in class org.javamoney.moneta.internal.MoneyAmountFactoryProvider
 
getAmountType() - Method in class org.javamoney.moneta.internal.RoundedMoneyAmountFactory
 
getAmountType() - Method in class org.javamoney.moneta.internal.RoundedMoneyAmountFactoryProvider
 
getAmountTypes() - Method in class org.javamoney.moneta.internal.DefaultMonetaryAmountsSpi
 
getBigDecimal(Number) - Static method in class org.javamoney.moneta.spi.AbstractAmountFactory
Creates a BigDecimal from the given Number doing the valid conversion depending the type given.
getBigDecimal(long) - Static method in class org.javamoney.moneta.spi.AbstractMoney
Creates a BigDecimal from the given Number doing the valid conversion depending the type given.
getBigDecimal(double) - Static method in class org.javamoney.moneta.spi.AbstractMoney
Creates a BigDecimal from the given Number doing the valid conversion depending the type given.
getBigDecimal(Number) - Static method in class org.javamoney.moneta.spi.AbstractMoney
Creates a BigDecimal from the given Number doing the valid conversion depending the type given.
getBigDecimal(Number, MonetaryContext) - Static method in class org.javamoney.moneta.spi.AbstractMoney
Creates a BigDecimal from the given Number doing the valid conversion depending the type given, if a MonetaryContext is given, it is applied to the number returned.
getBigDecimal(Number) - Static method in class org.javamoney.moneta.spi.DefaultNumberValue
Creates a BigDecimal from the given Number doing the valid conversion depending the type given.
getCachedResource() - Method in class org.javamoney.moneta.loader.internal.LoadableResource
Get the URL of the locally cached resource.
getCashRounding(CurrencyUnit) - Method in class org.javamoney.moneta.internal.DefaultRoundingProvider
 
getCashRounding(CurrencyUnit, long) - Method in class org.javamoney.moneta.internal.DefaultRoundingProvider
 
getConfig() - Static method in class org.javamoney.moneta.spi.MonetaryConfig
 
getConversion(CurrencyUnit, ConversionContext, String...) - Method in class org.javamoney.moneta.convert.internal.DefaultMonetaryConversionsSpi
 
getConversionContext() - Method in class org.javamoney.moneta.spi.AbstractCurrencyConversion
Access the target ConversionContext of this conversion instance.
getCurrency() - Method in class org.javamoney.moneta.FastMoney
 
getCurrency() - Method in class org.javamoney.moneta.RoundedMoney
 
getCurrency() - Method in class org.javamoney.moneta.spi.AbstractMoney
Returns the amount’s currency, modelled as CurrencyUnit.
getCurrencyCode() - Method in class org.javamoney.moneta.BuildableCurrencyUnit
 
getCurrencyConversion(CurrencyUnit) - Method in class org.javamoney.moneta.spi.AbstractRateProvider
 
getCurrencyConversion(CurrencyUnit, ConversionContext) - Method in class org.javamoney.moneta.spi.AbstractRateProvider
 
getCurrencyConversion(String) - Method in class org.javamoney.moneta.spi.AbstractRateProvider
 
getCurrencyConversion(String, ConversionContext) - Method in class org.javamoney.moneta.spi.AbstractRateProvider
 
getCurrencyUnit(String) - Method in class org.javamoney.moneta.internal.ConfigurableCurrencyUnitProvider
 
getCurrencyUnit(Locale) - Method in class org.javamoney.moneta.internal.ConfigurableCurrencyUnitProvider
 
getCurrencyUnit(String) - Method in class org.javamoney.moneta.internal.JDKCurrencyProvider
 
getCurrencyUnit(Locale) - Method in class org.javamoney.moneta.internal.JDKCurrencyProvider
 
getCustomRounding(String) - Method in class org.javamoney.moneta.internal.DefaultRoundingProvider
 
getCustomRoundingIds() - Method in class org.javamoney.moneta.internal.DefaultRoundingProvider
 
getData(String) - Method in class org.javamoney.moneta.loader.internal.DefaultLoaderService
 
getData() - Method in class org.javamoney.moneta.loader.internal.LoadableResource
Get the resource data.
getData(String) - Method in interface org.javamoney.moneta.spi.LoaderService
Access the input stream of the given data resource.
getDataStream() - Method in class org.javamoney.moneta.loader.internal.LoadableResource
Get the resource data as input stream.
getDefaultAmountType() - Method in class org.javamoney.moneta.internal.DefaultMonetaryAmountsSpi
 
getDefaultFractionDigits() - Method in class org.javamoney.moneta.BuildableCurrencyUnit
 
getDefaultMonetaryContext() - Method in class org.javamoney.moneta.FastMoney
 
getDefaultMonetaryContext() - Method in class org.javamoney.moneta.internal.FastMoneyAmountFactoryProvider
 
getDefaultMonetaryContext() - Method in class org.javamoney.moneta.internal.MoneyAmountFactoryProvider
 
getDefaultMonetaryContext() - Method in class org.javamoney.moneta.internal.RoundedMoneyAmountFactoryProvider
 
getDefaultMonetaryContext() - Method in class org.javamoney.moneta.Money
 
getDefaultMonetaryContext() - Method in class org.javamoney.moneta.RoundedMoney
 
getDefaultMonetaryContext() - Method in class org.javamoney.moneta.spi.AbstractAmountFactory
Returns the default MonetaryContext used, when no MonetaryContext is provided.
getDefaultMonetaryContext() - Method in class org.javamoney.moneta.spi.AbstractMoney
Method to be implemented by superclasses to provide the default MonetaryContext, when not explicit MonetaryContext is available.
getDefaultProviderChain() - Method in class org.javamoney.moneta.convert.internal.DefaultMonetaryConversionsSpi
 
getErrorIndex() - Method in class org.javamoney.moneta.format.internal.ParseContext
Gets the error index.
getErrorMessage() - Method in class org.javamoney.moneta.format.internal.ParseContext
Get the stored error message.
getExchangeRate(MonetaryAmount) - Method in class org.javamoney.moneta.spi.AbstractCurrencyConversion
Get the exchange rate type that this MonetaryOperator instance is using for conversion.
getExchangeRate(CurrencyUnit, CurrencyUnit) - Method in class org.javamoney.moneta.spi.AbstractRateProvider
 
getExchangeRate(String, String) - Method in class org.javamoney.moneta.spi.AbstractRateProvider
 
getExchangeRate(String, String, ConversionContext) - Method in class org.javamoney.moneta.spi.AbstractRateProvider
 
getExchangeRate(CurrencyUnit, CurrencyUnit, ConversionContext) - Method in class org.javamoney.moneta.spi.AbstractRateProvider
 
getExchangeRate(MonetaryAmount) - Method in class org.javamoney.moneta.spi.LazyBoundCurrencyConversion
Get the exchange rate type that this provider instance is providing data for.
getExchangeRateInternal(CurrencyUnit, CurrencyUnit, ConversionContext) - Method in class org.javamoney.moneta.convert.internal.ECBCurrentRateProvider
 
getExchangeRateInternal(CurrencyUnit, CurrencyUnit, ConversionContext) - Method in class org.javamoney.moneta.convert.internal.ECBHistoric90RateProvider
 
getExchangeRateInternal(CurrencyUnit, CurrencyUnit, ConversionContext) - Method in class org.javamoney.moneta.convert.internal.ECBHistoricRateProvider
 
getExchangeRateInternal(CurrencyUnit, CurrencyUnit, ConversionContext) - Method in class org.javamoney.moneta.convert.internal.IMFRateProvider
 
getExchangeRateInternal(CurrencyUnit, CurrencyUnit, ConversionContext) - Method in class org.javamoney.moneta.spi.AbstractRateProvider
 
getExchangeRateInternal(CurrencyUnit, CurrencyUnit, ConversionContext) - Method in class org.javamoney.moneta.spi.CompoundRateProvider
 
getExchangeRateProvider(String...) - Method in class org.javamoney.moneta.convert.internal.DefaultMonetaryConversionsSpi
 
getFactory() - Method in class org.javamoney.moneta.FastMoney
 
getFactory() - Method in class org.javamoney.moneta.Money
 
getFactory() - Method in class org.javamoney.moneta.RoundedMoney
 
getFallbackResource() - Method in class org.javamoney.moneta.loader.internal.LoadableResource
Return the fallback location.
getIndex() - Method in class org.javamoney.moneta.format.internal.ParseContext
Gets the current parse position.
getInput() - Method in class org.javamoney.moneta.format.internal.ParseContext
Gets the residual input text starting from the current parse position.
getLastLoaded() - Method in class org.javamoney.moneta.loader.internal.LoadableResource
Get the timestamp of the last succesful load.
getLoadCount() - Method in class org.javamoney.moneta.loader.internal.LoadableResource
Get the number of active loads of this resource (InputStream).
getMathContext(MonetaryContext, RoundingMode) - Static method in class org.javamoney.moneta.spi.AbstractMoney
Evaluates the MathContext from the given MonetaryContext.
getMaximalMonetaryContext() - Method in class org.javamoney.moneta.internal.FastMoneyAmountFactoryProvider
 
getMaximalMonetaryContext() - Method in class org.javamoney.moneta.internal.MoneyAmountFactoryProvider
 
getMaximalMonetaryContext() - Method in class org.javamoney.moneta.internal.RoundedMoneyAmountFactoryProvider
 
getMaximalMonetaryContext() - Method in class org.javamoney.moneta.spi.AbstractAmountFactory
Returns the maximal MonetaryContext supported.
getMonetaryContext() - Method in class org.javamoney.moneta.FastMoney
 
getMonetaryContext() - Method in class org.javamoney.moneta.RoundedMoney
Access the MathContext used by this instance.
getMonetaryContext() - Method in class org.javamoney.moneta.spi.AbstractMoney
Access the MonetaryContext used by this instance.
getNumber() - Method in class org.javamoney.moneta.FastMoney
Gets the number representation of the numeric value of this item.
getNumber() - Method in class org.javamoney.moneta.Money
 
getNumber() - Method in class org.javamoney.moneta.RoundedMoney
 
getNumberStripped() - Method in class org.javamoney.moneta.Money
Method that returns BigDecimal.ZERO, if Money.isZero(), and #stripTrailingZeros() in all other cases.
getNumberType() - Method in class org.javamoney.moneta.spi.DefaultNumberValue
 
getNumericCode() - Method in class org.javamoney.moneta.BuildableCurrencyUnit
 
getOriginalInput() - Method in class org.javamoney.moneta.format.internal.ParseContext
Gets the full input text.
getParsedCurrency() - Method in class org.javamoney.moneta.format.internal.ParseContext
 
getParsedNumber() - Method in class org.javamoney.moneta.format.internal.ParseContext
Get the parsed item.
getPrecision() - Method in class org.javamoney.moneta.FastMoney
 
getPrecision() - Method in class org.javamoney.moneta.RoundedMoney
 
getPrecision() - Method in class org.javamoney.moneta.spi.DefaultNumberValue
 
getProviderContext(String) - Method in class org.javamoney.moneta.convert.internal.DefaultMonetaryConversionsSpi
 
getProviderContext() - Method in class org.javamoney.moneta.convert.internal.ECBHistoricRateProvider
 
getProviderContext() - Method in class org.javamoney.moneta.spi.AbstractRateProvider
 
getProviderNames() - Method in class org.javamoney.moneta.convert.internal.DefaultMonetaryConversionsSpi
 
getQueryInclusionPolicy() - Method in class org.javamoney.moneta.internal.FastMoneyAmountFactoryProvider
 
getQueryInclusionPolicy() - Method in class org.javamoney.moneta.internal.MoneyAmountFactoryProvider
 
getQueryInclusionPolicy() - Method in class org.javamoney.moneta.internal.RoundedMoneyAmountFactoryProvider
 
getRemoteResources() - Method in class org.javamoney.moneta.loader.internal.LoadableResource
Get the remote locations.
getResourceId() - Method in class org.javamoney.moneta.loader.internal.LoadableResource
Get the resourceId.
getResourceIds() - Method in class org.javamoney.moneta.loader.internal.DefaultLoaderService
 
getResourceIds() - Method in interface org.javamoney.moneta.spi.LoaderService
Get a Set of all registered data resource identifiers.
getReversed(ExchangeRate) - Method in class org.javamoney.moneta.spi.AbstractRateProvider
 
getRounding(CurrencyUnit) - Method in class org.javamoney.moneta.internal.DefaultRoundingProvider
 
getRounding(CurrencyUnit, long) - Method in class org.javamoney.moneta.internal.DefaultRoundingProvider
 
getRounding(MonetaryContext) - Method in class org.javamoney.moneta.internal.DefaultRoundingProvider
 
getScale() - Method in class org.javamoney.moneta.FastMoney
 
getScale() - Method in class org.javamoney.moneta.RoundedMoney
 
getScale() - Method in class org.javamoney.moneta.spi.DefaultNumberValue
 
getSupportedLocales() - Method in class org.javamoney.moneta.format.internal.DefaultAmountFormatSymbolsProviderSpi
 
getSupportedLocales() - Method in class org.javamoney.moneta.format.internal.DefaultAmountStyleProviderSpi
 
getTermCurrency() - Method in class org.javamoney.moneta.spi.AbstractCurrencyConversion
Access the terminating CurrencyUnit of this conversion instance.
getUpdateConfig() - Method in class org.javamoney.moneta.loader.internal.LoadableResource
Access the registration config.
getUpdateConfiguration(String) - Method in class org.javamoney.moneta.loader.internal.DefaultLoaderService
 
getUpdateConfiguration(String) - Method in interface org.javamoney.moneta.spi.LoaderService
Get the update configuration for the given dataId.
getUpdatePolicy(String) - Method in class org.javamoney.moneta.loader.internal.DefaultLoaderService
 
getUpdatePolicy() - Method in class org.javamoney.moneta.loader.internal.LoadableResource
getUpdatePolicy(String) - Method in interface org.javamoney.moneta.spi.LoaderService
Get the LoaderService.UpdatePolicy in place for the given dataId.
A B C D E F G H I J L M N O P Q R S T U V W