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.
|
javax.money.spi |
SPI interfaces of the Money and Currency API, including bootstrap logic.
|
Class and Description |
---|
AbstractContext
Represents a general context of data targeting an item of type
Q . |
AbstractContextBuilder
This interface defines the common generic parts of a query.
|
AbstractQuery
Represents a general context of data targeting an item of type
Q . |
AbstractQueryBuilder
This abstract class defines the common generic parts of a query.
|
CurrencyContext
This class models the attributable context of
CurrencyUnit instances. |
CurrencyContextBuilder
Builder class for creating new instances of
CurrencyContext adding detailed information
about a CurrencyUnit instance. |
CurrencyQuery
This class models a query for accessing instances of
CurrencyUnit . |
CurrencyQueryBuilder
Builder for queries for accessing
CurrencyUnit instances. |
CurrencySupplier
Represents a supplier of
CurrencyUnit -valued results. |
CurrencyUnit
A unit of currency.
|
MonetaryAmount
Interface defining a monetary amount.
|
MonetaryAmountFactory
Factory for
MonetaryAmount instances for a given type. |
MonetaryAmountFactoryQuery
Query to lookup instances of
MonetaryAmountFactory , which are determined by the (minimal)
capabilities required by the give use case. |
MonetaryAmountFactoryQueryBuilder
Builder class for creating new instances of
MonetaryAmountFactoryQuery that can be passed
to access MonetaryAmountFactory instances using a possible complex query. |
MonetaryContext
This class models the meta data (mostly the numeric capabilities) of a
MonetaryAmount in a
platform independent way. |
MonetaryContextBuilder
Builder class for creating new instances of
MonetaryContext adding detailed information
about a MonetaryAmount instance. |
MonetaryException
Exception thrown when an error occurs during monetary operations.
|
MonetaryOperator
Represents an operation on a single
MonetaryAmount that produces a
result of type MonetaryAmount . |
MonetaryQuery
Strategy for querying a monetary amount.
|
MonetaryRounding
Interface representing a monetary rounding.
|
NumberSupplier
Represents a supplier of
NumberValue -valued results. |
NumberValue
Instances of this class allow to externalize the numeric value of a
MonetaryAmount . |
RoundingContext
This class models the spec/configuration for a rounding, modeled as
MonetaryRounding in a
platform independent way. |
RoundingContextBuilder
Builder class for creating new instances of
RoundingContext adding detailed information
about a MonetaryRounding instance. |
RoundingQuery
Query for accessing instances of
MonetaryRounding . |
RoundingQueryBuilder
Builder used to construct new instances of RoundingQuery}.
|
Class and Description |
---|
AbstractContext
Represents a general context of data targeting an item of type
Q . |
AbstractContextBuilder
This interface defines the common generic parts of a query.
|
AbstractQuery
Represents a general context of data targeting an item of type
Q . |
AbstractQueryBuilder
This abstract class defines the common generic parts of a query.
|
CurrencySupplier
Represents a supplier of
CurrencyUnit -valued results. |
CurrencyUnit
A unit of currency.
|
MonetaryAmount
Interface defining a monetary amount.
|
MonetaryException
Exception thrown when an error occurs during monetary operations.
|
MonetaryOperator
Represents an operation on a single
MonetaryAmount that produces a
result of type MonetaryAmount . |
NumberValue
Instances of this class allow to externalize the numeric value of a
MonetaryAmount . |
Class and Description |
---|
AbstractContext
Represents a general context of data targeting an item of type
Q . |
AbstractContextBuilder
This interface defines the common generic parts of a query.
|
AbstractQuery
Represents a general context of data targeting an item of type
Q . |
AbstractQueryBuilder
This abstract class defines the common generic parts of a query.
|
MonetaryAmount
Interface defining a monetary amount.
|
MonetaryAmountFactory
Factory for
MonetaryAmount instances for a given type. |
MonetaryAmountFactoryQuery
Query to lookup instances of
MonetaryAmountFactory , which are determined by the (minimal)
capabilities required by the give use case. |
MonetaryException
Exception thrown when an error occurs during monetary operations.
|
MonetaryQuery
Strategy for querying a monetary amount.
|
Class and Description |
---|
CurrencyQuery
This class models a query for accessing instances of
CurrencyUnit . |
CurrencyUnit
A unit of currency.
|
MonetaryAmount
Interface defining a monetary amount.
|
MonetaryAmountFactory
Factory for
MonetaryAmount instances for a given type. |
MonetaryAmountFactoryQuery
Query to lookup instances of
MonetaryAmountFactory , which are determined by the (minimal)
capabilities required by the give use case. |
MonetaryContext
This class models the meta data (mostly the numeric capabilities) of a
MonetaryAmount in a
platform independent way. |
MonetaryRounding
Interface representing a monetary rounding.
|
RoundingQuery
Query for accessing instances of
MonetaryRounding . |
Copyright © 2012–2016 JSR 354 - Expert Group. All rights reserved.