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, setReflectionServicesequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetExporterIdpublic void setEntityExporter(EntityObjectExporterFactory entityExporterFactory)
public boolean consumes(ExportItemConfig<?> config)
Exporterconsumes in interface Exporterconsumes in class ExporterImpl<EntityExportItemConfig>public boolean consumes(java.lang.Object object)
public ExportItemConfig<?> generateExportConfig(java.lang.Object object)
ExporterIf the exporter does not know the item, it should return null