Interface FormattedConversion<T>
- Type Parameters:
T- The type of the formatter object (typicallyDecimalFormatfor numeric values, andSimpleDateFormatfor 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
-
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
-