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 AbstractUniVocityDataFormat Modifier and Type Class Description classAbstractUniVocityDataFormat<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.univocity Modifier and Type Class Description classUniVocityCsvDataFormatThis class is the data format that uses the CSV uniVocity parser.classUniVocityFixedWidthDataFormatThis class is the data format that uses the fixed-width uniVocity parser.classUniVocityTsvDataFormatThis class is the data format that uses the TSV uniVocity parser.
-