public abstract class GenericEntityExporter extends ExporterImpl<EntityExportItemConfig>
Constructor and Description |
---|
GenericEntityExporter() |
Modifier and Type | Method and Description |
---|---|
boolean |
consumes(ExportItemConfig<?> config)
Tells the exportservice whether this exporter can handle the given config
item.
|
boolean |
consumes(java.lang.Object object) |
ExportItemConfig<?> |
generateExportConfig(java.lang.Object object)
Asks the exporter to generate an export config for the given object.
|
void |
setEntityExporter(EntityObjectExporterFactory entityExporterFactory) |
addEnclosed, addEnclosed, addReferences, addReferences, configure, consumesEnclosedObject, export, exportEnclosed, getConfigFor, getDisplayNameFor, hasConfigFor, setReflectionServices
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getExporterId
public void setEntityExporter(EntityObjectExporterFactory entityExporterFactory)
public boolean consumes(ExportItemConfig<?> config)
Exporter
consumes
in interface Exporter
consumes
in class ExporterImpl<EntityExportItemConfig>
public boolean consumes(java.lang.Object object)
public ExportItemConfig<?> generateExportConfig(java.lang.Object object)
Exporter
If the exporter does not know the item, it should return null