Uses of Class
org.apache.camel.dataformat.univocity.AbstractUniVocityDataFormat
-
Uses of AbstractUniVocityDataFormat in org.apache.camel.dataformat.univocity
Classes in org.apache.camel.dataformat.univocity with type parameters of type AbstractUniVocityDataFormatModifier and TypeClassDescriptionclassAbstractUniVocityDataFormat<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>> This abstract class contains all the common parts for all the uniVocity parsers.Subclasses of AbstractUniVocityDataFormat in org.apache.camel.dataformat.univocityModifier and TypeClassDescriptionclassThis class is the data format that uses the CSV uniVocity parser.classThis class is the data format that uses the fixed-width uniVocity parser.classThis class is the data format that uses the TSV uniVocity parser.