XML String in Java Object

0

I need to serialize an XML that comes as a String from a browser Header to a Java object to be able to access one of its attributes.

Ideally, something would generate it automatically so that you do not have to create classes that map the XML fields.

If there is anything in Spring MVC that does it when receiving the value, it would be much better.

    
asked by Pablo Zenteno 17.03.2017 в 03:13
source

0 answers