public interface BambooStAXRootMapper extends BambooRootMapper
| Modifier and Type | Method and Description |
|---|---|
void |
exportData(@NotNull org.codehaus.staxmate.out.SMOutputElement outputElement,
ExportDetailsBean exportDetailsBean)
Perform data export
|
@NotNull String |
getXmlRootNodeName()
Returns local name of the XML parent node handled by this mapper
|
void |
importData(@NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor)
Perform data import
|
isShouldExport@NotNull @NotNull String getXmlRootNodeName()
void exportData(@NotNull
@NotNull org.codehaus.staxmate.out.SMOutputElement outputElement,
ExportDetailsBean exportDetailsBean)
throws Exception
outputElement - parent node for mapper's root node, usually root element of the XML fileexportDetailsBean - Exception - when something went wrongCopyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.