Uses of Class
javax.money.MonetaryAmountFactoryQueryBuilder
Packages that use MonetaryAmountFactoryQueryBuilder
-
Uses of MonetaryAmountFactoryQueryBuilder in javax.money
Methods in javax.money that return MonetaryAmountFactoryQueryBuilderModifier and TypeMethodDescriptionMonetaryAmountFactoryQueryBuilder.of()Creates a new instance ofCurrencyQueryBuilder.MonetaryAmountFactoryQueryBuilder.of(MonetaryAmountFactoryQuery monetaryAmountFactoryQuery) Creates a new instance ofCurrencyQueryBuilder.MonetaryAmountFactoryQueryBuilder.setFixedScale(boolean fixedScale) Sets the flag if the scale should fixed, meaning minimal scale and maximal scale are always equally sized.MonetaryAmountFactoryQueryBuilder.setMaxScale(int maxScale) Sets the maximal scale to be supported.MonetaryAmountFactoryQueryBuilder.setPrecision(int precision) Sets the required precision, the value 0 models unlimited precision.MonetaryAmountFactoryQuery.toBuilder()Creates a new builder instances, initialized with the data from this one.Constructors in javax.money with parameters of type MonetaryAmountFactoryQueryBuilderModifierConstructorDescription(package private)Constructor, used from theMonetaryAmountFactoryQueryBuilder.