A C D E F G H I L M N O P Q R S U 

A

AbstractUniVocityDataFormat<F extends com.univocity.parsers.common.Format,CWS extends com.univocity.parsers.common.CommonWriterSettings<F>,W extends com.univocity.parsers.common.AbstractWriter<CWS>,CPS extends com.univocity.parsers.common.CommonParserSettings<F>,P extends com.univocity.parsers.common.AbstractParser<CPS>,DF extends AbstractUniVocityDataFormat<F,CWS,W,CPS,P,DF>> - Class in org.apache.camel.dataformat.univocity
This abstract class contains all the common parts for all the uniVocity parsers.
AbstractUniVocityDataFormat() - Constructor for class org.apache.camel.dataformat.univocity.AbstractUniVocityDataFormat
 
asMap - Variable in class org.apache.camel.dataformat.univocity.AbstractUniVocityDataFormat
 

C

comment - Variable in class org.apache.camel.dataformat.univocity.AbstractUniVocityDataFormat
 
configureFormat(F) - Method in class org.apache.camel.dataformat.univocity.AbstractUniVocityDataFormat
Configures the format.
configureFormat(CsvFormat) - Method in class org.apache.camel.dataformat.univocity.UniVocityCsvDataFormat
Configures the format.
configureFormat(FixedWidthFormat) - Method in class org.apache.camel.dataformat.univocity.UniVocityFixedWidthDataFormat
Configures the format.
configureFormat(TsvFormat) - Method in class org.apache.camel.dataformat.univocity.UniVocityTsvDataFormat
Configures the format.
configureParserSettings(CPS) - Method in class org.apache.camel.dataformat.univocity.AbstractUniVocityDataFormat
Configure the parser settings.
configureParserSettings(CsvParserSettings) - Method in class org.apache.camel.dataformat.univocity.UniVocityCsvDataFormat
Configure the parser settings.
configureParserSettings(FixedWidthParserSettings) - Method in class org.apache.camel.dataformat.univocity.UniVocityFixedWidthDataFormat
 
configureWriterSettings(CWS) - Method in class org.apache.camel.dataformat.univocity.AbstractUniVocityDataFormat
Configures the writer settings.
configureWriterSettings(CsvWriterSettings) - Method in class org.apache.camel.dataformat.univocity.UniVocityCsvDataFormat
Configures the writer settings.
createParser(CPS) - Method in class org.apache.camel.dataformat.univocity.AbstractUniVocityDataFormat
Creates a new instance of the uniVocity parser.
createParser(CsvParserSettings) - Method in class org.apache.camel.dataformat.univocity.UniVocityCsvDataFormat
Creates a new instance of the uniVocity parser.
createParser(FixedWidthParserSettings) - Method in class org.apache.camel.dataformat.univocity.UniVocityFixedWidthDataFormat
Creates a new instance of the uniVocity parser.
createParser(TsvParserSettings) - Method in class org.apache.camel.dataformat.univocity.UniVocityTsvDataFormat
Creates a new instance of the uniVocity parser.
createParserSettings() - Method in class org.apache.camel.dataformat.univocity.AbstractUniVocityDataFormat
Creates a new instance of the parser settings.
createParserSettings() - Method in class org.apache.camel.dataformat.univocity.UniVocityCsvDataFormat
Creates a new instance of the parser settings.
createParserSettings() - Method in class org.apache.camel.dataformat.univocity.UniVocityFixedWidthDataFormat
Creates a new instance of the parser settings.
createParserSettings() - Method in class org.apache.camel.dataformat.univocity.UniVocityTsvDataFormat
Creates a new instance of the parser settings.
createWriter(Writer, CWS) - Method in class org.apache.camel.dataformat.univocity.AbstractUniVocityDataFormat
Creates a new instance of the uniVocity writer.
createWriter(Writer, CsvWriterSettings) - Method in class org.apache.camel.dataformat.univocity.UniVocityCsvDataFormat
Creates a new instance of the uniVocity writer.
createWriter(Writer, FixedWidthWriterSettings) - Method in class org.apache.camel.dataformat.univocity.UniVocityFixedWidthDataFormat
Creates a new instance of the uniVocity writer.
createWriter(Writer, TsvWriterSettings) - Method in class org.apache.camel.dataformat.univocity.UniVocityTsvDataFormat
Creates a new instance of the uniVocity writer.
createWriterSettings() - Method in class org.apache.camel.dataformat.univocity.AbstractUniVocityDataFormat
Creates a new instance of the writer settings.
createWriterSettings() - Method in class org.apache.camel.dataformat.univocity.UniVocityCsvDataFormat
Creates a new instance of the writer settings.
createWriterSettings() - Method in class org.apache.camel.dataformat.univocity.UniVocityFixedWidthDataFormat
Creates a new instance of the writer settings.
createWriterSettings() - Method in class org.apache.camel.dataformat.univocity.UniVocityTsvDataFormat
Creates a new instance of the writer settings.

