Class AbstractImportModel<E>

java.lang.Object
org.nuiton.csv.ext.AbstractImportModel<E>
Type Parameters:
E - type of object to import
All Implemented Interfaces:
ImportModel<E>

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