jackson xmlmapper for map <String, Object>, react for specific tag
问题 I have this xml structure: <Result> <ReferenceMin>4</ReferenceMin> <ReferenceMax>5.65</ReferenceMax> <PrecedingValue>3.25</PrecedingValue> <PrecedingDate><Date year="2017" month="04" day="21"/></PrecedingDate> </Result> This xml come from 3-rd party service which can not be controlled, and it can contain new fields, or existing fields can disappear, so I can't define strict structure for object. As I can see, all fields can be parsed as "String" except PrecedingDate. Is it possible to teach