Class UniVocityFixedDataFormat.Builder
java.lang.Object
org.apache.camel.model.dataformat.UniVocityAbstractDataFormat.AbstractBuilder<UniVocityFixedDataFormat.Builder,UniVocityFixedDataFormat>
org.apache.camel.model.dataformat.UniVocityFixedDataFormat.Builder
- All Implemented Interfaces:
DataFormatBuilder<UniVocityFixedDataFormat>
- Enclosing class:
UniVocityFixedDataFormat
public static class UniVocityFixedDataFormat.Builder
extends UniVocityAbstractDataFormat.AbstractBuilder<UniVocityFixedDataFormat.Builder,UniVocityFixedDataFormat>
Builder is a specific builder for UniVocityFixedDataFormat.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionend()Ends the build of the data format.The padding character.recordEndsOnNewline(boolean recordEndsOnNewline) Whether or not the record ends on new line.recordEndsOnNewline(String recordEndsOnNewline) Whether or not the record ends on new line.skipTrailingCharsUntilNewline(boolean skipTrailingCharsUntilNewline) Whether or not the trailing characters until new line must be ignored.skipTrailingCharsUntilNewline(String skipTrailingCharsUntilNewline) Whether or not the trailing characters until new line must be ignored.Methods 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
-
skipTrailingCharsUntilNewline
public UniVocityFixedDataFormat.Builder skipTrailingCharsUntilNewline(String skipTrailingCharsUntilNewline) Whether or not the trailing characters until new line must be ignored. The default value is false -
skipTrailingCharsUntilNewline
public UniVocityFixedDataFormat.Builder skipTrailingCharsUntilNewline(boolean skipTrailingCharsUntilNewline) Whether or not the trailing characters until new line must be ignored. The default value is false -
recordEndsOnNewline
Whether or not the record ends on new line. The default value is false -
recordEndsOnNewline
Whether or not the record ends on new line. The default value is false -
padding
The padding character. The default value is a space -
end
Description copied from interface:DataFormatBuilderEnds the build of the data format.- Returns:
- the data format fully built.
-