FasterXML / FasterXML/jackson-dataformat-xml

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

Aperta
#251 7 commenti 0 reazioni 0 assegnatari Vedi su GitHub
Lingua principale
Java
Stelle
631
Fork
246
Merge medio
7g 9h
PR unite (30g)
13

Descrizione

```
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

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.