xmlparser.annotations.XmlDynamicList Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of simplexml Show documentation
Show all versions of simplexml Show documentation
A clean and simple XML parser, serializer, and deserializer.
package xmlparser.annotations;
import java.lang.annotation.Retention;
import static java.lang.annotation.RetentionPolicy.RUNTIME;
/*
* Should deal with lists that have a wrapper tag and the name of the item determines the
* type of the item. So:
*
*
* String here
* 2.5
*
*
* We want to turn that into; List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy