Uses of Class
javax.money.RoundingQuery
| Package | Description |
|---|---|
| javax.money |
Main package of the Money and Currency API.
|
| javax.money.spi |
SPI interfaces of the Money and Currency API, including bootstrap logic.
|
-
Uses of RoundingQuery in javax.money
Methods in javax.money that return RoundingQuery Modifier and Type Method Description RoundingQueryRoundingQueryBuilder. build()Creates a new instance ofRoundingQuery.Methods in javax.money with parameters of type RoundingQuery Modifier and Type Method Description static MonetaryRoundingMonetary. getRounding(RoundingQuery roundingQuery)Access aMonetaryRoundingusing a possibly complex query.java.util.Collection<MonetaryRounding>DefaultMonetaryRoundingsSingletonSpi. getRoundings(RoundingQuery query)Query all roundings matching the givenRoundingQuery.static java.util.Collection<MonetaryRounding>Monetary. getRoundings(RoundingQuery roundingQuery)Access multipleMonetaryRoundinginstances using a possibly complex querystatic booleanMonetary. isRoundingAvailable(RoundingQuery roundingQuery)Checks if aMonetaryRoundingmatching the query is available.static RoundingQueryBuilderRoundingQueryBuilder. of(RoundingQuery roundingQuery)Creates a new RoundingQueryBuilder. -
Uses of RoundingQuery in javax.money.spi
Methods in javax.money.spi with parameters of type RoundingQuery Modifier and Type Method Description default MonetaryRoundingMonetaryRoundingsSingletonSpi. getRounding(RoundingQuery query)Query a specific rounding with the given query.MonetaryRoundingRoundingProviderSpi. getRounding(RoundingQuery query)Evaluate the rounding that match the given query.java.util.Collection<MonetaryRounding>MonetaryRoundingsSingletonSpi. getRoundings(RoundingQuery query)Execute a query forMonetaryRounding.default booleanMonetaryRoundingsSingletonSpi. isRoundingAvailable(RoundingQuery query)Checks if anyMonetaryRoundingis matching the given query.