T - the type this data exporter handles.public interface DataExporter<T>
DataSet annotation to be recognized.| Modifier and Type | Method and Description | 
|---|---|
| Stream<T> | exportData()This method is called by SEED to export data handled by this exporter. | 
| Class<T> | getExportedClass()Returns the data class managed by the exporter. | 
Copyright © 2013-2018–2019 SeedStack. All rights reserved.