Class JaxbListAdapter


  • public class JaxbListAdapter
    extends javax.xml.bind.annotation.adapters.XmlAdapter<JaxbListWrapper,​java.util.Collection>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected static org.slf4j.Logger logger  
    • Constructor Summary

      Constructors 
      Constructor Description
      JaxbListAdapter()  
    • Field Detail

      • logger

        protected static org.slf4j.Logger logger
    • Constructor Detail

      • JaxbListAdapter

        public JaxbListAdapter()
    • Method Detail

      • marshal

        public JaxbListWrapper marshal​(java.util.Collection v)
                                throws java.lang.Exception
        Specified by:
        marshal in class javax.xml.bind.annotation.adapters.XmlAdapter<JaxbListWrapper,​java.util.Collection>
        Throws:
        java.lang.Exception
      • unmarshal

        public java.util.Collection unmarshal​(JaxbListWrapper v)
                                       throws java.lang.Exception
        Specified by:
        unmarshal in class javax.xml.bind.annotation.adapters.XmlAdapter<JaxbListWrapper,​java.util.Collection>
        Throws:
        java.lang.Exception