Class SetXmlAdapter


  • public class SetXmlAdapter
    extends javax.xml.bind.annotation.adapters.XmlAdapter<java.util.List<?>,​java.util.Set<?>>
    • Constructor Summary

      Constructors 
      Constructor Description
      SetXmlAdapter()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<?> marshal​(java.util.Set<?> v)  
      java.util.Set<?> unmarshal​(java.util.List<?> v)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SetXmlAdapter

        public SetXmlAdapter()
    • Method Detail

      • unmarshal

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

        public java.util.List<?> marshal​(java.util.Set<?> v)
                                  throws java.lang.Exception
        Specified by:
        marshal in class javax.xml.bind.annotation.adapters.XmlAdapter<java.util.List<?>,​java.util.Set<?>>
        Throws:
        java.lang.Exception