Uses of Class
javax.money.RoundingQuery
Packages that use RoundingQuery
Package
Description
Main package of the Money and Currency API.
SPI interfaces of the Money and Currency API, including bootstrap logic.
-
Uses of RoundingQuery in javax.money
Methods in javax.money that return RoundingQueryModifier and TypeMethodDescriptionRoundingQueryBuilder.build()Creates a new instance ofRoundingQuery.Methods in javax.money with parameters of type RoundingQueryModifier and TypeMethodDescriptionstatic MonetaryRoundingMonetary.getRounding(RoundingQuery roundingQuery) Access aMonetaryRoundingusing a possibly complex query.DefaultMonetaryRoundingsSingletonSpi.getRoundings(RoundingQuery query) Query all roundings matching the givenRoundingQuery.static 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.Constructors in javax.money with parameters of type RoundingQueryModifierConstructorDescriptionprivateRoundingQueryBuilder(RoundingQuery roundingQuery) Creates a new RoundingQueryBuilder. -
Uses of RoundingQuery in javax.money.spi
Methods in javax.money.spi with parameters of type RoundingQueryModifier and TypeMethodDescriptiondefault MonetaryRoundingMonetaryRoundingsSingletonSpi.getRounding(RoundingQuery query) Query a specific rounding with the given query.RoundingProviderSpi.getRounding(RoundingQuery query) Evaluate the rounding that match the given query.MonetaryRoundingsSingletonSpi.getRoundings(RoundingQuery query) Execute a query forMonetaryRounding.default booleanMonetaryRoundingsSingletonSpi.isRoundingAvailable(RoundingQuery query) Checks if anyMonetaryRoundingis matching the given query.