Uses of Enum
com.opencsv.enums.CSVReaderNullFieldIndicator
Packages that use CSVReaderNullFieldIndicator
Package
Description
A very simple CSV parser for Java released under a commercial-friendly license.
A bean binding interface for use with opencsv.
Enumerations relevant to opencsv's internal operations.
-
Uses of CSVReaderNullFieldIndicator in com.opencsv
Fields in com.opencsv declared as CSVReaderNullFieldIndicatorModifier and TypeFieldDescriptionstatic final CSVReaderNullFieldIndicator
ICSVParser.DEFAULT_NULL_FIELD_INDICATOR
Denotes what field contents will cause the parser to return null: EMPTY_SEPARATORS, EMPTY_QUOTES, BOTH, NEITHER (default).protected final CSVReaderNullFieldIndicator
AbstractCSVParser.nullFieldIndicator
Determines the handling of null fields.private CSVReaderNullFieldIndicator
CSVParserBuilder.nullFieldIndicator
protected CSVReaderNullFieldIndicator
CSVReaderBaseBuilder.nullFieldIndicator
private CSVReaderNullFieldIndicator
RFC4180ParserBuilder.nullFieldIndicator
Methods in com.opencsv that return CSVReaderNullFieldIndicatorModifier and TypeMethodDescriptionAbstractCSVParser.nullFieldIndicator()
CSVParserBuilder.nullFieldIndicator()
ICSVParser.nullFieldIndicator()
RFC4180ParserBuilder.nullFieldIndicator()
Methods in com.opencsv with parameters of type CSVReaderNullFieldIndicatorModifier and TypeMethodDescriptionCSVParserBuilder.withFieldAsNull
(CSVReaderNullFieldIndicator fieldIndicator) Sets the NullFieldIndicator.CSVReaderBuilder.withFieldAsNull
(CSVReaderNullFieldIndicator indicator) Checks to see if it should treat a field with two separators, two quotes, or both as a null field.CSVReaderHeaderAwareBuilder.withFieldAsNull
(CSVReaderNullFieldIndicator indicator) Checks to see if it should treat a field with two separators, two quotes, or both as a null field.RFC4180ParserBuilder.withFieldAsNull
(CSVReaderNullFieldIndicator fieldIndicator) Sets the NullFieldIndicator.Constructors in com.opencsv with parameters of type CSVReaderNullFieldIndicatorModifierConstructorDescriptionAbstractCSVParser
(char separator, char quotechar, CSVReaderNullFieldIndicator nullFieldIndicator) Common constructor.(package private)
CSVParser
(char separator, char quotechar, char escape, boolean strictQuotes, boolean ignoreLeadingWhiteSpace, boolean ignoreQuotations, CSVReaderNullFieldIndicator nullFieldIndicator, Locale errorLocale) Constructs CSVParser.(package private)
RFC4180Parser
(char quoteChar, char separator, CSVReaderNullFieldIndicator nullFieldIndicator) Constructor used by the CSVParserBuilder. -
Uses of CSVReaderNullFieldIndicator in com.opencsv.bean
Fields in com.opencsv.bean declared as CSVReaderNullFieldIndicatorModifier and TypeFieldDescriptionprivate CSVReaderNullFieldIndicator
CsvToBeanBuilder.nullFieldIndicator
Methods in com.opencsv.bean with parameters of type CSVReaderNullFieldIndicatorModifier and TypeMethodDescriptionCsvToBeanBuilder.withFieldAsNull
(CSVReaderNullFieldIndicator indicator) -
Uses of CSVReaderNullFieldIndicator in com.opencsv.enums
Methods in com.opencsv.enums that return CSVReaderNullFieldIndicatorModifier and TypeMethodDescriptionstatic CSVReaderNullFieldIndicator
Returns the enum constant of this type with the specified name.static CSVReaderNullFieldIndicator[]
CSVReaderNullFieldIndicator.values()
Returns an array containing the constants of this enum type, in the order they are declared.