How can I get J deserialize XML strings to composite Java object with JAXB annotations containing @XmlElement

前端 未结 0 1883

I have the following JAXB annotated classes:

    @Data
    @XmlAccessorType(XmlAccessType.NONE)
    @XmlRootElement(name="Channels", namespace="         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题