Constant Field Values
Contents
com.opencsv.*
-
com.opencsv.CSVParser Modifier and Type Constant Field Value private static final int
BEGINNING_OF_LINE
3
-
com.opencsv.CSVReader Modifier and Type Constant Field Value static final int
CONTEXT_MULTILINE_EXCEPTION_MESSAGE_SIZE
100
public static final boolean
DEFAULT_KEEP_CR
false
public static final int
DEFAULT_MULTILINE_LIMIT
0
public static final int
DEFAULT_SKIP_LINES
0
public static final boolean
DEFAULT_VERIFY_READER
true
private static final int
MAX_WIDTH
100
public static final int
READ_AHEAD_LIMIT
2
-
com.opencsv.ICSVParser Modifier and Type Constant Field Value public static final java.lang.String
DEFAULT_BUNDLE_NAME
"opencsv"
public static final char
DEFAULT_ESCAPE_CHARACTER
92
public static final boolean
DEFAULT_IGNORE_LEADING_WHITESPACE
true
public static final boolean
DEFAULT_IGNORE_QUOTATIONS
false
public static final char
DEFAULT_QUOTE_CHARACTER
34
public static final char
DEFAULT_SEPARATOR
44
public static final boolean
DEFAULT_STRICT_QUOTES
false
public static final int
INITIAL_READ_SIZE
1024
public static final int
MAX_SIZE_FOR_EMPTY_FIELD
16
public static final java.lang.String
NEWLINE
"\n"
public static final char
NULL_CHARACTER
0
public static final int
READ_BUFFER_SIZE
128
-
com.opencsv.ICSVWriter Modifier and Type Constant Field Value public static final char
DEFAULT_ESCAPE_CHARACTER
34
public static final java.lang.String
DEFAULT_LINE_END
"\n"
public static final char
DEFAULT_QUOTE_CHARACTER
34
public static final char
DEFAULT_SEPARATOR
44
public static final int
INITIAL_STRING_SIZE
1024
public static final char
NO_ESCAPE_CHARACTER
0
public static final char
NO_QUOTE_CHARACTER
0
public static final java.lang.String
RFC4180_LINE_END
"\r\n"
-
com.opencsv.ResultSetHelperService Modifier and Type Constant Field Value protected static final int
CLOBBUFFERSIZE
2048
static final java.lang.String
DEFAULT_DATE_FORMAT
"dd-MMM-yyyy"
static final java.lang.String
DEFAULT_TIMESTAMP_FORMAT
"dd-MMM-yyyy HH:mm:ss"
private static final java.lang.String
DEFAULT_VALUE
""
-
com.opencsv.bean.ConverterDate Modifier and Type Constant Field Value private static final java.lang.String
CSVDATE_NOT_DATE
"csvdate.not.date"
-
com.opencsv.bean.ConverterUUID Modifier and Type Constant Field Value private static final java.lang.String
UUID_REGEX_PATTERN
"\\b[0-9a-fA-F]{8}\\b-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-\\b[0-9a-fA-F]{12}\\b"
-
com.opencsv.bean.StatefulBeanToCsv<T> Modifier and Type Constant Field Value private static final char
NO_CHARACTER
0
-
com.opencsv.bean.comparator.LiteralComparator<T extends java.lang.Comparable<T>> Modifier and Type Constant Field Value private static final long
serialVersionUID
1L
-
com.opencsv.bean.customconverter.ConvertFrenchToBoolean<T,I> Modifier and Type Constant Field Value private static final java.lang.String
FAUX
"faux"
private static final java.lang.String
VRAI
"vrai"
-
com.opencsv.bean.customconverter.ConvertGermanToBoolean<T,I> Modifier and Type Constant Field Value private static final java.lang.String
FALSCH
"falsch"
private static final java.lang.String
WAHR
"wahr"
-
com.opencsv.exceptions.CsvBadConverterException Modifier and Type Constant Field Value private static final long
serialVersionUID
1L
-
com.opencsv.exceptions.CsvBeanIntrospectionException Modifier and Type Constant Field Value private static final long
serialVersionUID
1L
-
com.opencsv.exceptions.CsvConstraintViolationException Modifier and Type Constant Field Value private static final long
serialVersionUID
1L
-
com.opencsv.exceptions.CsvDataTypeMismatchException Modifier and Type Constant Field Value private static final long
serialVersionUID
1L
-
com.opencsv.exceptions.CsvException Modifier and Type Constant Field Value private static final long
serialVersionUID
1L
-
com.opencsv.exceptions.CsvMalformedLineException Modifier and Type Constant Field Value private static final long
serialVersionUID
1L
-
com.opencsv.exceptions.CsvMultilineLimitBrokenException Modifier and Type Constant Field Value private static final long
serialVersionUID
1L
-
com.opencsv.exceptions.CsvRecursionException Modifier and Type Constant Field Value private static final long
serialVersionUID
1L
-
com.opencsv.exceptions.CsvRequiredFieldEmptyException Modifier and Type Constant Field Value private static final long
serialVersionUID
1L
-
com.opencsv.exceptions.CsvRuntimeException Modifier and Type Constant Field Value private static final long
serialVersionUID
1L
-
com.opencsv.exceptions.CsvValidationException Modifier and Type Constant Field Value private static final long
serialVersionUID
1L
-
com.opencsv.validators.LineValidatorAggregator Modifier and Type Constant Field Value private static final int
CAPACITY
512
private static final int
MULTIPLIER
3
-
com.opencsv.validators.RowMustHaveSameNumberOfColumnsAsFirstRowValidator Modifier and Type Constant Field Value private static final int
NO_ROWS
0
-
com.opencsv.validators.RowValidatorAggregator Modifier and Type Constant Field Value private static final int
CAPACITY
512
private static final int
MULTIPLIER
3