org.tinygroup.convert.objectxml.simple
Class ObjectToXml<T>

java.lang.Object
  extended by 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>


Constructor Summary
ObjectToXml(boolean fieldAsAttribute, String rootNodeName, String rowNodeName)
           
 
Method Summary
 String convert(List<T> inputData)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectToXml

public ObjectToXml(boolean fieldAsAttribute,
                   String rootNodeName,
                   String rowNodeName)
Method Detail

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.