D

delimiter - Variable in class org.apache.camel.dataformat.univocity.UniVocityCsvDataFormat
 

E

emptyValue - Variable in class org.apache.camel.dataformat.univocity.AbstractUniVocityDataFormat
 
escapeChar - Variable in class org.apache.camel.dataformat.univocity.UniVocityTsvDataFormat
 

F

fieldLengths - Variable in class org.apache.camel.dataformat.univocity.UniVocityFixedWidthDataFormat
 

G

getComment() - Method in class org.apache.camel.dataformat.univocity.AbstractUniVocityDataFormat
Gets the comment symbol.
getDelimiter() - Method in class org.apache.camel.dataformat.univocity.UniVocityCsvDataFormat
Gets the delimiter symbol.
getEmptyValue() - Method in class org.apache.camel.dataformat.univocity.AbstractUniVocityDataFormat
Gets the String representation of an empty value.
getEscapeChar() - Method in class org.apache.camel.dataformat.univocity.UniVocityTsvDataFormat
Gets the escape character symbol.
getFieldLengths() - Method in class org.apache.camel.dataformat.univocity.UniVocityFixedWidthDataFormat
Gets the field lengths.
getHeaderExtractionEnabled() - Method in class org.apache.camel.dataformat.univocity.AbstractUniVocityDataFormat
Gets whether or not the header extraction is enabled.
getHeaders() - Method in class org.apache.camel.dataformat.univocity.AbstractUniVocityDataFormat
Gets the headers.
getIgnoreLeadingWhitespaces() - Method in class org.apache.camel.dataformat.univocity.AbstractUniVocityDataFormat
Gets whether or not leading whitespaces should be ignored.
getIgnoreTrailingWhitespaces() - Method in class org.apache.camel.dataformat.univocity.AbstractUniVocityDataFormat
Gets whether or not trailing whitespaces should be ignored.
getLineSeparator() - Method in class org.apache.camel.dataformat.univocity.AbstractUniVocityDataFormat
Gets the line separator.
getNormalizedLineSeparator() - Method in class org.apache.camel.dataformat.univocity.AbstractUniVocityDataFormat
Gets the normalized line separator.
getNullValue() - Method in class org.apache.camel.dataformat.univocity.AbstractUniVocityDataFormat
Gets the String representation of a null value.
getNumberOfRecordsToRead() - Method in class org.apache.camel.dataformat.univocity.AbstractUniVocityDataFormat
Gets the number of records to read.
getPadding() - Method in class org.apache.camel.dataformat.univocity.UniVocityFixedWidthDataFormat
Gets the padding symbol.
getQuote() - Method in class org.apache.camel.dataformat.univocity.UniVocityCsvDataFormat
Gets the quote symbol.
getQuoteAllFields() - Method in class org.apache.camel.dataformat.univocity.UniVocityCsvDataFormat
Gets whether or not all fields must be quoted.
getQuoteEscape() - Method in class org.apache.camel.dataformat.univocity.UniVocityCsvDataFormat
Gets the quote escape symbol.
getRecordEndsOnNewline() - Method in class org.apache.camel.dataformat.univocity.UniVocityFixedWidthDataFormat
Gets whether or not the record ends on new line.
getSkipEmptyLines() - Method in class org.apache.camel.dataformat.univocity.AbstractUniVocityDataFormat
Gets whether or not empty lines should be ignored.
getSkipTrailingCharsUntilNewline() - Method in class org.apache.camel.dataformat.univocity.UniVocityFixedWidthDataFormat
Gets whether or not trailing characters until new line must be ignored.

