CSVFieldNameMappingParser.Builder
, CSVMethodNameMappingParser.Builder
, CSVParameterNameMappingParser.Builder
public abstract static class AbstractCSVMappingParser.MemberBuilder extends AbstractCSVMappingParser.Builder
Modifier and Type | Field | Description |
---|---|---|
protected String |
classNameColumn |
format
Constructor | Description |
---|---|
MemberBuilder() |
Modifier and Type | Method | Description |
---|---|---|
AbstractCSVMappingParser.MemberBuilder |
withClassNameColumn(String columnName) |
Selects the column in which the enclosing class name will be found.
|
withFormat
protected String classNameColumn
@NonNull public AbstractCSVMappingParser.MemberBuilder withClassNameColumn(@Nullable String columnName)
Selects the column in which the enclosing class name will be found.
If none is specified (e.g. this method is not called at all or null is passed), the resulting mapper will attempt to match a member based on any other configured factors).
columnName
- a column name.Copyright © 2018 Basin. All rights reserved.