Class AbstractExportModel<E>

java.lang.Object
org.nuiton.csv.ext.AbstractExportModel<E>
Type Parameters:
E - type of object to export
All Implemented Interfaces:
ExportModel<E>

public abstract class AbstractExportModel<E> extends Object implements ExportModel<E>
Abstract implementation of a ExportModel to avoid all the boilerplate code when creating a new model.
Since:
2.6
Author:
Tony Chemit - chemit@codelutin.com