All Methods Static Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
static JsonTableMapping |
fromTableMapping(TableMapping mapping) |
Map<Integer,DataType> |
getDataTypes() |
int |
getKeyIndex() |
Pair<String,Double> |
getMappedClass() |
Map<Integer,Pair<String,Double>> |
getMappedInstances() |
Map<Integer,Pair<String,Double>> |
getMappedProperties() |
int |
getNumHeaderRows() |
String |
getTableName() |
String |
getURI() |
void |
parseMetadata(String line) |
static JsonTableMapping |
read(String fileName) |
void |
readMapping(InputStream is,
String fileName) |
void |
readMapping(String fileName) |
void |
setDataTypes(Map<Integer,DataType> dataTypes) |
void |
setKeyIndex(int keyIndex) |
void |
setMappedClass(Pair<String,Double> mappedClass) |
void |
setMappedInstances(Map<Integer,Pair<String,Double>> mappedInstances) |
void |
setMappedProperties(Map<Integer,Pair<String,Double>> mappedProperties) |
void |
setNumHeaderRows(int numHeaderRows) |
void |
setTableName(String tableName) |
void |
setURI(String uRI) |
TableMapping |
toTableMapping() |
void |
write(String fileName,
int numberOfRows,
int numberOfColumns) |
void |
write(Writer w,
int numberOfRows,
int numberOfColumns) |