Uses of Class
org.apache.camel.dataformat.bindy.BindyAbstractFactory
-
Packages that use BindyAbstractFactory Package Description org.apache.camel.dataformat.bindy org.apache.camel.dataformat.bindy.csv org.apache.camel.dataformat.bindy.fixed org.apache.camel.dataformat.bindy.kvp -
-
Uses of BindyAbstractFactory in org.apache.camel.dataformat.bindy
Subclasses of BindyAbstractFactory in org.apache.camel.dataformat.bindy Modifier and Type Class Description classBindyCsvFactoryThe BindyCsvFactory is the class who allows to : Generate a model associated to a CSV record, bind data from a record to the POJOs, export data of POJOs to a CSV record and format data into String, Date, Double, ...classBindyFixedLengthFactoryThe BindyFixedLengthFactory is the class who allows to : Generate a model associated to a fixed length record, bind data from a record to the POJOs, export data of POJOs to a fixed length record and format data into String, Date, Double, ...classBindyKeyValuePairFactoryThe BindyKeyValuePairFactory is the class who allows to bind data of type key value pair.Methods in org.apache.camel.dataformat.bindy that return BindyAbstractFactory Modifier and Type Method Description protected abstract BindyAbstractFactoryBindyAbstractDataFormat. createModelFactory(FormatFactory formatFactory)BindyAbstractFactoryBindyAbstractDataFormat. getFactory()Methods in org.apache.camel.dataformat.bindy with parameters of type BindyAbstractFactory Modifier and Type Method Description voidBindyAbstractDataFormat. setModelFactory(BindyAbstractFactory modelFactory) -
Uses of BindyAbstractFactory in org.apache.camel.dataformat.bindy.csv
Methods in org.apache.camel.dataformat.bindy.csv that return BindyAbstractFactory Modifier and Type Method Description protected BindyAbstractFactoryBindyCsvDataFormat. createModelFactory(FormatFactory formatFactory) -
Uses of BindyAbstractFactory in org.apache.camel.dataformat.bindy.fixed
Methods in org.apache.camel.dataformat.bindy.fixed that return BindyAbstractFactory Modifier and Type Method Description protected BindyAbstractFactoryBindyFixedLengthDataFormat. createModelFactory(FormatFactory formatFactory) -
Uses of BindyAbstractFactory in org.apache.camel.dataformat.bindy.kvp
Methods in org.apache.camel.dataformat.bindy.kvp that return BindyAbstractFactory Modifier and Type Method Description protected BindyAbstractFactoryBindyKeyValuePairDataFormat. createModelFactory(FormatFactory formatFactory)
-