Class JsonbNumberFormatter
- java.lang.Object
-
- org.eclipse.yasson.internal.serializer.JsonbNumberFormatter
-
public class JsonbNumberFormatter extends Object
Formatter for numbers.
-
-
Constructor Summary
Constructors Constructor Description JsonbNumberFormatter(String format, String locale)
Construct with format string and locale.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getFormat()
Format string to be used either by formatter.String
getLocale()
Locale to use with formatter.
-