public class VertexRefAdapter extends XmlAdapter<VertexRefAdapter.VertexRefJaxbEntry,VertexRef>
XmlAdapter
allows to marshal the by default not marshable VertexRef
.Modifier and Type | Class and Description |
---|---|
static class |
VertexRefAdapter.VertexRefJaxbEntry |
Constructor and Description |
---|
VertexRefAdapter() |
Modifier and Type | Method and Description |
---|---|
VertexRefAdapter.VertexRefJaxbEntry |
marshal(VertexRef input) |
VertexRef |
unmarshal(VertexRefAdapter.VertexRefJaxbEntry input) |
public VertexRefAdapter.VertexRefJaxbEntry marshal(VertexRef input) throws Exception
marshal
in class XmlAdapter<VertexRefAdapter.VertexRefJaxbEntry,VertexRef>
Exception
public VertexRef unmarshal(VertexRefAdapter.VertexRefJaxbEntry input) throws Exception
unmarshal
in class XmlAdapter<VertexRefAdapter.VertexRefJaxbEntry,VertexRef>
Exception
Copyright © 2021. All rights reserved.