org.tinygroup.convert.objecttxt.simple
Class ObjectToText<T>

java.lang.Object
  extended by org.tinygroup.convert.objecttxt.simple.ObjectToText<T>
All Implemented Interfaces:
Converter<List<T>,String>

public class ObjectToText<T>
extends Object
implements Converter<List<T>,String>


Constructor Summary
ObjectToText(Map<String,String> titleMap, List<String> properties, String lineSplit, String fieldSplit)
           
 
Method Summary
 String convert(List<T> objectList)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectToText

public ObjectToText(Map<String,String> titleMap,
                    List<String> properties,
                    String lineSplit,
                    String fieldSplit)
Method Detail

convert

public String convert(List<T> objectList)
               throws ConvertException
Specified by:
convert in interface Converter<List<T>,String>
Throws:
ConvertException


Copyright © 2006–2015 TinyGroup. All rights reserved.