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 CSVReaderNullFieldIndicatorICSVParser.DEFAULT_NULL_FIELD_INDICATORDenotes what field contents will cause the parser to return null: EMPTY_SEPARATORS, EMPTY_QUOTES, BOTH, NEITHER (default).protected final CSVReaderNullFieldIndicatorAbstractCSVParser.nullFieldIndicatorDetermines the handling of null fields.protected CSVReaderNullFieldIndicatorCSVReaderBaseBuilder.nullFieldIndicatorMethods 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. -
Uses of CSVReaderNullFieldIndicator in com.opencsv.bean
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 CSVReaderNullFieldIndicatorReturns 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.