Class VertexRefAdapter
- java.lang.Object
-
- javax.xml.bind.annotation.adapters.XmlAdapter<VertexRefAdapter.VertexRefJaxbEntry,VertexRef>
-
- org.opennms.features.topology.api.support.VertexRefAdapter
-
public class VertexRefAdapter extends javax.xml.bind.annotation.adapters.XmlAdapter<VertexRefAdapter.VertexRefJaxbEntry,VertexRef>
ThisXmlAdapter
allows to marshal the by default not marshableVertexRef
.- Author:
- mvrueden
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
VertexRefAdapter.VertexRefJaxbEntry
-
Constructor Summary
Constructors Constructor Description VertexRefAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VertexRefAdapter.VertexRefJaxbEntry
marshal(VertexRef input)
VertexRef
unmarshal(VertexRefAdapter.VertexRefJaxbEntry input)
-
-
-
Method Detail
-
marshal
public VertexRefAdapter.VertexRefJaxbEntry marshal(VertexRef input) throws java.lang.Exception
- Specified by:
marshal
in classjavax.xml.bind.annotation.adapters.XmlAdapter<VertexRefAdapter.VertexRefJaxbEntry,VertexRef>
- Throws:
java.lang.Exception
-
unmarshal
public VertexRef unmarshal(VertexRefAdapter.VertexRefJaxbEntry input) throws java.lang.Exception
- Specified by:
unmarshal
in classjavax.xml.bind.annotation.adapters.XmlAdapter<VertexRefAdapter.VertexRefJaxbEntry,VertexRef>
- Throws:
java.lang.Exception
-
-