Class JaxbVariableAdapter

    • Constructor Detail

      • JaxbVariableAdapter

        public JaxbVariableAdapter()
    • Method Detail

      • marshal

        public JaxbVariable marshal​(Variable variable)
                             throws java.lang.Exception
        Specified by:
        marshal in class javax.xml.bind.annotation.adapters.XmlAdapter<JaxbVariable,​Variable>
        Throws:
        java.lang.Exception
      • unmarshal

        public Variable unmarshal​(JaxbVariable jaxbVariable)
                           throws java.lang.Exception
        Specified by:
        unmarshal in class javax.xml.bind.annotation.adapters.XmlAdapter<JaxbVariable,​Variable>
        Throws:
        java.lang.Exception