H

headerExtractionEnabled - Variable in class org.apache.camel.dataformat.univocity.AbstractUniVocityDataFormat
 
headers - Variable in class org.apache.camel.dataformat.univocity.AbstractUniVocityDataFormat
 
headersDisabled - Variable in class org.apache.camel.dataformat.univocity.AbstractUniVocityDataFormat
 

I

ignoreLeadingWhitespaces - Variable in class org.apache.camel.dataformat.univocity.AbstractUniVocityDataFormat
 
ignoreTrailingWhitespaces - Variable in class org.apache.camel.dataformat.univocity.AbstractUniVocityDataFormat
 
isAsMap() - Method in class org.apache.camel.dataformat.univocity.AbstractUniVocityDataFormat
Gets whether or not the unmarshalling should produces maps instead of lists.
isHeadersDisabled() - Method in class org.apache.camel.dataformat.univocity.AbstractUniVocityDataFormat
Gets whether or not headers are disabled.
isLazyLoad() - Method in class org.apache.camel.dataformat.univocity.AbstractUniVocityDataFormat
Gets whether or not the unmarshalling should read lines lazily.

L

lazyLoad - Variable in class org.apache.camel.dataformat.univocity.AbstractUniVocityDataFormat
 
lineSeparator - Variable in class org.apache.camel.dataformat.univocity.AbstractUniVocityDataFormat
 

M

marshal(Exchange, Object, OutputStream) - Method in class org.apache.camel.dataformat.univocity.AbstractUniVocityDataFormat

N

normalizedLineSeparator - Variable in class org.apache.camel.dataformat.univocity.AbstractUniVocityDataFormat
 
nullValue - Variable in class org.apache.camel.dataformat.univocity.AbstractUniVocityDataFormat
 
numberOfRecordsToRead - Variable in class org.apache.camel.dataformat.univocity.AbstractUniVocityDataFormat
 

O

org.apache.camel.dataformat.univocity - package org.apache.camel.dataformat.univocity
 

P

padding - Variable in class org.apache.camel.dataformat.univocity.UniVocityFixedWidthDataFormat
 

Q

quote - Variable in class org.apache.camel.dataformat.univocity.UniVocityCsvDataFormat
 
quoteAllFields - Variable in class org.apache.camel.dataformat.univocity.UniVocityCsvDataFormat
 
quoteEscape - Variable in class org.apache.camel.dataformat.univocity.UniVocityCsvDataFormat
 

R

recordEndsOnNewline - Variable in class org.apache.camel.dataformat.univocity.UniVocityFixedWidthDataFormat
 
reset() - Method in class org.apache.camel.dataformat.univocity.AbstractUniVocityDataFormat
Resets the caches.

S

