Package | Description |
---|---|
org.tinygroup.convert.text | |
org.tinygroup.convert.text.config | |
org.tinygroup.convert.util |
Modifier and Type | Method and Description |
---|---|
protected TextRow |
TextBaseParse.computeDataRow(List<String> values) |
protected TextRow |
TextBaseParse.computeDataRow(String[] values) |
protected TextRow |
TextBaseParse.computeTitleRow(List<String> titles) |
protected TextRow |
TextBaseParse.computeTitleRow(String[] titles) |
Modifier and Type | Method and Description |
---|---|
List<TextRow> |
Text.getRows() |
Modifier and Type | Method and Description |
---|---|
void |
Text.addRow(TextRow row) |
Modifier and Type | Method and Description |
---|---|
void |
Text.setRows(List<TextRow> rows) |
Modifier and Type | Method and Description |
---|---|
static <T> T |
ConvertUtil.textToObject(Class<T> clazz,
TextRow titleRow,
TextRow dataRow) |
Copyright © 2006–2018 TinyGroup. All rights reserved.