com.univocity.parsers.conversions
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.
- Author:
- uniVocity Software Pty Ltd - [email protected]
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
Copyright © 2015 uniVocity Software Pty Ltd. All rights reserved.