FasterXML / FasterXML/jackson-dataformat-xml

If array property contents are split across separate elements, earlier values are overwritten

Đang mở
#251 7 bình luận 0 reaction 0 người được giao Xem trên GitHub
Ngôn ngữ chính
Java
Star
631
Fork
246
Merge trung bình
7 ngày 9 giờ
Pull request đã merge (30 ngày)
13

Mô tả

```
File file = new File("data.xml");
XmlMapper xmlMapper = new XmlMapper();
List value = Arrays.asList(xmlMapper.readValue(file, MyClass[].class));
```
`value.size(); ` output cannot exceed 100 no matter how many in the xml file
it's like there is limit that i dont know of or it's a but
Using:
Linux Mint 18.2
Spring Boot 1.5.4.RELEASE
Jackson 2.8.8 and i tried almost all of them still the same

Hướng dẫn đóng góp

Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.