- of(CurrencyUnit, NumberValue) - Static method in class org.javamoney.moneta.FastMoney
-
Static factory method for creating a new instance of
FastMoney.
- of(CurrencyUnit, Number) - Static method in class org.javamoney.moneta.FastMoney
-
Static factory method for creating a new instance of
FastMoney.
- of(String, Number) - Static method in class org.javamoney.moneta.FastMoney
-
Static factory method for creating a new instance of
FastMoney.
- of(CurrencyUnit, BigDecimal) - Static method in class org.javamoney.moneta.Money
-
Creates a new instance of
Money, using the default
MonetaryContext.
- of(CurrencyUnit, BigDecimal, MonetaryContext) - Static method in class org.javamoney.moneta.Money
-
Creates a new instance of
Money, using an explicit
MonetaryContext.
- of(CurrencyUnit, Number) - Static method in class org.javamoney.moneta.Money
-
Creates a new instance of
Money, using the default
MonetaryContext.
- of(CurrencyUnit, Number, MonetaryContext) - Static method in class org.javamoney.moneta.Money
-
Creates a new instance of
Money, using an explicit
MonetaryContext.
- of(String, Number) - Static method in class org.javamoney.moneta.Money
-
Static factory method for creating a new instance of
Money.
- of(String, BigDecimal) - Static method in class org.javamoney.moneta.Money
-
Static factory method for creating a new instance of
Money.
- of(String, Number, MonetaryContext) - Static method in class org.javamoney.moneta.Money
-
Static factory method for creating a new instance of
Money.
- of(String, BigDecimal, MonetaryContext) - Static method in class org.javamoney.moneta.Money
-
Static factory method for creating a new instance of
Money.
- of(CurrencyUnit, BigDecimal) - Static method in class org.javamoney.moneta.RoundedMoney
-
Translates a BigDecimal value and a CurrencyUnit currency into a
Money.
- of(CurrencyUnit, BigDecimal, MonetaryOperator) - Static method in class org.javamoney.moneta.RoundedMoney
-
Translates a BigDecimal value and a CurrencyUnit currency into a
Money.
- of(CurrencyUnit, BigDecimal, MonetaryContext) - Static method in class org.javamoney.moneta.RoundedMoney
-
Translates a BigDecimal value and a CurrencyUnit currency into a
Money.
- of(CurrencyUnit, BigDecimal, MonetaryContext, MonetaryOperator) - Static method in class org.javamoney.moneta.RoundedMoney
-
Translates a BigDecimal value and a CurrencyUnit currency into a
Money.
- of(CurrencyUnit, Number) - Static method in class org.javamoney.moneta.RoundedMoney
-
Static factory method for creating a new instance of
RoundedMoney .
- of(CurrencyUnit, Number, MonetaryOperator) - Static method in class org.javamoney.moneta.RoundedMoney
-
Static factory method for creating a new instance of
RoundedMoney .
- of(CurrencyUnit, Number, MonetaryContext) - Static method in class org.javamoney.moneta.RoundedMoney
-
Static factory method for creating a new instance of
RoundedMoney .
- of(CurrencyUnit, Number, MonetaryContext, MonetaryOperator) - Static method in class org.javamoney.moneta.RoundedMoney
-
Static factory method for creating a new instance of
RoundedMoney .
- of(String, Number) - Static method in class org.javamoney.moneta.RoundedMoney
-
Static factory method for creating a new instance of
RoundedMoney .
- of(String, Number, MonetaryOperator) - Static method in class org.javamoney.moneta.RoundedMoney
-
Static factory method for creating a new instance of
RoundedMoney .
- of(String, Number, MonetaryContext) - Static method in class org.javamoney.moneta.RoundedMoney
-
Static factory method for creating a new instance of
RoundedMoney .
- of(String, Number, MonetaryContext, MonetaryOperator) - Static method in class org.javamoney.moneta.RoundedMoney
-
Static factory method for creating a new instance of
RoundedMoney .
- of(Number) - Static method in class org.javamoney.moneta.spi.DefaultNumberValue
-
Creates a new instance of NumberValue, using the given number.
- ONE - Static variable in class org.javamoney.moneta.spi.DefaultNumberValue
-
The value 1, with a scale of 0.
- org.javamoney.moneta - package org.javamoney.moneta
-
Contains public core implementation artifacts, e.g. implementations of MonetaryAmount.
- org.javamoney.moneta.convert.internal - package org.javamoney.moneta.convert.internal
-
Contains ExchangeRateProvider implementations.
- org.javamoney.moneta.format.internal - package org.javamoney.moneta.format.internal
-
Contains internal formatting implementations.
- org.javamoney.moneta.function - package org.javamoney.moneta.function
-
Contains additional functional extensions.
- org.javamoney.moneta.internal - package org.javamoney.moneta.internal
-
Contains internal artifacts implementing CurrencyProviderSpi, MonetaryAmountFactory,
MonetaryAmountFactoryProviderSpi and RoundingProviderSpi.
- org.javamoney.moneta.loader.internal - package org.javamoney.moneta.loader.internal
-
Contains internal loader for updating resources loaded from remote, e.g. current conversion rates.
- org.javamoney.moneta.spi - package org.javamoney.moneta.spi
-
Defines common base classes used for implementing SPIs and the
LoaderService.