Interface FormattedConversion<T>

Type Parameters:
T - The type of the formatter object (typically DecimalFormat for numeric values, and SimpleDateFormat for dates)
All Known Implementing Classes:
CalendarConversion, DateConversion, FormattedBigDecimalConversion, NumericConversion

public interface FormattedConversion<T>
This interface identifies conversions associated with the Format annotation. It is used when Format.options() is defined to set any give properties of the underlying formatter.
  • Method Summary

    Modifier and Type
    Method
    Description
    T[]
    Returns the formatter objects
  • Method Details

    • getFormatterObjects

      T[] getFormatterObjects()
      Returns the formatter objects
      Returns:
      the formatter objects used to apply formatting to values to generate formatted Strings, and parsing formatted Strings into values