Modifier and Type | Method | Description |
---|---|---|
static CSVFieldNameMappingParser.Builder |
CSVFieldNameMappingParser.builder() |
Creates a new empty factory for the field name parser.
|
CSVFieldNameMappingParser.Builder |
CSVFieldNameMappingParser.Builder.withClassNameColumn(String columnName) |
Selects the column in which the enclosing class name will be found.
|
CSVFieldNameMappingParser.Builder |
CSVFieldNameMappingParser.Builder.withFormat(org.apache.commons.csv.CSVFormat format) |
Selects a CSV format to rely upon when parsing file or stream contents.
|
CSVFieldNameMappingParser.Builder |
CSVFieldNameMappingParser.Builder.withSignatureColumn(String columnName) |
Selects the column in which the ASM signature for the field will be found.
|
Copyright © 2018 Basin. All rights reserved.