Skip to content

Instantly share code, notes, and snippets.

@godgav
Created January 12, 2017 18:30
Show Gist options
  • Save godgav/fdc2be148488dc972128c3a9db758dea to your computer and use it in GitHub Desktop.
Save godgav/fdc2be148488dc972128c3a9db758dea to your computer and use it in GitHub Desktop.
EasyXML marshalled object
<stateWithSpringConfig id="111" pageOrientation="a4">
<columnList>
<columnWithSpringConfig mask="####" name="col1" type="java.lang.Whatever" width="0">
<label>Column 1</label>
</columnWithSpringConfig>
<columnWithSpringConfig mask="####.##" name="col2" type="java.lang.YadaYada" width="0">
<label>Column 2</label>
</columnWithSpringConfig>
</columnList>
<propertyMap>
<entry key="key1">
<string>value1</string>
</entry>
<entry key="key2">
<int>2</int>
</entry>
<entry key="classkey">
<class>java.math.BigDecimal</class>
</entry>
</propertyMap>
<theme>doeth thith theme right?</theme>
<title>The state</title>
</stateWithSpringConfig>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment