[Simple-support] Changing default interpretation
Brought to you by:
niallg
|
From: Jan L. <jle...@gm...> - 2011-07-17 15:25:01
|
Hi everybody We would like to use Simple to map XML structures from a BPM tool to Java beans. The BPM tool passes all attributes within XML elements, so I'd like to know if there is a way to change Simple's defaults for mapping class members to XML. The default is - of course - attribute rather than element, so we had to annotate every single Java class member with @Element. Is there a way to make this the default? Regards, Jan Lessner |