org.tinygroup.convert.objecttxt.fixwidth
Class ObjectToText<T>
java.lang.Object
org.tinygroup.convert.objecttxt.fixwidth.ObjectToText<T>
- All Implemented Interfaces:
- Converter<List<T>,String>
public class ObjectToText<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 |
ObjectToText
public ObjectToText(Map<String,String> propertyNames,
List<String> properties,
String lineSplit)
convert
public String convert(List<T> inputDatas)
throws ConvertException
- Specified by:
convert in interface Converter<List<T>,String>
- Throws:
ConvertException
Copyright © 2006–2015 TinyGroup. All rights reserved.