I am attempting to use Mapstruct with Spring Boot 2.0 for an application that processes atom+xml data feeds. The challenge I am encountering is determining how Mapstruct interacts with JAXBElement to marshal and unmarshal the atom+xml datastream. I've looked for examples within the existing documentation, but am not able to find what I need. This may simply be due to a lack of experience.
Do I need to create JAXBElement marshalling adapters or does Mapstruct connect to the JAXB generated ObjectFactory specific _QNAME entry?
Any assistance or examples would be helpful.
Donald F. Coffin