Uses of Class
javax.money.format.AmountFormatQueryBuilder
Packages that use AmountFormatQueryBuilder
-
Uses of AmountFormatQueryBuilder in javax.money.format
Methods in javax.money.format that return AmountFormatQueryBuilderModifier and TypeMethodDescriptionstatic AmountFormatQueryBuilderCreates a newAmountFormatQueryBuilder.static AmountFormatQueryBuilderCreates a new defaultAmountFormatQueryBuilderfor a formatter based on the locale specific defaults.static AmountFormatQueryBuilderAmountFormatQueryBuilder.of(AmountFormatQuery formatQuery) Creates a newAmountFormatQueryBuilderand initializes it with the values fromformatQuery.AmountFormatQueryBuilder.setFormatName(String formatName) Sets a style's id.Sets a Locale to be applied.AmountFormatQueryBuilder.setMonetaryAmountFactory(MonetaryAmountFactory<?> monetaryFactory) Sets theMonetaryAmountFactoryto be used to of amounts during parsing.AmountFormatQueryBuilder.setMonetaryQuery(MonetaryAmountFactoryQuery monetaryQuery) Sets theMonetaryContextto be used, when amount's are parsed.AmountFormatQuery.toBuilder()Get aAmountFormatQueryBuilderpreinitialized with this context instance.Constructors in javax.money.format with parameters of type AmountFormatQueryBuilderModifierConstructorDescription(package private)Constructor, used from the Builder.