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