Annotation Type CsvLocalizedNumber


@Target(FIELD) @Retention(RUNTIME) public @interface CsvLocalizedNumber
Makes sure that a specific Locale is used to convert numbers. If no Locale is required, no annotation needs to be set, because the right converter will be picked up automatically. If you still wish to apply a custom converter, use CsvConverter.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Language used to construct Locale.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Country used to construct Locale.
    Variant used to construct Locale.
  • Element Details

    • language

      String language
      Language used to construct Locale.
      Returns:
      language
    • country

      String country
      Country used to construct Locale.
      Returns:
      country
      Default:
      ""
    • variant

      String variant
      Variant used to construct Locale.
      Returns:
      variant
      Default:
      ""