Interface MultiColumnConverter
-
- All Known Implementing Classes:
CalendarComponentsConverter
,ColorComponentsConverter
,MonthDayComponentsConverter
,PeriodComponentsConverter
,YearMonthComponentsConverter
public interface MultiColumnConverter
Interface implemented by a TypeConverter when it converts a member to multiple columns, providing the information about what types the columns store.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Class[]
getDatastoreColumnTypes()
Accessor for the java types of the datastore columns.
-