JAXB List Tag creating inner class

前端 未结 5 1141
无人及你
无人及你 2020-12-16 17:29

So we have an XSD type in the form:


    
        
            

        
5条回答
  •  既然无缘
    2020-12-16 17:47

    Bjarne Hansen's plugin for xjc (https://github.com/dmak/jaxb-xew-plugin) would allow you to stay with "Bars" enclosing element, generating convenient @XmlElementWrapper(name="Bars") annotation.

提交回复
热议问题