Skip to content

Instantly share code, notes, and snippets.

@tomasmalmsten
Created October 31, 2013 12:46
Show Gist options
  • Save tomasmalmsten/7249089 to your computer and use it in GitHub Desktop.
Save tomasmalmsten/7249089 to your computer and use it in GitHub Desktop.
Mapping java.util.Map to XML using JAXB - provider.xml
<provider>
<name>Provider Name</name>
<properties>
<property>
<name>address</name>
<value>194.132.9.45</value>
</property>
<property>
<name>username</name>
<value>testuser</username>
</property>
<property>
<name>secret</name>
<value>433395868950ifkjjrif9985848rufj</value>
</property>
</properties>
</provider>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment