Modifier and Type | Class | Description |
---|---|---|
static class |
AbstractCSVMappingParser.MemberBuilder |
Provides a base to factories which produce arbitrary CSV mapper parsers for class members
elements.
|
static class |
CSVClassNameMappingParser.Builder |
Provides a factory for CSV backed class name mapping parsers.
|
static class |
CSVFieldNameMappingParser.Builder |
Provides a factory for CSV backed field name mapping parsers.
|
static class |
CSVMethodNameMappingParser.Builder |
Provides a factory for CSV backed method name mapping parsers.
|
static class |
CSVParameterNameMappingParser.Builder |
Provides a factory for parameter name mapping parser instances.
|
Modifier and Type | Method | Description |
---|---|---|
AbstractCSVMappingParser.Builder |
AbstractCSVMappingParser.Builder.withFormat(org.apache.commons.csv.CSVFormat format) |
Selects a CSV format to rely upon when parsing file or stream contents.
|
Copyright © 2018 Basin. All rights reserved.