public interface BasicObjectExImporterHelperHook extends Hook
BasicObjectExporter
by providing custom exporters
for simple objects.Modifier and Type | Method and Description |
---|---|
boolean |
consumes(java.lang.Class<?> type) |
void |
export(ExportSupervisor exportSupervisor,
java.lang.Object value) |
java.lang.Object |
importData(ItemProperty property) |
boolean consumes(java.lang.Class<?> type)
void export(ExportSupervisor exportSupervisor, java.lang.Object value) throws javax.xml.stream.XMLStreamException
javax.xml.stream.XMLStreamException
java.lang.Object importData(ItemProperty property)