public class MetaCSVMetaData extends Object
| Constructor and Description |
|---|
MetaCSVMetaData(Map<Integer,FieldDescription<?>> descriptionByColIndex) |
| Modifier and Type | Method and Description |
|---|---|
static MetaCSVMetaData |
create(Map<Integer,FieldDescription<?>> descriptionByColIndex) |
DataType |
getDataType(int c) |
FieldDescription<?> |
getDescription(int c) |
<T extends FieldDescription<?>> |
getDescription(int c,
Class<T> klass) |
Class<?> |
getJavaType(int c) |
public MetaCSVMetaData(Map<Integer,FieldDescription<?>> descriptionByColIndex)
public static MetaCSVMetaData create(Map<Integer,FieldDescription<?>> descriptionByColIndex) throws IOException
IOExceptionpublic FieldDescription<?> getDescription(int c)
public <T extends FieldDescription<?>> T getDescription(int c, Class<T> klass)
public Class<?> getJavaType(int c)
public DataType getDataType(int c)
Copyright © 2020–2021. All rights reserved.