| Modifier and Type | Optional Element and Description |
|---|---|
Class<? extends ColumnValueConverter<?,?>> |
converter
Converter class to use when serializing/deserializing the data.
|
String |
dataFormat
The cell format to use when writing the data to excel file.
|
boolean |
ignoreType
If true, ignores the actual field type and serializes the field value as
String.
|
String |
name
The actual name of the column that will be written to excel file.
|
public abstract String name
public abstract boolean ignoreType
public abstract String dataFormat
public abstract Class<? extends ColumnValueConverter<?,?>> converter
ColumnValueConverter. Default is no converter.Copyright © 2014. All rights reserved.