org.tinygroup.convert.objectxml.simple
Class ObjectToXml<T>
java.lang.Object
org.tinygroup.convert.objectxml.simple.ObjectToXml<T>
- All Implemented Interfaces:
- Converter<List<T>,String>
public class ObjectToXml<T>
- extends Object
- implements Converter<List<T>,String>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ObjectToXml
public ObjectToXml(boolean fieldAsAttribute,
String rootNodeName,
String rowNodeName)
convert
public String convert(List<T> inputData)
throws ConvertException
- Specified by:
convert in interface Converter<List<T>,String>
- Throws:
ConvertException
Copyright © 2006–2015 TinyGroup. All rights reserved.