- MonetaryAmount - Interface in javax.money
-
Interface defining a monetary amount.
- MonetaryAmountFactory<T extends MonetaryAmount> - Interface in javax.money
-
- MonetaryAmountFactoryProviderSpi<T extends MonetaryAmount> - Interface in javax.money.spi
-
- MonetaryAmountFactoryProviderSpi.QueryInclusionPolicy - Enum in javax.money.spi
-
- MonetaryAmountFormat - Interface in javax.money.format
-
Formats instances of MonetaryAmount
to a String
or an Appendable
.
- MonetaryAmountFormatProviderSpi - Interface in javax.money.spi
-
- MonetaryAmounts - Class in javax.money
-
- MonetaryAmountsSpi - Interface in javax.money.spi
-
SPI (core) for the backing implementation of the
MonetaryAmounts
singleton.
- MonetaryContext - Class in javax.money
-
This class models the numeric capabilities of a
MonetaryAmount
in a
platform independent way.
- MonetaryContext.AmountFlavor - Enum in javax.money
-
- MonetaryContext.Builder - Class in javax.money
-
This class allows to build and create instances of
MonetaryContext
using a fluent API.
- MonetaryContext.Builder(Class<? extends MonetaryAmount>) - Constructor for class javax.money.MonetaryContext.Builder
-
- MonetaryContext.Builder() - Constructor for class javax.money.MonetaryContext.Builder
-
- MonetaryContext.Builder(MonetaryContext) - Constructor for class javax.money.MonetaryContext.Builder
-
- MonetaryConversions - Class in javax.money.convert
-
This singleton defines access to the exchange and currency conversion logic
of JavaMoney.
- MonetaryConversionsSpi - Interface in javax.money.spi
-
SPI (conversoin) that implements the functionalities provided by the
MonetaryConversions
singleton accessor.
- MonetaryCurrencies - Class in javax.money
-
- MonetaryException - Exception in javax.money
-
Exception thrown when an error occurs during monetary operations.
- MonetaryException(String) - Constructor for exception javax.money.MonetaryException
-
Creates an instance.
- MonetaryException(String, Throwable) - Constructor for exception javax.money.MonetaryException
-
Creates an instance with the specified detail message and cause.
- MonetaryFormats - Class in javax.money.format
-
- MonetaryOperator - Interface in javax.money
-
- MonetaryParseException - Exception in javax.money.format
-
Signals that an error has been reached unexpectedly while parsing.
- MonetaryParseException(String, CharSequence, int) - Constructor for exception javax.money.format.MonetaryParseException
-
Constructs a MonetaryParseException with the specified detail message,
parsed text and index.
- MonetaryParseException(CharSequence, int) - Constructor for exception javax.money.format.MonetaryParseException
-
Constructs a MonetaryParseException with the parsed text and offset.
- MonetaryQuery<R> - Interface in javax.money
-
Strategy for querying a monetary amount.
- MonetaryRoundings - Class in javax.money
-
This class models the accessor for rounding instances, modeled as
MonetaryOperator
.
- multiply(long) - Method in interface javax.money.MonetaryAmount
-
Returns a MonetaryAmount
whose value is (this ×
multiplicand), and whose scale is (this.scale() +
multiplicand.scale())
.
- multiply(double) - Method in interface javax.money.MonetaryAmount
-
Returns a MonetaryAmount
whose value is (this ×
multiplicand), and whose scale is (this.scale() +
multiplicand.scale())
.
- multiply(Number) - Method in interface javax.money.MonetaryAmount
-
Returns a MonetaryAmount
whose value is (this ×
multiplicand), and whose scale is (this.scale() +
multiplicand.scale())
.