public static final class CSVClassNameMappingParser.Builder extends AbstractCSVMappingParser.Builder
format
Modifier and Type | Method | Description |
---|---|---|
CSVClassNameMappingParser |
build(String originalNameColumn,
String targetNameColumn) |
Constructs a new CSV mapping parser for class name mappings using the configuration of this
builder.
|
CSVClassNameMappingParser.Builder |
withFormat(org.apache.commons.csv.CSVFormat format) |
Selects a CSV format to rely upon when parsing file or stream contents.
|
@NonNull public CSVClassNameMappingParser build(@NonNull String originalNameColumn, @NonNull String targetNameColumn)
originalNameColumn
- the name of the column in which the original class name is stored.targetNameColumn
- the name of the column in which the target class name is stored.@NonNull public CSVClassNameMappingParser.Builder withFormat(@NonNull org.apache.commons.csv.CSVFormat format)
withFormat
in class AbstractCSVMappingParser.Builder
format
- a CSV format.Copyright © 2018 Basin. All rights reserved.