Character gets mapped wrong by JAXBContext Unmarshaller

前端 未结 0 1268
悲哀的现实
悲哀的现实 2021-02-02 04:13

Imagine following class

@Getter
@Setter
@XmlAccessorType(XmlAccessType.FIELD)
class Foo {
    @XmlElement(name = "ID")
    private long           id;

          


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