public class ReadOptions extends Object
Modifier and Type | Class and Description |
---|---|
protected static class |
ReadOptions.Builder |
Modifier and Type | Field and Description |
---|---|
protected List<ColumnType> |
columnTypesToDetect |
protected String |
dateFormat |
protected DateTimeFormatter |
dateFormatter |
protected String |
dateTimeFormat |
protected DateTimeFormatter |
dateTimeFormatter |
protected boolean |
header |
protected Locale |
locale |
protected int |
maxCharsPerColumn |
protected boolean |
minimizeColumnSizes |
protected String |
missingValueIndicator |
protected boolean |
sample |
protected Source |
source |
protected String |
tableName |
protected String |
timeFormat |
protected DateTimeFormatter |
timeFormatter |
Modifier | Constructor and Description |
---|---|
protected |
ReadOptions(ReadOptions.Builder builder) |
Modifier and Type | Method and Description |
---|---|
List<ColumnType> |
columnTypesToDetect() |
DateTimeFormatter |
dateFormatter() |
DateTimeFormatter |
dateTimeFormatter() |
boolean |
header() |
Locale |
locale() |
boolean |
minimizeColumnSizes() |
String |
missingValueIndicator() |
boolean |
sample() |
Source |
source() |
String |
tableName() |
DateTimeFormatter |
timeFormatter() |
protected final Source source
protected final String tableName
protected final List<ColumnType> columnTypesToDetect
protected final boolean sample
protected final String dateFormat
protected final String dateTimeFormat
protected final String timeFormat
protected final Locale locale
protected final String missingValueIndicator
protected final boolean minimizeColumnSizes
protected final int maxCharsPerColumn
protected final DateTimeFormatter dateFormatter
protected final DateTimeFormatter dateTimeFormatter
protected final DateTimeFormatter timeFormatter
protected final boolean header
protected ReadOptions(ReadOptions.Builder builder)
public Source source()
public String tableName()
public List<ColumnType> columnTypesToDetect()
public boolean sample()
public boolean minimizeColumnSizes()
public String missingValueIndicator()
public Locale locale()
public boolean header()
public DateTimeFormatter dateTimeFormatter()
public DateTimeFormatter timeFormatter()
public DateTimeFormatter dateFormatter()
Copyright © 2019. All rights reserved.