com.spun.util.io.xml.XmlMapTranslator Maven / Gradle / Ivy
The newest version!
package com.spun.util.io.xml;
public class XmlMapTranslator
{
public static XmlTranslator get(Class> clazz, XmlMap[] maps)
{
for (int i = 0; i < maps.length; i++)
{
maps[i].initialize(clazz);
}
return new XmlTranslator(maps);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy