Class StringMapAdapter
- java.lang.Object
-
- javax.xml.bind.annotation.adapters.XmlAdapter<StringMapAdapter.JaxbMap,Map<String,String>>
-
- org.opennms.features.topology.api.support.StringMapAdapter
-
public class StringMapAdapter extends XmlAdapter<StringMapAdapter.JaxbMap,Map<String,String>>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
StringMapAdapter.Entry
static class
StringMapAdapter.JaxbMap
-
Constructor Summary
Constructors Constructor Description StringMapAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringMapAdapter.JaxbMap
marshal(Map<String,String> v)
Map<String,String>
unmarshal(StringMapAdapter.JaxbMap v)
-
-
-
Method Detail
-
marshal
public StringMapAdapter.JaxbMap marshal(Map<String,String> v) throws Exception
- Specified by:
marshal
in classXmlAdapter<StringMapAdapter.JaxbMap,Map<String,String>>
- Throws:
Exception
-
unmarshal
public Map<String,String> unmarshal(StringMapAdapter.JaxbMap v) throws Exception
- Specified by:
unmarshal
in classXmlAdapter<StringMapAdapter.JaxbMap,Map<String,String>>
- Throws:
Exception
-
-