Class JsonbNumberFormatter
java.lang.Object
org.eclipse.yasson.internal.serializer.JsonbNumberFormatter
Formatter for numbers.
-
Constructor Summary
ConstructorsConstructorDescriptionJsonbNumberFormatter(String format, String locale) Construct with format string and locale. -
Method Summary
-
Constructor Details
-
JsonbNumberFormatter
Construct with format string and locale.- Parameters:
format- formatter formatlocale- locale
-
-
Method Details
-
getFormat
Format string to be used either by formatter.- Returns:
- format
-
getLocale
Locale to use with formatter.- Returns:
- locale
-