public class ReadOptions extends Object
Modifier and Type | Class and Description |
---|---|
protected static class |
ReadOptions.Builder |
Modifier and Type | Field and Description |
---|---|
protected String |
dateFormat |
protected String |
dateTimeFormat |
static List<ColumnType> |
EXTENDED_TYPE_ARRAY
An extended list of types that are used if minimizeColumnSizes is true.
|
protected boolean |
header |
protected Locale |
locale |
protected boolean |
minimizeColumnSizes |
protected String |
missingValueIndicator |
protected boolean |
sample |
protected Source |
source |
protected String |
tableName |
protected String |
timeFormat |
Modifier | Constructor and Description |
---|---|
protected |
ReadOptions(ReadOptions.Builder builder) |
Modifier and Type | Method and Description |
---|---|
DateTimeFormatter |
dateFormatter() |
DateTimeFormatter |
dateTimeFormatter() |
boolean |
header() |
Locale |
locale() |
boolean |
minimizeColumnSizes() |
String |
missingValueIndicator() |
boolean |
sample() |
Source |
source() |
String |
tableName() |
DateTimeFormatter |
timeFormatter() |
public static final List<ColumnType> EXTENDED_TYPE_ARRAY
protected final Source source
protected final String tableName
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 boolean header
protected ReadOptions(ReadOptions.Builder builder)
public Source source()
public String tableName()
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.