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 NumberPointType
static NumberPointType
Returns 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 String
NumberUtils.format
(Number target, Integer minIntegerDigits, Integer decimalDigits, NumberPointType decimalPointType, Locale locale) static String
NumberUtils.format
(Number target, Integer minIntegerDigits, NumberPointType thousandsPointType, Integer decimalDigits, Locale locale) static String
NumberUtils.format
(Number target, Integer minIntegerDigits, NumberPointType thousandsPointType, Integer decimalDigits, NumberPointType decimalPointType, Locale locale) static String
NumberUtils.format
(Number target, Integer minIntegerDigits, NumberPointType thousandsPointType, Locale locale)