Uses of Class
org.tinygroup.convert.text.config.Text

Packages that use Text
org.tinygroup.convert.text   
org.tinygroup.convert.util   
 

Uses of Text in org.tinygroup.convert.text
 

Methods in org.tinygroup.convert.text that return Text
 Text TextBaseParse.computeFixWidthText(String inputData, String lineSplit)
           
 Text TextBaseParse.computeText(String inputData, String lineSplit, String fieldSplit)
           
 

Methods in org.tinygroup.convert.text with parameters of type Text
protected  List<String> TextBaseParse.getFisrtRowRealNames(Text text)
           
 

Uses of Text in org.tinygroup.convert.util
 

Methods in org.tinygroup.convert.util with parameters of type Text
static
<T> List<T>
ConvertUtil.textToObjectList(Class<T> clazz, Text text)
           
 



Copyright © 2006–2015 TinyGroup. All rights reserved.