Annotation Type JsonbNumberFormat

    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      String locale
      Custom Locale to use.
      String value
      Specifies the number pattern to use.
    • Field Detail

      • DEFAULT_LOCALE

        static final String DEFAULT_LOCALE
        Value that indicates that default Locale.
    • Element Detail

      • value

        String value
        Specifies the number pattern to use.
        Returns:
        Number pattern to use.
        Default:
        ""
      • locale

        String locale
        Custom Locale to use.
        Returns:
        Custom locale to use.
        Default:
        "##default"