Uses of Enum
org.thymeleaf.util.NumberPointType
Packages that use NumberPointType
-
Uses of NumberPointType in org.thymeleaf.util
Methods in org.thymeleaf.util that return NumberPointTypeModifier and TypeMethodDescriptionstatic NumberPointTypestatic NumberPointTypeReturns the enum constant of this type with the specified name.static NumberPointType[]NumberPointType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.thymeleaf.util with parameters of type NumberPointTypeModifier and TypeMethodDescriptionstatic StringNumberUtils.format(Number target, Integer minIntegerDigits, Integer decimalDigits, NumberPointType decimalPointType, Locale locale) static StringNumberUtils.format(Number target, Integer minIntegerDigits, NumberPointType thousandsPointType, Integer decimalDigits, Locale locale) static StringNumberUtils.format(Number target, Integer minIntegerDigits, NumberPointType thousandsPointType, Integer decimalDigits, NumberPointType decimalPointType, Locale locale) static StringNumberUtils.format(Number target, Integer minIntegerDigits, NumberPointType thousandsPointType, Locale locale)