
org.eweb4j.util.xml.XMLReader Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of eweb4j-all Show documentation
Show all versions of eweb4j-all Show documentation
easy web framework for java, full-stack
The newest version!
package org.eweb4j.util.xml;
import java.util.List;
public interface XMLReader {
List read() throws Exception;
T readOne() throws Exception;
String toXml() throws Exception;
public void setClass(String key, Class> clazz);
public void setClass(Class> clazz);
public void setBeanName(String beanName);
public void setRootElementName(String name);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy