- getAllowMissingColumnNames() - Method in class org.apache.camel.dataformat.csv.CsvDataFormat
-
Indicates whether or not missing column names are allowed.
- getCommentMarker() - Method in class org.apache.camel.dataformat.csv.CsvDataFormat
-
Gets the comment marker.
- getDataFormatName() - Method in class org.apache.camel.dataformat.csv.CsvDataFormat
-
- getDelimiter() - Method in class org.apache.camel.dataformat.csv.CsvDataFormat
-
Gets the delimiter.
- getEscape() - Method in class org.apache.camel.dataformat.csv.CsvDataFormat
-
Gets the escape character.
- getFormat() - Method in class org.apache.camel.dataformat.csv.CsvDataFormat
-
Gets the CSV format before applying any changes.
- getHeader() - Method in class org.apache.camel.dataformat.csv.CsvDataFormat
-
Gets the header.
- getIgnoreEmptyLines() - Method in class org.apache.camel.dataformat.csv.CsvDataFormat
-
Indicates whether or not empty lines must be ignored.
- getIgnoreHeaderCase() - Method in class org.apache.camel.dataformat.csv.CsvDataFormat
-
Indicates whether or not to ignore case when accessing header names.
- getIgnoreSurroundingSpaces() - Method in class org.apache.camel.dataformat.csv.CsvDataFormat
-
Indicates whether or not surrounding spaces must be ignored.
- getMapRecordValues(Map<?, ?>) - Method in class org.apache.camel.dataformat.csv.CsvMarshaller
-
Gets the CSV record values of the given map.
- getMarshallerFactory() - Method in class org.apache.camel.dataformat.csv.CsvDataFormat
-
- getNullString() - Method in class org.apache.camel.dataformat.csv.CsvDataFormat
-
Gets the null string replacement.
- getQuote() - Method in class org.apache.camel.dataformat.csv.CsvDataFormat
-
Gets the quote character.
- getQuoteMode() - Method in class org.apache.camel.dataformat.csv.CsvDataFormat
-
Gets the quote mode.
- getRecordConverter() - Method in class org.apache.camel.dataformat.csv.CsvDataFormat
-
Gets the record converter to use.
- getRecordSeparator() - Method in class org.apache.camel.dataformat.csv.CsvDataFormat
-
Gets the record separator.
- getSkipHeaderRecord() - Method in class org.apache.camel.dataformat.csv.CsvDataFormat
-
Indicates whether or not header record must be skipped.
- getTrailingDelimiter() - Method in class org.apache.camel.dataformat.csv.CsvDataFormat
-
Indicates whether or not to add a trailing delimiter.
- getTrim() - Method in class org.apache.camel.dataformat.csv.CsvDataFormat
-
Indicates whether or not to trim leading and trailing blanks.
- setAllowMissingColumnNames(Boolean) - Method in class org.apache.camel.dataformat.csv.CsvDataFormat
-
Sets whether or not missing column names are allowed.
- setCaptureHeaderRecord(boolean) - Method in class org.apache.camel.dataformat.csv.CsvDataFormat
-
Indicates whether or not the unmarshalling should capture the header record.
- setCommentMarker(Character) - Method in class org.apache.camel.dataformat.csv.CsvDataFormat
-
Sets the comment marker to use.
- setCommentMarkerDisabled(boolean) - Method in class org.apache.camel.dataformat.csv.CsvDataFormat
-
Sets whether or not the comment markers are disabled.
- setDelimiter(Character) - Method in class org.apache.camel.dataformat.csv.CsvDataFormat
-
Sets the delimiter.
- setEscape(Character) - Method in class org.apache.camel.dataformat.csv.CsvDataFormat
-
Sets the escape character.
- setEscapeDisabled(boolean) - Method in class org.apache.camel.dataformat.csv.CsvDataFormat
-
Sets whether or not the escaping is disabled.
- setFormat(CSVFormat) - Method in class org.apache.camel.dataformat.csv.CsvDataFormat
-
Sets the CSV format before applying any changes.
- setFormatName(String) - Method in class org.apache.camel.dataformat.csv.CsvDataFormat
-
Sets the CSV format by name before applying any changes.
- setHeader(String) - Method in class org.apache.camel.dataformat.csv.CsvDataFormat
-
Gets the header.
- setHeader(String[]) - Method in class org.apache.camel.dataformat.csv.CsvDataFormat
-
- setHeaderDisabled(boolean) - Method in class org.apache.camel.dataformat.csv.CsvDataFormat
-
Sets whether or not the headers are disabled.
- setIgnoreEmptyLines(Boolean) - Method in class org.apache.camel.dataformat.csv.CsvDataFormat
-
Sets whether or not empty lines must be ignored.
- setIgnoreHeaderCase(Boolean) - Method in class org.apache.camel.dataformat.csv.CsvDataFormat
-
Sets whether or not to ignore case when accessing header names.
- setIgnoreSurroundingSpaces(Boolean) - Method in class org.apache.camel.dataformat.csv.CsvDataFormat
-
Sets whether or not surrounding spaces must be ignored.
- setLazyLoad(boolean) - Method in class org.apache.camel.dataformat.csv.CsvDataFormat
-
Indicates whether or not the unmarshalling should lazily load the records.
- setMarshallerFactory(CsvMarshallerFactory) - Method in class org.apache.camel.dataformat.csv.CsvDataFormat
-
- setNullString(String) - Method in class org.apache.camel.dataformat.csv.CsvDataFormat
-
Sets the null string replacement.
- setNullStringDisabled(boolean) - Method in class org.apache.camel.dataformat.csv.CsvDataFormat
-
Sets whether or not the null string replacement is disabled.
- setQuote(Character) - Method in class org.apache.camel.dataformat.csv.CsvDataFormat
-
Sets the quote character.
- setQuoteDisabled(boolean) - Method in class org.apache.camel.dataformat.csv.CsvDataFormat
-
Sets whether or not quotes are disabled
- setQuoteMode(QuoteMode) - Method in class org.apache.camel.dataformat.csv.CsvDataFormat
-
Sets the quote mode.
- setRecordConverter(CsvRecordConverter<?>) - Method in class org.apache.camel.dataformat.csv.CsvDataFormat
-
Sets the record converter to use.
- setRecordSeparator(String) - Method in class org.apache.camel.dataformat.csv.CsvDataFormat
-
Sets the record separator.
- setRecordSeparatorDisabled(boolean) - Method in class org.apache.camel.dataformat.csv.CsvDataFormat
-
Sets whether or not the record separator is disabled.
- setSkipHeaderRecord(Boolean) - Method in class org.apache.camel.dataformat.csv.CsvDataFormat
-
Sets whether or not header record must be skipped.
- setTrailingDelimiter(Boolean) - Method in class org.apache.camel.dataformat.csv.CsvDataFormat
-
Sets whether or not to add a trailing delimiter.
- setTrim(Boolean) - Method in class org.apache.camel.dataformat.csv.CsvDataFormat
-
Sets whether or not to trim leading and trailing blanks.
- setUseMaps(boolean) - Method in class org.apache.camel.dataformat.csv.CsvDataFormat
-
Sets whether or not the unmarshalling should produce maps instead of lists.
- setUseOrderedMaps(boolean) - Method in class org.apache.camel.dataformat.csv.CsvDataFormat
-
Sets whether or not the unmarshalling should produce ordered maps instead of lists.