XML to Object conversion in Java specifying element-to-class mapping declaratively

in3t

New Member
I want to convert XML to Java objects. But I do not wish to hard code the mapping between XML tags and Java classes in the code, like for example using JAXB annotations or XStream.alias() method.How do I achieve this?Thanks!
 
Back
Top