Uses of Class
java.time.format.DecimalStyle
Packages that use DecimalStyle
-
Uses of DecimalStyle in java.time.format
Fields in java.time.format declared as DecimalStyleModifier and TypeFieldDescriptionstatic DecimalStyle
DecimalStyle.STANDARD
The standard set of non-localized decimal style symbols.Methods in java.time.format that return DecimalStyleModifier and TypeMethodDescriptionDateTimeFormatter.getDecimalStyle()
Gets the DecimalStyle to be used during formatting.static DecimalStyle
Obtains the DecimalStyle for the specified locale.static DecimalStyle
DecimalStyle.ofDefaultLocale()
Obtains the DecimalStyle for the defaultFORMAT
locale.DecimalStyle.withDecimalSeparator(char decimalSeparator)
Returns a copy of the info with a new character that represents the decimal point.DecimalStyle.withNegativeSign(char negativeSign)
Returns a copy of the info with a new character that represents the negative sign.DecimalStyle.withPositiveSign(char positiveSign)
Returns a copy of the info with a new character that represents the positive sign.DecimalStyle.withZeroDigit(char zeroDigit)
Returns a copy of the info with a new character that represents zero.Methods in java.time.format with parameters of type DecimalStyleModifier and TypeMethodDescriptionDateTimeFormatter.withDecimalStyle(DecimalStyle decimalStyle)
Returns a copy of this formatter with a new DecimalStyle.