Interface AllEntitiesLoader.ExportedEntityVisitor
- Enclosing interface:
- AllEntitiesLoader
public static interface AllEntitiesLoader.ExportedEntityVisitor
Visitor is passed to
AllEntitiesLoader
to export loaded entity-
Method Summary
Modifier and TypeMethodDescriptionboolean
visitEntity
(EntityExportContext entityExportContext) Export entity to an appropriate format (json, excel)
-
Method Details
-
visitEntity
Export entity to an appropriate format (json, excel)- Parameters:
entityExportContext
- loaded entity- Returns:
- false if entity cannot be exported
-