Uses of Class
org.apache.camel.dataformat.bindy.BindyAbstractFactory
Packages that use BindyAbstractFactory
Package
Description
-
Uses of BindyAbstractFactory in org.apache.camel.dataformat.bindy
Subclasses of BindyAbstractFactory in org.apache.camel.dataformat.bindyModifier and TypeClassDescriptionclassThe 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, ... according to the format/pattern definedclassThe 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, ... according to the format/pattern definedclassThe BindyKeyValuePairFactory is the class who allows to bind data of type key value pair.Methods in org.apache.camel.dataformat.bindy that return BindyAbstractFactoryModifier and TypeMethodDescriptionprotected abstract BindyAbstractFactoryBindyAbstractDataFormat.createModelFactory(FormatFactory formatFactory) BindyAbstractDataFormat.getFactory()Methods in org.apache.camel.dataformat.bindy with parameters of type BindyAbstractFactoryModifier and TypeMethodDescriptionvoidBindyAbstractDataFormat.setModelFactory(BindyAbstractFactory modelFactory) -
Uses of BindyAbstractFactory in org.apache.camel.dataformat.bindy.csv
Methods in org.apache.camel.dataformat.bindy.csv that return BindyAbstractFactoryModifier and TypeMethodDescriptionprotected BindyAbstractFactoryBindyCsvDataFormat.createModelFactory(FormatFactory formatFactory) -
Uses of BindyAbstractFactory in org.apache.camel.dataformat.bindy.fixed
Methods in org.apache.camel.dataformat.bindy.fixed that return BindyAbstractFactoryModifier and TypeMethodDescriptionprotected BindyAbstractFactoryBindyFixedLengthDataFormat.createModelFactory(FormatFactory formatFactory) -
Uses of BindyAbstractFactory in org.apache.camel.dataformat.bindy.kvp
Methods in org.apache.camel.dataformat.bindy.kvp that return BindyAbstractFactoryModifier and TypeMethodDescriptionprotected BindyAbstractFactoryBindyKeyValuePairDataFormat.createModelFactory(FormatFactory formatFactory)