Class UniVocityCsvDataFormat.Builder
java.lang.Object
org.apache.camel.model.dataformat.UniVocityAbstractDataFormat.AbstractBuilder<UniVocityCsvDataFormat.Builder,UniVocityCsvDataFormat>
org.apache.camel.model.dataformat.UniVocityCsvDataFormat.Builder
- All Implemented Interfaces:
DataFormatBuilder<UniVocityCsvDataFormat>
- Enclosing class:
UniVocityCsvDataFormat
public static class UniVocityCsvDataFormat.Builder
extends UniVocityAbstractDataFormat.AbstractBuilder<UniVocityCsvDataFormat.Builder,UniVocityCsvDataFormat>
Builder is a specific builder for UniVocityCsvDataFormat.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe delimiter of valuesend()Ends the build of the data format.The quote symbol.quoteAllFields(boolean quoteAllFields) Whether or not all values must be quoted when writing them.quoteAllFields(String quoteAllFields) Whether or not all values must be quoted when writing them.quoteEscape(String quoteEscape) The quote escape symbolMethods inherited from class org.apache.camel.model.dataformat.UniVocityAbstractDataFormat.AbstractBuilder
asMap, asMap, comment, emptyValue, headerExtractionEnabled, headerExtractionEnabled, headers, headersDisabled, headersDisabled, ignoreLeadingWhitespaces, ignoreLeadingWhitespaces, ignoreTrailingWhitespaces, ignoreTrailingWhitespaces, lazyLoad, lazyLoad, lineSeparator, normalizedLineSeparator, nullValue, numberOfRecordsToRead, numberOfRecordsToRead, skipEmptyLines, skipEmptyLines
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
quoteAllFields
Whether or not all values must be quoted when writing them. -
quoteAllFields
Whether or not all values must be quoted when writing them. -
quote
The quote symbol. -
quoteEscape
The quote escape symbol -
delimiter
The delimiter of values -
end
Description copied from interface:DataFormatBuilderEnds the build of the data format.- Returns:
- the data format fully built.
-