setAsMap(boolean) - Method in class org.apache.camel.dataformat.univocity.AbstractUniVocityDataFormat
Sets whether or not the unmarshalling should produces maps instead of lists.
setComment(Character) - Method in class org.apache.camel.dataformat.univocity.AbstractUniVocityDataFormat
Gets the comment symbol.
setDelimiter(Character) - Method in class org.apache.camel.dataformat.univocity.UniVocityCsvDataFormat
Sets the delimiter symbol.
setEmptyValue(String) - Method in class org.apache.camel.dataformat.univocity.AbstractUniVocityDataFormat
Sets the String representation of an empty value.
setEscapeChar(Character) - Method in class org.apache.camel.dataformat.univocity.UniVocityTsvDataFormat
Sets the escape character symbol.
setFieldLengths(int[]) - Method in class org.apache.camel.dataformat.univocity.UniVocityFixedWidthDataFormat
Sets the field lengths It's used to construct uniVocity FixedWidthFieldLengths instance.
setHeaderExtractionEnabled(Boolean) - Method in class org.apache.camel.dataformat.univocity.AbstractUniVocityDataFormat
Sets whether or not the header extraction is enabled.
setHeaders(String[]) - Method in class org.apache.camel.dataformat.univocity.AbstractUniVocityDataFormat
Sets the headers.
setHeadersDisabled(boolean) - Method in class org.apache.camel.dataformat.univocity.AbstractUniVocityDataFormat
Sets whether or not headers are disabled.
setIgnoreLeadingWhitespaces(Boolean) - Method in class org.apache.camel.dataformat.univocity.AbstractUniVocityDataFormat
Sets whether or not leading whitespaces should be ignored.
setIgnoreTrailingWhitespaces(Boolean) - Method in class org.apache.camel.dataformat.univocity.AbstractUniVocityDataFormat
Sets whether or not trailing whitespaces should be ignored.
setLazyLoad(boolean) - Method in class org.apache.camel.dataformat.univocity.AbstractUniVocityDataFormat
Sets whether or not the unmarshalling should read lines lazily.
setLineSeparator(String) - Method in class org.apache.camel.dataformat.univocity.AbstractUniVocityDataFormat
Sets the line separator.
setNormalizedLineSeparator(Character) - Method in class org.apache.camel.dataformat.univocity.AbstractUniVocityDataFormat
Sets the normalized line separator.
setNullValue(String) - Method in class org.apache.camel.dataformat.univocity.AbstractUniVocityDataFormat
Sets the String representation of a null value.
setNumberOfRecordsToRead(Integer) - Method in class org.apache.camel.dataformat.univocity.AbstractUniVocityDataFormat
Sets the number of records to read.
setPadding(Character) - Method in class org.apache.camel.dataformat.univocity.UniVocityFixedWidthDataFormat
Sets the padding symbol.
setQuote(Character) - Method in class org.apache.camel.dataformat.univocity.UniVocityCsvDataFormat
Sets the quote symbol.
setQuoteAllFields(Boolean) - Method in class org.apache.camel.dataformat.univocity.UniVocityCsvDataFormat
Gets whether or not all fields must be quoted.
setQuoteEscape(Character) - Method in class org.apache.camel.dataformat.univocity.UniVocityCsvDataFormat
Sets the quote escape symbol.
setRecordEndsOnNewline(Boolean) - Method in class org.apache.camel.dataformat.univocity.UniVocityFixedWidthDataFormat
Sets whether or not the record ends on new line
setSkipEmptyLines(Boolean) - Method in class org.apache.camel.dataformat.univocity.AbstractUniVocityDataFormat
Sets whether or not empty lines should be ignored.
setSkipTrailingCharsUntilNewline(Boolean) - Method in class org.apache.camel.dataformat.univocity.UniVocityFixedWidthDataFormat
Sets whether or not trailing characters until new line must be ignored.
skipEmptyLines - Variable in class org.apache.camel.dataformat.univocity.AbstractUniVocityDataFormat
 
skipTrailingCharsUntilNewline - Variable in class org.apache.camel.dataformat.univocity.UniVocityFixedWidthDataFormat
 

U

UniVocityCsvDataFormat - Class in org.apache.camel.dataformat.univocity
This class is the data format that uses the CSV uniVocity parser.
UniVocityCsvDataFormat() - Constructor for class org.apache.camel.dataformat.univocity.UniVocityCsvDataFormat
 
UniVocityFixedWidthDataFormat - Class in org.apache.camel.dataformat.univocity
This class is the data format that uses the fixed-width uniVocity parser.
UniVocityFixedWidthDataFormat() - Constructor for class org.apache.camel.dataformat.univocity.UniVocityFixedWidthDataFormat
 
UniVocityTsvDataFormat - Class in org.apache.camel.dataformat.univocity
This class is the data format that uses the TSV uniVocity parser.
UniVocityTsvDataFormat() - Constructor for class org.apache.camel.dataformat.univocity.UniVocityTsvDataFormat
 
unmarshal(Exchange, InputStream) - Method in class org.apache.camel.dataformat.univocity.AbstractUniVocityDataFormat
A C D E F G H I L M N O P Q R S U 

Apache Camel