public class JaxbVariableMapXmlAdapter extends javax.xml.bind.annotation.adapters.XmlAdapter<JaxbVariableMapXmlAdapter.JaxbVariableList,java.util.Map<java.lang.String,ru.ispras.fortress.expression.NodeValue>>
Modifier and Type | Class and Description |
---|---|
static class |
JaxbVariableMapXmlAdapter.JaxbVariableList
The class for mediation during JAXB marshalling/unmarshalling of variables.
|
Constructor and Description |
---|
JaxbVariableMapXmlAdapter() |
Modifier and Type | Method and Description |
---|---|
JaxbVariableMapXmlAdapter.JaxbVariableList |
marshal(java.util.Map<java.lang.String,ru.ispras.fortress.expression.NodeValue> map) |
java.util.Map<java.lang.String,ru.ispras.fortress.expression.NodeValue> |
unmarshal(JaxbVariableMapXmlAdapter.JaxbVariableList list) |
public JaxbVariableMapXmlAdapter.JaxbVariableList marshal(java.util.Map<java.lang.String,ru.ispras.fortress.expression.NodeValue> map) throws java.lang.Exception
marshal
in class javax.xml.bind.annotation.adapters.XmlAdapter<JaxbVariableMapXmlAdapter.JaxbVariableList,java.util.Map<java.lang.String,ru.ispras.fortress.expression.NodeValue>>
java.lang.Exception
public java.util.Map<java.lang.String,ru.ispras.fortress.expression.NodeValue> unmarshal(JaxbVariableMapXmlAdapter.JaxbVariableList list) throws java.lang.Exception
unmarshal
in class javax.xml.bind.annotation.adapters.XmlAdapter<JaxbVariableMapXmlAdapter.JaxbVariableList,java.util.Map<java.lang.String,ru.ispras.fortress.expression.NodeValue>>
java.lang.Exception