public class MapXmlNodeConfigXmAdapter extends XmlAdapter<MapXmlNodeConfigXmAdapter.ListNode,Map<String,XmlNodeConfig>>
XmlClassificationNodeConfig to a List of XmlNodeConfig since JAXB does
not directly support Map's.| Modifier and Type | Class and Description |
|---|---|
static class |
MapXmlNodeConfigXmAdapter.ListNode |
| Constructor and Description |
|---|
MapXmlNodeConfigXmAdapter() |
| Modifier and Type | Method and Description |
|---|---|
MapXmlNodeConfigXmAdapter.ListNode |
marshal(Map<String,XmlNodeConfig> mapNodeConfigXml)
This method is not really useful for now since modification of
XmlConfig is not currently supported. |
Map<String,XmlNodeConfig> |
unmarshal(MapXmlNodeConfigXmAdapter.ListNode listNode) |
public MapXmlNodeConfigXmAdapter.ListNode marshal(Map<String,XmlNodeConfig> mapNodeConfigXml)
XmlConfig is not currently supported.marshal in class XmlAdapter<MapXmlNodeConfigXmAdapter.ListNode,Map<String,XmlNodeConfig>>public Map<String,XmlNodeConfig> unmarshal(MapXmlNodeConfigXmAdapter.ListNode listNode)
unmarshal in class XmlAdapter<MapXmlNodeConfigXmAdapter.ListNode,Map<String,XmlNodeConfig>>Copyright © 2015–2016 AZYVA INC.. All rights reserved.