Uses of Class
org.joda.money.format.MoneyFormatterBuilder
Packages that use MoneyFormatterBuilder
-
Uses of MoneyFormatterBuilder in org.joda.money.format
Methods in org.joda.money.format that return MoneyFormatterBuilderModifier and TypeMethodDescriptionMoneyFormatterBuilder.append(MoneyFormatter formatter) Appends the printers and parsers from the specified formatter to this builder.MoneyFormatterBuilder.append(MoneyPrinter printer, MoneyParser parser) Appends the specified printer and parser to this builder.MoneyFormatterBuilder.appendAmount()Appends the amount to the builder using a standard format.MoneyFormatterBuilder.appendAmount(MoneyAmountStyle style) Appends the amount to the builder using the specified amount style.MoneyFormatterBuilder.appendAmountLocalized()Appends the amount to the builder using a grouped localized format.MoneyFormatterBuilder.appendCurrencyCode()Appends the currency code to the builder.MoneyFormatterBuilder.appendCurrencyNumeric3Code()Appends the currency code to the builder.MoneyFormatterBuilder.appendCurrencyNumericCode()Appends the currency code to the builder.MoneyFormatterBuilder.appendCurrencySymbolLocalized()Appends the localized currency symbol to the builder.MoneyFormatterBuilder.appendLiteral(CharSequence literal) Appends a literal to the builder.MoneyFormatterBuilder.appendSigned(MoneyFormatter whenPositiveOrZero, MoneyFormatter whenNegative) Appends the specified formatters, one used when the amount is positive, and one when the amount is negative.MoneyFormatterBuilder.appendSigned(MoneyFormatter whenPositive, MoneyFormatter whenZero, MoneyFormatter whenNegative) Appends the specified formatters, one used when the amount is positive, one when the amount is zero and one when the amount is negative.