Package org.springframework.binding.format
package org.springframework.binding.format
Core services for formatting objects into a string form for display in a UI.
-
ClassDescriptionBase class suitable for subclassing by most
NumberFormatFactory
implementations.Produces NumberFormat instances that format currency values.Works with a general purposeDecimalFormat
instance returned by callingNumberFormat.getInstance(Locale)
by default.Produces NumberFormat instances that format integer values.A factory forNumberFormat
objects.Produces NumberFormat instances that format percent values.