public interface XmlCallback
| Modifier and Type | Method and Description |
|---|---|
void |
initProperties(String pathFromAggregateRoot,
IModelObject modelObject,
Map<String,String> propMap)
Callback method will be called for each node element inside the XML structure.
|
void initProperties(String pathFromAggregateRoot, IModelObject modelObject, Map<String,String> propMap)
pathFromAggregateRoot - The path starting on the aggregates root node elementmodelObject - The model object which is currently initialized via XMLpropMap - Map containing all node propertiesCopyright © 2019. All rights reserved.