Deserializing XML Attributes to Object Fields Using Jackson XML Mapper
I am trying to deserialize XML to an object in Java using the Jackson XML library. I have a class structure that has been generated from a schema. Here is an example of the classes:
Serializing XML with Jackson in Java
I have the following code to serialize a XML: