Class JAXBMapAdapter
- java.lang.Object
-
- javax.xml.bind.annotation.adapters.XmlAdapter<JAXBMapAdapter.JAXBMap,Map<String,String>>
-
- org.opennms.web.rest.v2.bsm.model.JAXBMapAdapter
-
public class JAXBMapAdapter extends XmlAdapter<JAXBMapAdapter.JAXBMap,Map<String,String>>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
JAXBMapAdapter.JAXBMap
static class
JAXBMapAdapter.JAXBMapEntry
-
Constructor Summary
Constructors Constructor Description JAXBMapAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JAXBMapAdapter.JAXBMap
marshal(Map<String,String> v)
Map<String,String>
unmarshal(JAXBMapAdapter.JAXBMap v)
-
-
-
Method Detail
-
marshal
public JAXBMapAdapter.JAXBMap marshal(Map<String,String> v) throws Exception
- Specified by:
marshal
in classXmlAdapter<JAXBMapAdapter.JAXBMap,Map<String,String>>
- Throws:
Exception
-
unmarshal
public Map<String,String> unmarshal(JAXBMapAdapter.JAXBMap v) throws Exception
- Specified by:
unmarshal
in classXmlAdapter<JAXBMapAdapter.JAXBMap,Map<String,String>>
- Throws:
Exception
-
-